From d2cbf1d7189219ff6fbb6a15ef558efe9cb8f0be Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 25 Mar 2024 06:44:56 -0700 Subject: [PATCH] feat: productionize app chore: update ibc transfers query return chore: update graphql types chore: update graphql types chore: update graphql types chore: update graphql types chore: update graphql types chore: update viem chore: update graphql types chore: update graphql types chore: add ibc handler abi chore: sdk updates chore: update abis feat: work in progress faucet page feat: add faucet calling function chore: add kysely chore: add kysely chore: add kysely chore: add kysely chore: update deps feat: union transfers query chore: save progress chore: save progress chore: add keplr window types chore: add keplr window types chore: fmt and update dependencies feat: window leap, keplr and ethereum types feat: keplr and leap connect chore: update deps chore: update deps feat: header connect button chore: cleanup fix: tree-shake icons library fix: tree-shake icons library chore: improve transfers page ui chore: update deps chore: evm wallet option chore: cleanup chore: more connect work chore: use keplr's types package feat: init ibc page fix: spelling and typo chore: save progress chore: ibc table progress chore: progress chore: update deps fix: biome progress progress cleanup fmt buidl cleanup cleanup cleanup lorem foo ipsum fafo fafo fafo kk heho heho heho footer remove icon from connect remove icon from connect rm unused files cleanup h h save ha nav prgrs prgrs save urql cmdk cmdkk fix height rm zod rm zod rm zod rm root lockfile handle pagespeed chore: update hash sm fix service-worker prgrs prgrs prgrs prgrs x l g update abi e derives p prgrs prgrs prgrs rm bad node prefix p p prgrs fixed build fix onmount prgrs prrrrr save save p progress fmt prgrs prgrs prgrs prgrs ts-sdk-mod prgrs sdk sdk clean prgrs prgrs cln height choer: update osmosis examples --- .gitignore | 8 +- app/.gitignore | 3 +- app/.npmrc | 7 +- app/app.nix | 7 +- app/components.json | 8 +- app/environment.d.ts | 20 +- app/package-lock.json | 6204 +- app/package.json | 93 +- .../@cosmjs+tendermint-rpc+0.32.3.patch | 27 +- app/postcss.config.cjs | 14 +- app/scripts/abi.sh | 20 + app/src/app.d.ts | 23 +- app/src/app.html | 40 +- app/src/generated/graphql-env.d.ts | 65803 +--------------- app/src/hooks.client.ts | 8 + app/src/lib/abi/ibc-handler.ts | 5142 ++ app/src/lib/abi/index.ts | 2 +- .../src/lib/abi/ucs01-relay.ts | 329 +- app/src/lib/abi/ucs02-nft.ts | 1075 + app/src/lib/components/Connect.svelte | 34 - app/src/lib/components/Faucet.svelte | 32 - app/src/lib/components/Header.svelte | 8 - app/src/lib/components/Status.svelte | 25 - app/src/lib/components/connect/connect.svelte | 119 + .../lib/components/connect/connection.svelte | 126 + app/src/lib/components/connect/index.ts | 27 + .../lib/components/draft-page-notice.svelte | 10 + .../lib/components/environment-select.svelte | 23 + app/src/lib/components/footer.svelte | 72 + app/src/lib/components/header/header.svelte | 48 + app/src/lib/components/header/index.ts | 1 + .../lib/components/header/notification.svelte | 1 + .../lib/components/header/theme-switch.svelte | 17 + app/src/lib/components/navigation/index.ts | 9 + .../components/navigation/navigation.svelte | 51 + app/src/lib/components/online-status.svelte | 40 + .../components/preloading-indicator.svelte | 41 + app/src/lib/components/search-bar.svelte | 106 + .../ui/avatar/avatar-fallback.svelte | 16 + .../components/ui/avatar/avatar-image.svelte | 18 + .../lib/components/ui/avatar/avatar.svelte | 18 + app/src/lib/components/ui/avatar/index.ts | 13 + app/src/lib/components/ui/badge/badge.svelte | 8 +- app/src/lib/components/ui/badge/index.ts | 10 +- .../lib/components/ui/button/button.svelte | 8 +- app/src/lib/components/ui/button/index.ts | 27 +- .../components/ui/card/card-content.svelte | 9 +- .../ui/card/card-description.svelte | 9 +- .../lib/components/ui/card/card-footer.svelte | 9 +- .../lib/components/ui/card/card-header.svelte | 9 +- .../lib/components/ui/card/card-title.svelte | 14 +- app/src/lib/components/ui/card/card.svelte | 12 +- app/src/lib/components/ui/card/index.ts | 33 +- .../components/ui/checkbox/checkbox.svelte | 35 + app/src/lib/components/ui/checkbox/index.ts | 6 + .../ui/collapsible/collapsible-content.svelte | 15 + .../lib/components/ui/collapsible/index.ts | 15 + .../ui/command/command-dialog.svelte | 25 + .../ui/command/command-empty.svelte | 12 + .../ui/command/command-group.svelte | 18 + .../ui/command/command-input.svelte | 23 + .../components/ui/command/command-item.svelte | 24 + .../components/ui/command/command-list.svelte | 15 + .../ui/command/command-separator.svelte | 10 + .../ui/command/command-shortcut.svelte | 16 + .../lib/components/ui/command/command.svelte | 22 + app/src/lib/components/ui/command/index.ts | 37 + .../ui/dialog/dialog-content.svelte | 36 + .../ui/dialog/dialog-description.svelte | 16 + .../components/ui/dialog/dialog-footer.svelte | 16 + .../components/ui/dialog/dialog-header.svelte | 13 + .../ui/dialog/dialog-overlay.svelte | 21 + .../components/ui/dialog/dialog-portal.svelte | 8 + .../components/ui/dialog/dialog-title.svelte | 16 + app/src/lib/components/ui/dialog/index.ts | 37 + .../ui/drawer/drawer-content.svelte | 24 + .../ui/drawer/drawer-description.svelte | 18 + .../components/ui/drawer/drawer-footer.svelte | 16 + .../components/ui/drawer/drawer-header.svelte | 19 + .../components/ui/drawer/drawer-nested.svelte | 12 + .../ui/drawer/drawer-overlay.svelte | 18 + .../components/ui/drawer/drawer-title.svelte | 18 + .../lib/components/ui/drawer/drawer.svelte | 12 + app/src/lib/components/ui/drawer/index.ts | 40 + .../lib/components/ui/form/form-button.svelte | 10 + .../ui/form/form-description.svelte | 17 + .../ui/form/form-element-field.svelte | 25 + .../ui/form/form-field-errors.svelte | 26 + .../lib/components/ui/form/form-field.svelte | 25 + .../components/ui/form/form-fieldset.svelte | 30 + .../lib/components/ui/form/form-label.svelte | 17 + .../lib/components/ui/form/form-legend.svelte | 17 + app/src/lib/components/ui/form/index.ts | 33 + app/src/lib/components/ui/input/index.ts | 28 + app/src/lib/components/ui/input/input.svelte | 41 + app/src/lib/components/ui/label/index.ts | 7 + app/src/lib/components/ui/label/label.svelte | 21 + app/src/lib/components/ui/popover/index.ts | 17 + .../ui/popover/popover-content.svelte | 22 + app/src/lib/components/ui/select/index.ts | 34 + .../ui/select/select-content.svelte | 39 + .../components/ui/select/select-item.svelte | 40 + .../components/ui/select/select-label.svelte | 16 + .../ui/select/select-separator.svelte | 11 + .../ui/select/select-trigger.svelte | 27 + app/src/lib/components/ui/separator/index.ts | 7 + .../components/ui/separator/separator.svelte | 22 + app/src/lib/components/ui/sheet/index.ts | 106 + .../components/ui/sheet/sheet-content.svelte | 40 + .../ui/sheet/sheet-description.svelte | 13 + .../components/ui/sheet/sheet-footer.svelte | 16 + .../components/ui/sheet/sheet-header.svelte | 13 + .../components/ui/sheet/sheet-overlay.svelte | 21 + .../components/ui/sheet/sheet-portal.svelte | 13 + .../components/ui/sheet/sheet-title.svelte | 16 + app/src/lib/components/ui/sonner/index.ts | 1 + .../lib/components/ui/sonner/sonner.svelte | 20 + app/src/lib/components/ui/switch/index.ts | 7 + .../lib/components/ui/switch/switch.svelte | 28 + app/src/lib/components/ui/table/index.ts | 28 + .../lib/components/ui/table/table-body.svelte | 13 + .../components/ui/table/table-caption.svelte | 13 + .../lib/components/ui/table/table-cell.svelte | 18 + .../components/ui/table/table-footer.svelte | 13 + .../lib/components/ui/table/table-head.svelte | 19 + .../components/ui/table/table-header.svelte | 14 + .../lib/components/ui/table/table-row.svelte | 23 + app/src/lib/components/ui/table/table.svelte | 15 + app/src/lib/components/ui/tabs/index.ts | 21 +- .../components/ui/tabs/tabs-content.svelte | 6 +- .../lib/components/ui/tabs/tabs-list.svelte | 8 +- .../components/ui/tabs/tabs-trigger.svelte | 10 +- app/src/lib/components/ui/tooltip/index.ts | 15 + .../ui/tooltip/tooltip-content.svelte | 28 + app/src/lib/constants/contracts.ts | 10 + app/src/lib/constants/index.ts | 32 +- app/src/lib/graphql/client.ts | 47 + app/src/lib/mutations/faucet.ts | 32 +- app/src/lib/mutations/send.ts | 1 + app/src/lib/online-status.ts | 13 + app/src/lib/queries/balance.ts | 10 +- app/src/lib/queries/block.ts | 18 + app/src/lib/queries/ibc.ts | 26 + app/src/lib/queries/transfers.ts | 135 +- app/src/lib/snap.ts | 184 - app/src/lib/store.ts | 0 app/src/lib/stores/index.ts | 5 - app/src/lib/union-actions.ts | 127 - app/src/lib/utilities/hover.ts | 15 + app/src/lib/utilities/index.ts | 74 +- app/src/lib/utilities/shadcn.ts | 25 +- app/src/lib/utilities/types.ts | 8 + app/src/lib/utilities/update-theme.ts | 13 + app/src/lib/wallet/config.ts | 157 - app/src/lib/wallet/cosmos/config.ts | 84 + app/src/lib/wallet/cosmos/index.ts | 5 + app/src/lib/wallet/evm/config.ts | 158 + app/src/lib/wallet/evm/index.ts | 7 + app/src/lib/wallet/index.ts | 1 + app/src/lib/wallet/types.ts | 32 + .../lib/wallet/utilities/derive-address.ts | 22 + app/src/lib/wallet/utilities/format.ts | 8 + app/src/lib/wallet/utilities/validate.ts | 30 + app/src/{patch.ts => polyfill.ts} | 3 +- app/src/routes/+error.svelte | 18 + app/src/routes/+layout.svelte | 127 +- app/src/routes/+layout.ts | 4 + app/src/routes/+page.svelte | 32 +- app/src/routes/faucet/+page.svelte | 148 + app/src/routes/faucet/+page.ts | 9 + app/src/routes/faucet/schema.ts | 12 + app/src/routes/ibc/+page.svelte | 314 + app/src/routes/ibc/+page.ts | 203 + app/src/routes/send/+page.svelte | 383 + app/src/routes/send/+page.ts | 92 + app/src/routes/transfers/+page.svelte | 118 + app/src/routes/transfers/+page.ts | 58 + app/src/service-worker/index.ts | 26 + app/src/styles/index.css | 115 +- app/src/styles/reset.css | 23 + app/src/styles/tailwind.css | 240 + .../{ => inter}/InterVariable-Italic.woff2 | 0 .../fonts/{ => inter}/InterVariable.woff2 | 0 .../JetBrainsMono-Italic.woff2} | 0 .../JetBrainsMono.woff2} | 0 app/static/images/banner.svg | 25 + app/static/images/icons/arbitrum.svg | 11 + app/static/images/icons/ethereum.svg | 8 + app/static/images/icons/faucet.svg | 4 + app/static/images/icons/ibc.svg | 4 + app/static/images/icons/injected.svg | 4 + app/static/images/icons/osmosis.svg | 97 + app/static/images/icons/polygon.svg | 13 + app/static/images/icons/scroll.svg | 14 + app/static/images/icons/stargaze.svg | 9 + app/static/images/icons/union.svg | 6 + app/static/images/icons/wallet-connect.svg | 4 + app/static/{ => images}/logo.png | 0 app/static/robots.txt | 3 + app/svelte.config.js | 37 +- app/tailwind.config.ts | 130 +- app/tsconfig.json | 17 +- app/vite.config.ts | 68 +- biome.json | 12 +- cspell.json | 3 +- dictionary.txt | 89 +- flake.lock | 6 +- flake.nix | 2 +- site/src/components/BlogSummary.astro | 14 +- site/src/components/ButtonA.astro | 4 +- site/src/components/Card.astro | 2 +- site/src/components/ConnectedVisual.svelte | 334 +- site/src/components/ProductSection.astro | 6 +- site/src/components/Socials.astro | 2 +- site/src/components/SocialsGrid.astro | 2 +- site/src/components/Spline.svelte | 16 +- site/src/components/SplineResizing.astro | 2 +- site/src/components/TextA.astro | 4 +- .../src/components/sections/BlogSection.astro | 6 +- .../src/components/sections/CodeSection.astro | 12 +- .../components/sections/IntroSection.astro | 10 +- .../sections/ModularConnectedSection.astro | 8 +- .../sections/MostEfficientSection.astro | 10 +- .../components/sections/ProductsSection.astro | 12 +- .../components/sections/SocialsSection.astro | 8 +- .../components/typography/IntroHeading.astro | 10 +- site/src/pages/blog/index.astro | 4 +- site/src/pages/brand-kit.astro | 1 - site/src/pages/index.astro | 16 +- typescript-sdk/.npmrc | 1 + typescript-sdk/jsr.json | 9 + typescript-sdk/package-lock.json | 2969 +- typescript-sdk/package.json | 58 +- .../patches/@cosmjs+amino+0.31.3.patch | 23 - .../patches/@cosmjs+amino+0.32.3.patch | 0 .../patches/@cosmjs+stargate+0.31.3.patch | 24 - ...ch => @cosmjs+tendermint-rpc+0.32.3.patch} | 10 +- typescript-sdk/reset.d.ts | 2 - typescript-sdk/scripts/balance.ts | 49 - typescript-sdk/scripts/demo.ts | 90 - typescript-sdk/scripts/faucet.ts | 8 +- typescript-sdk/scripts/from-osmosis.ts | 34 + typescript-sdk/scripts/send-it.ts | 1 + typescript-sdk/scripts/to-osmosis.ts | 44 + typescript-sdk/scripts/to-sepolia.ts | 56 + typescript-sdk/scripts/transfer.ts | 131 - typescript-sdk/src/abi/ibcHandler.ts | 1918 - typescript-sdk/src/abi/index.ts | 4 +- .../src/abi/ucs01-relay.ts | 327 +- typescript-sdk/src/abi/ucs02-nft.ts | 1075 + typescript-sdk/src/actions.ts | 47 - typescript-sdk/src/constants/chain.ts | 75 - typescript-sdk/src/constants/index.ts | 25 - typescript-sdk/src/convert.ts | 83 + typescript-sdk/src/{utilities => }/faucet.ts | 5 +- typescript-sdk/src/index.ts | 6 - typescript-sdk/src/mod.ts | 206 + typescript-sdk/src/patch.ts | 4 - typescript-sdk/src/query.ts | 95 - typescript-sdk/src/send.ts | 174 - typescript-sdk/src/types.ts | 7 + .../src/{utilities/index.ts => utilities.ts} | 4 - typescript-sdk/src/utilities/codec.ts | 18 - typescript-sdk/test/address.test.ts | 30 + typescript-sdk/tsconfig.json | 6 +- typescript-sdk/tsup.config.ts | 19 - typescript-sdk/typescript-sdk.nix | 10 +- typescript-sdk/vitest.config.ts | 10 +- 268 files changed, 20875 insertions(+), 72554 deletions(-) create mode 100644 app/scripts/abi.sh create mode 100644 app/src/hooks.client.ts create mode 100644 app/src/lib/abi/ibc-handler.ts rename typescript-sdk/src/abi/ucs01relay.ts => app/src/lib/abi/ucs01-relay.ts (77%) create mode 100644 app/src/lib/abi/ucs02-nft.ts delete mode 100644 app/src/lib/components/Connect.svelte delete mode 100644 app/src/lib/components/Faucet.svelte delete mode 100644 app/src/lib/components/Header.svelte delete mode 100644 app/src/lib/components/Status.svelte create mode 100644 app/src/lib/components/connect/connect.svelte create mode 100644 app/src/lib/components/connect/connection.svelte create mode 100644 app/src/lib/components/connect/index.ts create mode 100644 app/src/lib/components/draft-page-notice.svelte create mode 100644 app/src/lib/components/environment-select.svelte create mode 100644 app/src/lib/components/footer.svelte create mode 100644 app/src/lib/components/header/header.svelte create mode 100644 app/src/lib/components/header/index.ts create mode 100644 app/src/lib/components/header/notification.svelte create mode 100644 app/src/lib/components/header/theme-switch.svelte create mode 100644 app/src/lib/components/navigation/index.ts create mode 100644 app/src/lib/components/navigation/navigation.svelte create mode 100644 app/src/lib/components/online-status.svelte create mode 100644 app/src/lib/components/preloading-indicator.svelte create mode 100644 app/src/lib/components/search-bar.svelte create mode 100644 app/src/lib/components/ui/avatar/avatar-fallback.svelte create mode 100644 app/src/lib/components/ui/avatar/avatar-image.svelte create mode 100644 app/src/lib/components/ui/avatar/avatar.svelte create mode 100644 app/src/lib/components/ui/avatar/index.ts create mode 100644 app/src/lib/components/ui/checkbox/checkbox.svelte create mode 100644 app/src/lib/components/ui/checkbox/index.ts create mode 100644 app/src/lib/components/ui/collapsible/collapsible-content.svelte create mode 100644 app/src/lib/components/ui/collapsible/index.ts create mode 100644 app/src/lib/components/ui/command/command-dialog.svelte create mode 100644 app/src/lib/components/ui/command/command-empty.svelte create mode 100644 app/src/lib/components/ui/command/command-group.svelte create mode 100644 app/src/lib/components/ui/command/command-input.svelte create mode 100644 app/src/lib/components/ui/command/command-item.svelte create mode 100644 app/src/lib/components/ui/command/command-list.svelte create mode 100644 app/src/lib/components/ui/command/command-separator.svelte create mode 100644 app/src/lib/components/ui/command/command-shortcut.svelte create mode 100644 app/src/lib/components/ui/command/command.svelte create mode 100644 app/src/lib/components/ui/command/index.ts create mode 100644 app/src/lib/components/ui/dialog/dialog-content.svelte create mode 100644 app/src/lib/components/ui/dialog/dialog-description.svelte create mode 100644 app/src/lib/components/ui/dialog/dialog-footer.svelte create mode 100644 app/src/lib/components/ui/dialog/dialog-header.svelte create mode 100644 app/src/lib/components/ui/dialog/dialog-overlay.svelte create mode 100644 app/src/lib/components/ui/dialog/dialog-portal.svelte create mode 100644 app/src/lib/components/ui/dialog/dialog-title.svelte create mode 100644 app/src/lib/components/ui/dialog/index.ts create mode 100644 app/src/lib/components/ui/drawer/drawer-content.svelte create mode 100644 app/src/lib/components/ui/drawer/drawer-description.svelte create mode 100644 app/src/lib/components/ui/drawer/drawer-footer.svelte create mode 100644 app/src/lib/components/ui/drawer/drawer-header.svelte create mode 100644 app/src/lib/components/ui/drawer/drawer-nested.svelte create mode 100644 app/src/lib/components/ui/drawer/drawer-overlay.svelte create mode 100644 app/src/lib/components/ui/drawer/drawer-title.svelte create mode 100644 app/src/lib/components/ui/drawer/drawer.svelte create mode 100644 app/src/lib/components/ui/drawer/index.ts create mode 100644 app/src/lib/components/ui/form/form-button.svelte create mode 100644 app/src/lib/components/ui/form/form-description.svelte create mode 100644 app/src/lib/components/ui/form/form-element-field.svelte create mode 100644 app/src/lib/components/ui/form/form-field-errors.svelte create mode 100644 app/src/lib/components/ui/form/form-field.svelte create mode 100644 app/src/lib/components/ui/form/form-fieldset.svelte create mode 100644 app/src/lib/components/ui/form/form-label.svelte create mode 100644 app/src/lib/components/ui/form/form-legend.svelte create mode 100644 app/src/lib/components/ui/form/index.ts create mode 100644 app/src/lib/components/ui/input/index.ts create mode 100644 app/src/lib/components/ui/input/input.svelte create mode 100644 app/src/lib/components/ui/label/index.ts create mode 100644 app/src/lib/components/ui/label/label.svelte create mode 100644 app/src/lib/components/ui/popover/index.ts create mode 100644 app/src/lib/components/ui/popover/popover-content.svelte create mode 100644 app/src/lib/components/ui/select/index.ts create mode 100644 app/src/lib/components/ui/select/select-content.svelte create mode 100644 app/src/lib/components/ui/select/select-item.svelte create mode 100644 app/src/lib/components/ui/select/select-label.svelte create mode 100644 app/src/lib/components/ui/select/select-separator.svelte create mode 100644 app/src/lib/components/ui/select/select-trigger.svelte create mode 100644 app/src/lib/components/ui/separator/index.ts create mode 100644 app/src/lib/components/ui/separator/separator.svelte create mode 100644 app/src/lib/components/ui/sheet/index.ts create mode 100644 app/src/lib/components/ui/sheet/sheet-content.svelte create mode 100644 app/src/lib/components/ui/sheet/sheet-description.svelte create mode 100644 app/src/lib/components/ui/sheet/sheet-footer.svelte create mode 100644 app/src/lib/components/ui/sheet/sheet-header.svelte create mode 100644 app/src/lib/components/ui/sheet/sheet-overlay.svelte create mode 100644 app/src/lib/components/ui/sheet/sheet-portal.svelte create mode 100644 app/src/lib/components/ui/sheet/sheet-title.svelte create mode 100644 app/src/lib/components/ui/sonner/index.ts create mode 100644 app/src/lib/components/ui/sonner/sonner.svelte create mode 100644 app/src/lib/components/ui/switch/index.ts create mode 100644 app/src/lib/components/ui/switch/switch.svelte create mode 100644 app/src/lib/components/ui/table/index.ts create mode 100644 app/src/lib/components/ui/table/table-body.svelte create mode 100644 app/src/lib/components/ui/table/table-caption.svelte create mode 100644 app/src/lib/components/ui/table/table-cell.svelte create mode 100644 app/src/lib/components/ui/table/table-footer.svelte create mode 100644 app/src/lib/components/ui/table/table-head.svelte create mode 100644 app/src/lib/components/ui/table/table-header.svelte create mode 100644 app/src/lib/components/ui/table/table-row.svelte create mode 100644 app/src/lib/components/ui/table/table.svelte create mode 100644 app/src/lib/components/ui/tooltip/index.ts create mode 100644 app/src/lib/components/ui/tooltip/tooltip-content.svelte create mode 100644 app/src/lib/constants/contracts.ts create mode 100644 app/src/lib/graphql/client.ts create mode 100644 app/src/lib/mutations/send.ts create mode 100644 app/src/lib/online-status.ts create mode 100644 app/src/lib/queries/block.ts create mode 100644 app/src/lib/queries/ibc.ts delete mode 100644 app/src/lib/snap.ts create mode 100644 app/src/lib/store.ts delete mode 100644 app/src/lib/stores/index.ts delete mode 100644 app/src/lib/union-actions.ts create mode 100644 app/src/lib/utilities/hover.ts create mode 100644 app/src/lib/utilities/types.ts create mode 100644 app/src/lib/utilities/update-theme.ts delete mode 100644 app/src/lib/wallet/config.ts create mode 100644 app/src/lib/wallet/cosmos/config.ts create mode 100644 app/src/lib/wallet/cosmos/index.ts create mode 100644 app/src/lib/wallet/evm/config.ts create mode 100644 app/src/lib/wallet/evm/index.ts create mode 100644 app/src/lib/wallet/index.ts create mode 100644 app/src/lib/wallet/types.ts create mode 100644 app/src/lib/wallet/utilities/derive-address.ts create mode 100644 app/src/lib/wallet/utilities/format.ts create mode 100644 app/src/lib/wallet/utilities/validate.ts rename app/src/{patch.ts => polyfill.ts} (94%) create mode 100644 app/src/routes/+error.svelte create mode 100644 app/src/routes/+layout.ts create mode 100644 app/src/routes/faucet/+page.svelte create mode 100644 app/src/routes/faucet/+page.ts create mode 100644 app/src/routes/faucet/schema.ts create mode 100644 app/src/routes/ibc/+page.svelte create mode 100644 app/src/routes/ibc/+page.ts create mode 100644 app/src/routes/send/+page.svelte create mode 100644 app/src/routes/send/+page.ts create mode 100644 app/src/routes/transfers/+page.svelte create mode 100644 app/src/routes/transfers/+page.ts create mode 100644 app/src/service-worker/index.ts create mode 100644 app/src/styles/tailwind.css rename app/static/fonts/{ => inter}/InterVariable-Italic.woff2 (100%) rename app/static/fonts/{ => inter}/InterVariable.woff2 (100%) rename app/static/fonts/{JetBrainsMono-Italic[wght].woff2 => jetbrains-mono/JetBrainsMono-Italic.woff2} (100%) rename app/static/fonts/{JetBrainsMono[wght].woff2 => jetbrains-mono/JetBrainsMono.woff2} (100%) create mode 100644 app/static/images/banner.svg create mode 100644 app/static/images/icons/arbitrum.svg create mode 100644 app/static/images/icons/ethereum.svg create mode 100644 app/static/images/icons/faucet.svg create mode 100644 app/static/images/icons/ibc.svg create mode 100644 app/static/images/icons/injected.svg create mode 100644 app/static/images/icons/osmosis.svg create mode 100644 app/static/images/icons/polygon.svg create mode 100644 app/static/images/icons/scroll.svg create mode 100644 app/static/images/icons/stargaze.svg create mode 100644 app/static/images/icons/union.svg create mode 100644 app/static/images/icons/wallet-connect.svg rename app/static/{ => images}/logo.png (100%) create mode 100644 app/static/robots.txt create mode 100644 typescript-sdk/jsr.json delete mode 100644 typescript-sdk/patches/@cosmjs+amino+0.31.3.patch rename {app => typescript-sdk}/patches/@cosmjs+amino+0.32.3.patch (100%) delete mode 100644 typescript-sdk/patches/@cosmjs+stargate+0.31.3.patch rename typescript-sdk/patches/{@cosmjs+tendermint-rpc+0.31.3.patch => @cosmjs+tendermint-rpc+0.32.3.patch} (87%) delete mode 100644 typescript-sdk/scripts/balance.ts delete mode 100644 typescript-sdk/scripts/demo.ts create mode 100644 typescript-sdk/scripts/from-osmosis.ts create mode 100644 typescript-sdk/scripts/send-it.ts create mode 100644 typescript-sdk/scripts/to-osmosis.ts create mode 100644 typescript-sdk/scripts/to-sepolia.ts delete mode 100644 typescript-sdk/scripts/transfer.ts delete mode 100644 typescript-sdk/src/abi/ibcHandler.ts rename app/src/lib/abi/ucs01relay.ts => typescript-sdk/src/abi/ucs01-relay.ts (77%) create mode 100644 typescript-sdk/src/abi/ucs02-nft.ts delete mode 100644 typescript-sdk/src/actions.ts delete mode 100644 typescript-sdk/src/constants/chain.ts delete mode 100644 typescript-sdk/src/constants/index.ts create mode 100644 typescript-sdk/src/convert.ts rename typescript-sdk/src/{utilities => }/faucet.ts (87%) delete mode 100644 typescript-sdk/src/index.ts create mode 100644 typescript-sdk/src/mod.ts delete mode 100644 typescript-sdk/src/query.ts delete mode 100644 typescript-sdk/src/send.ts create mode 100644 typescript-sdk/src/types.ts rename typescript-sdk/src/{utilities/index.ts => utilities.ts} (86%) delete mode 100644 typescript-sdk/src/utilities/codec.ts create mode 100644 typescript-sdk/test/address.test.ts delete mode 100644 typescript-sdk/tsup.config.ts diff --git a/.gitignore b/.gitignore index 9d29359837..5152f632fa 100644 --- a/.gitignore +++ b/.gitignore @@ -53,15 +53,13 @@ cache .eslintcache .prettiercache .code-workspace - .idea .biome - .envrc.local justfile - +stats.html .devnet/ - process-compose.yml process-compose.override.yml - +*.cpuprofile +.vite-inspect diff --git a/app/.gitignore b/app/.gitignore index a90e83c132..6ced68a1c5 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -6,7 +6,6 @@ node_modules .env .env.* !.env.example -vite.config.js.timestamp-* -vite.config.ts.timestamp-* +vite.config.*.timestamp-* .eslintcache .prettiercache diff --git a/app/.npmrc b/app/.npmrc index 1599def5ec..5a806812e5 100644 --- a/app/.npmrc +++ b/app/.npmrc @@ -1,6 +1,3 @@ engine-strict=true -registry=https://registry.npmjs.org/ - -@unionlabs:registry=https://npm.pkg.github.com -//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} -always-auth=true +@jsr:registry=https://npm.jsr.io +@buf:registry=https://buf.build/gen/npm/v1 diff --git a/app/app.nix b/app/app.nix index b47ce8414e..cdbc125b7b 100644 --- a/app/app.nix +++ b/app/app.nix @@ -2,19 +2,20 @@ perSystem = { pkgs, unstablePkgs, lib, ensureAtRepositoryRoot, ... }: let pkgsDeps = with pkgs; [ pkg-config ]; - nodeDeps = with unstablePkgs; [ nodejs_21 ]; + nodeDeps = with unstablePkgs; [ nodePackages_latest.nodejs ]; combinedDeps = pkgsDeps ++ nodeDeps; packageJSON = lib.importJSON ./package.json; in { packages = { app = unstablePkgs.buildNpmPackage { - npmDepsHash = ""; + npmDepsHash = "sha256-XdJ5sX2F8kUceoAiB8KuSZkm0iOEn81M1qYMxHvOF0A="; src = ./.; sourceRoot = "app"; + npmFlags = [ "--legacy-peer-deps" ]; pname = packageJSON.name; version = packageJSON.version; - nativeBuildInputs = combinedDeps ++ [ pkgs.python3 ]; + nativeBuildInputs = combinedDeps; buildInputs = combinedDeps; installPhase = '' mkdir -p $out diff --git a/app/components.json b/app/components.json index ea23e97fd0..4f996746c8 100644 --- a/app/components.json +++ b/app/components.json @@ -1,14 +1,14 @@ { "$schema": "https://shadcn-svelte.com/schema.json", - "style": "new-york", + "style": "default", "tailwind": { "config": "tailwind.config.ts", - "css": "src/styles/index.css", + "css": "src/styles/tailwind.css", "baseColor": "slate" }, "aliases": { - "components": "$lib/components", - "utils": "$lib/utilities/shadcn.ts" + "components": "$/lib/components", + "utils": "$lib/utilities/shadcn" }, "typescript": true } diff --git a/app/environment.d.ts b/app/environment.d.ts index 83235d8c10..30368da097 100644 --- a/app/environment.d.ts +++ b/app/environment.d.ts @@ -3,26 +3,22 @@ interface EnvironmentVariables { readonly PORT: string readonly VERSION: string // from package.json#version readonly COMMIT_SHA: string + readonly VITE_APP_VERSION: string + readonly ETHERSCAN_API_KEY: string readonly HASURA_ADMIN_SECRET: string - readonly VITE_UNION_RPC_URL: string - readonly VITE_UNION_REST_URL: string - readonly VITE_UNION_GRAPHQL_URL: string - readonly VITE_UNION_CHAIN_ID: string - readonly VITE_UNION_CHAIN_NAME: string - readonly VITE_UCS01_EVM_ADDRESS: string - readonly VITE_UCS01_UNION_ADDRESS: string - readonly VITE_UCS01_SEPOLIA_PORT_ID: string - readonly VITE_UCS01_UNION_SOURCE_CHANNEL: string - readonly VITE_UCS01_SEPOLIA_SOURCE_CHANNEL: string + // `vite-plugin-inspect` + readonly INSPECT: string + // `rollup-plugin-visualizer` + readonly VISUALIZE: string } + // Node.js environment variables types declare namespace NodeJS { interface ProcessEnv extends EnvironmentVariables {} } + // Vite environment variables types interface ImportMetaEnv extends EnvironmentVariables {} interface ImportMeta { readonly env: ImportMetaEnv } -// Cloudflare Pages/Workers -interface Env extends EnvironmentVariables {} diff --git a/app/package-lock.json b/app/package-lock.json index bb0643d340..9b84d4e9c0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -9,68 +9,87 @@ "version": "0.0.0", "hasInstallScript": true, "dependencies": { - "@cosmjs/cosmwasm-stargate": "0.32.3", + "@cosmjs/cosmwasm-stargate": "^0.32.3", "@cosmjs/stargate": "0.32.3", "@cosmjs/tendermint-rpc": "0.32.3", - "@formkit/auto-animate": "^0.8.1", - "@formkit/tempo": "^0.0.17", "@leapwallet/cosmos-snap-provider": "^0.1.26", - "@tanstack/svelte-query": "^5.28.6", - "@tanstack/svelte-query-persist-client": "^5.28.6", - "@tanstack/svelte-table": "^8.14.0", - "@wagmi/connectors": "^4.1.18", - "@wagmi/core": "^2.6.9", - "bits-ui": "^0.20.0", - "gql.tada": "^1.3.6", + "@scure/base": "^1.1.6", + "@tanstack/svelte-query": "^5.32.1", + "@urql/exchange-persisted": "^4.2.0", + "@urql/exchange-retry": "^1.2.1", + "@urql/svelte": "^4.1.1", + "@wagmi/connectors": "^4.3.0", + "@wagmi/core": "^2.8.0", + "bits-ui": "^0.21.6", + "cmdk-sv": "^0.0.17", + "formsnap": "^1.0.0", + "gql.tada": "^1.6.3", "graphql-request": "^6.1.0", - "svelte-french-toast": "^1.2.0", + "graphql-ws": "^5.16.0", + "lucide-svelte": "^0.376.1", + "mode-watcher": "^0.3.0", + "svelte-legos": "^0.2.2", + "svelte-local-storage-store": "^0.6.4", "svelte-radix": "^1.1.0", - "tailwind-merge": "^2.2.2", - "tailwind-variants": "^0.2.1", - "unstorage": "^1.10.2", + "svelte-sonner": "^0.3.22", + "sveltekit-superforms": "^2.12.6", + "uint8array-extras": "^1.1.0", + "valibot": "^0.30.0", "vaul-svelte": "^0.3.0", - "viem": "^2.8.16" + "viem": "^2.9.29" }, "devDependencies": { - "@0no-co/graphqlsp": "^1.6.1", - "@cloudflare/workers-types": "^4.20240320.1", - "@cosmjs/amino": "0.32.3", - "@melt-ui/pp": "^0.3.0", - "@melt-ui/svelte": "^0.76.0", + "@0no-co/graphqlsp": "^1.12.1", + "@keplr-wallet/types": "^0.12.83", + "@leapwallet/types": "^0.0.5", + "@melt-ui/pp": "^0.3.1", + "@melt-ui/svelte": "^0.77.0", + "@svelte-put/copy": "^3.0.0", "@sveltejs/adapter-static": "^3.0.1", - "@sveltejs/kit": "^2.5.4", - "@sveltejs/vite-plugin-svelte": "^3.0.2", + "@sveltejs/kit": "^2.5.7", + "@sveltejs/vite-plugin-svelte": "^3.1.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", - "@tailwindcss/typography": "^0.5.10", - "@tanstack/svelte-query-devtools": "^5.28.6", + "@tailwindcss/typography": "^0.5.13", + "@tanstack/svelte-query-devtools": "^5.32.1", "@total-typescript/ts-reset": "^0.5.1", + "@types/node": "^20.12.7", "@types/postcss-import": "^14.0.3", + "@urql/devtools": "^2.0.3", "autoprefixer": "^10.4.19", "buffer": "^6.0.3", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "graphql": "^16.8.1", "patch-package": "^8.0.0", "postcss": "^8.4.38", "postcss-import": "^16.1.0", "process": "^0.11.10", - "svelte": "^4.2.12", - "svelte-check": "^3.6.8", - "svooltip": "^0.7.8", + "rollup-plugin-visualizer": "^5.12.0", + "svelte": "^4.2.15", + "svelte-check": "^3.7.0", + "svelte-headless-table": "^0.18.2", + "svelte-preprocess": "^5.1.4", + "sveltekit-rate-limiter": "^0.5.1", + "sveltekit-search-params": "^2.1.2", + "tailwind-merge": "^2.3.0", "tailwind-scrollbar": "^3.1.0", - "tailwindcss": "^3.4.1", + "tailwind-variants": "^0.2.1", + "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", "tslib": "^2.6.2", + "tsx": "^4.7.3", "typed-query-selector": "^2.11.2", - "typescript": "^5.4.3", - "vite": "^5.2.2", - "vitest": "^1.4.0" + "typescript": "^5.4.5", + "vite": "^5.2.10", + "vite-plugin-inspect": "^0.8.4", + "vite-plugin-tailwind-purgecss": "^0.3.3", + "vitest": "^1.5.3" } }, "node_modules/@0no-co/graphql.web": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.4.tgz", - "integrity": "sha512-W3ezhHGfO0MS1PtGloaTpg0PbaT8aZSmmaerL7idtU5F7oCI+uu25k+MsMS31BVFlp4aMkHSrNRxiD72IlK8TA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.7.tgz", + "integrity": "sha512-E3Qku4mTzdrlwVWGPxklDnME5ANrEGetvYw4i2GCRlppWXXE4QD66j7pwb8HelZwS6LnqEChhrSOGCXpbiu6MQ==", "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" }, @@ -81,13 +100,16 @@ } }, "node_modules/@0no-co/graphqlsp": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@0no-co/graphqlsp/-/graphqlsp-1.6.1.tgz", - "integrity": "sha512-DJDounDV/mnRSF4bfXxC5hPYC3rKyWwvTBAX/iP6ec/yltbCmnYb2EC7/KSOaLkXE7Xk8q9d0t5fEGoUecoznA==", - "dev": true, + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@0no-co/graphqlsp/-/graphqlsp-1.12.1.tgz", + "integrity": "sha512-KHMs1a9qXoiwA4aUKGgcsyM38SXH6ddQFwu4Hf2p8XjUOkRKHy38pd4qYM0hgA1vpkUf8WSj5GyDAbezhApfpw==", "dependencies": { - "json5": "^2.2.3", + "@gql.tada/internal": "^0.3.0", + "graphql": "^16.8.1", "node-fetch": "^2.0.0" + }, + "peerDependencies": { + "typescript": "^5.0.0" } }, "node_modules/@adraffy/ens-normalize": { @@ -99,6 +121,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "dev": true, "engines": { "node": ">=10" }, @@ -118,106 +141,52 @@ "node": ">=6.0.0" } }, - "node_modules/@babel/code-frame": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", - "dependencies": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/code-frame/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/code-frame/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/code-frame/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/code-frame/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/@babel/code-frame/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/code-frame/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" + "node_modules/@antfu/utils": { + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.7.tgz", + "integrity": "sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/antfu" } }, - "node_modules/@babel/code-frame/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "node_modules/@babel/code-frame": { + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", + "peer": true, "dependencies": { - "has-flag": "^3.0.0" + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" }, "engines": { - "node": ">=4" + "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", - "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz", + "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==", "peer": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz", - "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.4.tgz", + "integrity": "sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==", "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.4", "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.0", - "@babel/parser": "^7.24.0", + "@babel/helpers": "^7.24.4", + "@babel/parser": "^7.24.4", "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", + "@babel/traverse": "^7.24.1", "@babel/types": "^7.24.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", @@ -233,12 +202,6 @@ "url": "https://opencollective.com/babel" } }, - "node_modules/@babel/core/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "peer": true - }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -249,14 +212,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.4.tgz", + "integrity": "sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==", "peer": true, "dependencies": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", + "@babel/types": "^7.24.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "engines": { @@ -313,9 +276,9 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.0.tgz", - "integrity": "sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz", + "integrity": "sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==", "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", @@ -323,7 +286,7 @@ "@babel/helper-function-name": "^7.23.0", "@babel/helper-member-expression-to-functions": "^7.23.0", "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-replace-supers": "^7.24.1", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", "semver": "^6.3.1" @@ -371,9 +334,9 @@ } }, "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz", - "integrity": "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", "peer": true, "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", @@ -433,11 +396,12 @@ } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", + "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", + "peer": true, "dependencies": { - "@babel/types": "^7.22.15" + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -501,13 +465,13 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", - "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz", + "integrity": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==", "peer": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-member-expression-to-functions": "^7.23.0", "@babel/helper-optimise-call-expression": "^7.22.5" }, "engines": { @@ -554,9 +518,10 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", + "peer": true, "engines": { "node": ">=6.9.0" } @@ -565,6 +530,7 @@ "version": "7.22.20", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "peer": true, "engines": { "node": ">=6.9.0" } @@ -593,13 +559,13 @@ } }, "node_modules/@babel/helpers": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz", - "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.4.tgz", + "integrity": "sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==", "peer": true, "dependencies": { "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", + "@babel/traverse": "^7.24.1", "@babel/types": "^7.24.0" }, "engines": { @@ -607,13 +573,15 @@ } }, "node_modules/@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz", + "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==", + "peer": true, "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" @@ -623,6 +591,7 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "peer": true, "dependencies": { "color-convert": "^1.9.0" }, @@ -634,6 +603,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "peer": true, "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -647,6 +617,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "peer": true, "dependencies": { "color-name": "1.1.3" } @@ -654,12 +625,14 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "peer": true }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "peer": true, "engines": { "node": ">=0.8.0" } @@ -668,6 +641,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "peer": true, "engines": { "node": ">=4" } @@ -676,6 +650,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "peer": true, "dependencies": { "has-flag": "^3.0.0" }, @@ -684,10 +659,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz", - "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==", - "peer": true, + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz", + "integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==", "bin": { "parser": "bin/babel-parser.js" }, @@ -695,13 +669,29 @@ "node": ">=6.0.0" } }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz", + "integrity": "sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==", + "peer": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.24.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz", - "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz", + "integrity": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -711,14 +701,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", - "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz", + "integrity": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/plugin-transform-optional-chaining": "^7.23.3" + "@babel/plugin-transform-optional-chaining": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -728,13 +718,13 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.7.tgz", - "integrity": "sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz", + "integrity": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==", "peer": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -780,13 +770,30 @@ } }, "node_modules/@babel/plugin-proposal-export-default-from": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.23.3.tgz", - "integrity": "sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.24.1.tgz", + "integrity": "sha512-+0hrgGGV3xyYIjOrD/bUZk/iUwOIGuoANfRfVg1cPhYBxF+TIXSEcc42DqzBICmWsnAQ+SfKedY0bj8QD+LuMg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-export-default-from": "^7.23.3" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/plugin-syntax-export-default-from": "^7.24.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", + "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.", + "peer": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "engines": { "node": ">=6.9.0" @@ -948,12 +955,12 @@ } }, "node_modules/@babel/plugin-syntax-export-default-from": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.23.3.tgz", - "integrity": "sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.24.1.tgz", + "integrity": "sha512-cNXSxv9eTkGUtd0PsNMK8Yx5xeScxfpWOUAxE+ZPAXXEcAMOC3fk7LRdXq5fvpra2pLx2p1YtkAhpUbB2SwaRA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -975,12 +982,12 @@ } }, "node_modules/@babel/plugin-syntax-flow": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz", - "integrity": "sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.24.1.tgz", + "integrity": "sha512-sxi2kLTI5DeW5vDtMUsk4mTPwvlUDbjOnoWayhynCwrw4QXRld4QEYwqzY8JmQXaJUtgUuCIurtSRH5sn4c7mA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -990,12 +997,12 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", - "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz", + "integrity": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1005,12 +1012,12 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", - "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz", + "integrity": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1044,12 +1051,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", - "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz", + "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1161,12 +1168,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", - "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz", + "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1192,12 +1199,12 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", - "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz", + "integrity": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1207,13 +1214,13 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.9.tgz", - "integrity": "sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz", + "integrity": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==", "peer": true, "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-remap-async-to-generator": "^7.22.20", "@babel/plugin-syntax-async-generators": "^7.8.4" }, @@ -1225,13 +1232,13 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", - "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz", + "integrity": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==", "peer": true, "dependencies": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-module-imports": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-remap-async-to-generator": "^7.22.20" }, "engines": { @@ -1242,12 +1249,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", - "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz", + "integrity": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1257,12 +1264,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", - "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz", + "integrity": "sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1272,13 +1279,13 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", - "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz", + "integrity": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==", "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1288,13 +1295,13 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz", - "integrity": "sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz", + "integrity": "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==", "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.24.4", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-class-static-block": "^7.14.5" }, "engines": { @@ -1305,17 +1312,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz", - "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz", + "integrity": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==", "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-replace-supers": "^7.24.1", "@babel/helper-split-export-declaration": "^7.22.6", "globals": "^11.1.0" }, @@ -1326,23 +1333,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-classes/node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "peer": true, - "engines": { - "node": ">=4" - } - }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", - "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz", + "integrity": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/template": "^7.22.15" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/template": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1352,12 +1350,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", - "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz", + "integrity": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1367,13 +1365,13 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", - "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz", + "integrity": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==", "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1383,12 +1381,12 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", - "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz", + "integrity": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1398,12 +1396,12 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.4.tgz", - "integrity": "sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz", + "integrity": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3" }, "engines": { @@ -1414,13 +1412,13 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", - "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz", + "integrity": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==", "peer": true, "dependencies": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1430,12 +1428,12 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.4.tgz", - "integrity": "sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz", + "integrity": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "engines": { @@ -1446,13 +1444,13 @@ } }, "node_modules/@babel/plugin-transform-flow-strip-types": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.23.3.tgz", - "integrity": "sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.1.tgz", + "integrity": "sha512-iIYPIWt3dUmUKKE10s3W+jsQ3icFkw0JyRVyY1B7G4yK/nngAOHLVx8xlhA6b/Jzl/Y0nis8gjqhqKtRDQqHWQ==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-flow": "^7.23.3" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/plugin-syntax-flow": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1462,12 +1460,12 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", - "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz", + "integrity": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" }, "engines": { @@ -1478,14 +1476,14 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", - "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz", + "integrity": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==", "peer": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-function-name": "^7.23.0", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1495,12 +1493,12 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.4.tgz", - "integrity": "sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz", + "integrity": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-json-strings": "^7.8.3" }, "engines": { @@ -1511,12 +1509,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", - "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz", + "integrity": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1526,12 +1524,12 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.4.tgz", - "integrity": "sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz", + "integrity": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "engines": { @@ -1542,12 +1540,12 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", - "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz", + "integrity": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1557,13 +1555,13 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", - "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz", + "integrity": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==", "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1573,13 +1571,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", - "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz", + "integrity": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==", "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-simple-access": "^7.22.5" }, "engines": { @@ -1590,14 +1588,14 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", - "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz", + "integrity": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==", "peer": true, "dependencies": { "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { @@ -1608,13 +1606,13 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", - "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz", + "integrity": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==", "peer": true, "dependencies": { "@babel/helper-module-transforms": "^7.23.3", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1640,12 +1638,12 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", - "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz", + "integrity": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1655,12 +1653,12 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.4.tgz", - "integrity": "sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz", + "integrity": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" }, "engines": { @@ -1671,12 +1669,12 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.4.tgz", - "integrity": "sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz", + "integrity": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-numeric-separator": "^7.10.4" }, "engines": { @@ -1687,16 +1685,15 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.0.tgz", - "integrity": "sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz", + "integrity": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==", "peer": true, "dependencies": { - "@babel/compat-data": "^7.23.5", "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.23.3" + "@babel/plugin-transform-parameters": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1706,13 +1703,13 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", - "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz", + "integrity": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-replace-supers": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -1722,12 +1719,12 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.4.tgz", - "integrity": "sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz", + "integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" }, "engines": { @@ -1738,12 +1735,12 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", - "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz", + "integrity": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, @@ -1755,12 +1752,12 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", - "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz", + "integrity": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1770,13 +1767,13 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", - "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz", + "integrity": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==", "peer": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-create-class-features-plugin": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1786,14 +1783,14 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.4.tgz", - "integrity": "sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz", + "integrity": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==", "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.24.1", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/plugin-syntax-private-property-in-object": "^7.14.5" }, "engines": { @@ -1804,12 +1801,12 @@ } }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", - "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz", + "integrity": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1819,12 +1816,12 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", - "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz", + "integrity": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1853,12 +1850,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz", - "integrity": "sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.1.tgz", + "integrity": "sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1868,12 +1865,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.23.3.tgz", - "integrity": "sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.1.tgz", + "integrity": "sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1883,12 +1880,12 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", - "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz", + "integrity": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "regenerator-transform": "^0.15.2" }, "engines": { @@ -1899,12 +1896,12 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", - "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz", + "integrity": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1914,16 +1911,16 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.0.tgz", - "integrity": "sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz", + "integrity": "sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==", "peer": true, "dependencies": { - "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-module-imports": "^7.24.3", "@babel/helper-plugin-utils": "^7.24.0", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, "engines": { @@ -1943,12 +1940,12 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", - "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz", + "integrity": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1958,12 +1955,12 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", - "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz", + "integrity": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" }, "engines": { @@ -1974,12 +1971,12 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", - "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz", + "integrity": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -1989,12 +1986,12 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", - "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz", + "integrity": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2004,12 +2001,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", - "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz", + "integrity": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2019,15 +2016,15 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz", - "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz", + "integrity": "sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==", "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.23.6", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.23.3" + "@babel/helper-create-class-features-plugin": "^7.24.4", + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/plugin-syntax-typescript": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -2037,12 +2034,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", - "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz", + "integrity": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2052,13 +2049,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", - "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz", + "integrity": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==", "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2068,13 +2065,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", - "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz", + "integrity": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==", "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2084,13 +2081,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", - "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz", + "integrity": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==", "peer": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -2100,26 +2097,27 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.0.tgz", - "integrity": "sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.4.tgz", + "integrity": "sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==", "peer": true, "dependencies": { - "@babel/compat-data": "^7.23.5", + "@babel/compat-data": "^7.24.4", "@babel/helper-compilation-targets": "^7.23.6", "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.4", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.23.3", - "@babel/plugin-syntax-import-attributes": "^7.23.3", + "@babel/plugin-syntax-import-assertions": "^7.24.1", + "@babel/plugin-syntax-import-attributes": "^7.24.1", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", @@ -2131,58 +2129,58 @@ "@babel/plugin-syntax-private-property-in-object": "^7.14.5", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.23.3", - "@babel/plugin-transform-async-generator-functions": "^7.23.9", - "@babel/plugin-transform-async-to-generator": "^7.23.3", - "@babel/plugin-transform-block-scoped-functions": "^7.23.3", - "@babel/plugin-transform-block-scoping": "^7.23.4", - "@babel/plugin-transform-class-properties": "^7.23.3", - "@babel/plugin-transform-class-static-block": "^7.23.4", - "@babel/plugin-transform-classes": "^7.23.8", - "@babel/plugin-transform-computed-properties": "^7.23.3", - "@babel/plugin-transform-destructuring": "^7.23.3", - "@babel/plugin-transform-dotall-regex": "^7.23.3", - "@babel/plugin-transform-duplicate-keys": "^7.23.3", - "@babel/plugin-transform-dynamic-import": "^7.23.4", - "@babel/plugin-transform-exponentiation-operator": "^7.23.3", - "@babel/plugin-transform-export-namespace-from": "^7.23.4", - "@babel/plugin-transform-for-of": "^7.23.6", - "@babel/plugin-transform-function-name": "^7.23.3", - "@babel/plugin-transform-json-strings": "^7.23.4", - "@babel/plugin-transform-literals": "^7.23.3", - "@babel/plugin-transform-logical-assignment-operators": "^7.23.4", - "@babel/plugin-transform-member-expression-literals": "^7.23.3", - "@babel/plugin-transform-modules-amd": "^7.23.3", - "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-modules-systemjs": "^7.23.9", - "@babel/plugin-transform-modules-umd": "^7.23.3", + "@babel/plugin-transform-arrow-functions": "^7.24.1", + "@babel/plugin-transform-async-generator-functions": "^7.24.3", + "@babel/plugin-transform-async-to-generator": "^7.24.1", + "@babel/plugin-transform-block-scoped-functions": "^7.24.1", + "@babel/plugin-transform-block-scoping": "^7.24.4", + "@babel/plugin-transform-class-properties": "^7.24.1", + "@babel/plugin-transform-class-static-block": "^7.24.4", + "@babel/plugin-transform-classes": "^7.24.1", + "@babel/plugin-transform-computed-properties": "^7.24.1", + "@babel/plugin-transform-destructuring": "^7.24.1", + "@babel/plugin-transform-dotall-regex": "^7.24.1", + "@babel/plugin-transform-duplicate-keys": "^7.24.1", + "@babel/plugin-transform-dynamic-import": "^7.24.1", + "@babel/plugin-transform-exponentiation-operator": "^7.24.1", + "@babel/plugin-transform-export-namespace-from": "^7.24.1", + "@babel/plugin-transform-for-of": "^7.24.1", + "@babel/plugin-transform-function-name": "^7.24.1", + "@babel/plugin-transform-json-strings": "^7.24.1", + "@babel/plugin-transform-literals": "^7.24.1", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.1", + "@babel/plugin-transform-member-expression-literals": "^7.24.1", + "@babel/plugin-transform-modules-amd": "^7.24.1", + "@babel/plugin-transform-modules-commonjs": "^7.24.1", + "@babel/plugin-transform-modules-systemjs": "^7.24.1", + "@babel/plugin-transform-modules-umd": "^7.24.1", "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", - "@babel/plugin-transform-new-target": "^7.23.3", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4", - "@babel/plugin-transform-numeric-separator": "^7.23.4", - "@babel/plugin-transform-object-rest-spread": "^7.24.0", - "@babel/plugin-transform-object-super": "^7.23.3", - "@babel/plugin-transform-optional-catch-binding": "^7.23.4", - "@babel/plugin-transform-optional-chaining": "^7.23.4", - "@babel/plugin-transform-parameters": "^7.23.3", - "@babel/plugin-transform-private-methods": "^7.23.3", - "@babel/plugin-transform-private-property-in-object": "^7.23.4", - "@babel/plugin-transform-property-literals": "^7.23.3", - "@babel/plugin-transform-regenerator": "^7.23.3", - "@babel/plugin-transform-reserved-words": "^7.23.3", - "@babel/plugin-transform-shorthand-properties": "^7.23.3", - "@babel/plugin-transform-spread": "^7.23.3", - "@babel/plugin-transform-sticky-regex": "^7.23.3", - "@babel/plugin-transform-template-literals": "^7.23.3", - "@babel/plugin-transform-typeof-symbol": "^7.23.3", - "@babel/plugin-transform-unicode-escapes": "^7.23.3", - "@babel/plugin-transform-unicode-property-regex": "^7.23.3", - "@babel/plugin-transform-unicode-regex": "^7.23.3", - "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", + "@babel/plugin-transform-new-target": "^7.24.1", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1", + "@babel/plugin-transform-numeric-separator": "^7.24.1", + "@babel/plugin-transform-object-rest-spread": "^7.24.1", + "@babel/plugin-transform-object-super": "^7.24.1", + "@babel/plugin-transform-optional-catch-binding": "^7.24.1", + "@babel/plugin-transform-optional-chaining": "^7.24.1", + "@babel/plugin-transform-parameters": "^7.24.1", + "@babel/plugin-transform-private-methods": "^7.24.1", + "@babel/plugin-transform-private-property-in-object": "^7.24.1", + "@babel/plugin-transform-property-literals": "^7.24.1", + "@babel/plugin-transform-regenerator": "^7.24.1", + "@babel/plugin-transform-reserved-words": "^7.24.1", + "@babel/plugin-transform-shorthand-properties": "^7.24.1", + "@babel/plugin-transform-spread": "^7.24.1", + "@babel/plugin-transform-sticky-regex": "^7.24.1", + "@babel/plugin-transform-template-literals": "^7.24.1", + "@babel/plugin-transform-typeof-symbol": "^7.24.1", + "@babel/plugin-transform-unicode-escapes": "^7.24.1", + "@babel/plugin-transform-unicode-property-regex": "^7.24.1", + "@babel/plugin-transform-unicode-regex": "^7.24.1", + "@babel/plugin-transform-unicode-sets-regex": "^7.24.1", "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.8", - "babel-plugin-polyfill-corejs3": "^0.9.0", - "babel-plugin-polyfill-regenerator": "^0.5.5", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-regenerator": "^0.6.1", "core-js-compat": "^3.31.0", "semver": "^6.3.1" }, @@ -2203,14 +2201,14 @@ } }, "node_modules/@babel/preset-flow": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.0.tgz", - "integrity": "sha512-cum/nSi82cDaSJ21I4PgLTVlj0OXovFk6GRguJYe/IKg6y6JHLTbJhybtX4k35WT9wdeJfEVjycTixMhBHd0Dg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.24.1.tgz", + "integrity": "sha512-sWCV2G9pcqZf+JHyv/RyqEIpFypxdCSxWIxQjpdaQxenNog7cN1pr76hg8u0Fz8Qgg0H4ETkGcJnXL8d4j0PPA==", "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.24.0", "@babel/helper-validator-option": "^7.23.5", - "@babel/plugin-transform-flow-strip-types": "^7.23.3" + "@babel/plugin-transform-flow-strip-types": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -2234,16 +2232,16 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz", - "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz", + "integrity": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==", "peer": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/helper-validator-option": "^7.22.15", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/plugin-transform-modules-commonjs": "^7.23.3", - "@babel/plugin-transform-typescript": "^7.23.3" + "@babel/helper-plugin-utils": "^7.24.0", + "@babel/helper-validator-option": "^7.23.5", + "@babel/plugin-syntax-jsx": "^7.24.1", + "@babel/plugin-transform-modules-commonjs": "^7.24.1", + "@babel/plugin-transform-typescript": "^7.24.1" }, "engines": { "node": ">=6.9.0" @@ -2278,9 +2276,9 @@ "peer": true }, "node_modules/@babel/runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", - "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.4.tgz", + "integrity": "sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -2303,18 +2301,18 @@ } }, "node_modules/@babel/traverse": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz", - "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz", + "integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==", "peer": true, "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", + "@babel/code-frame": "^7.24.1", + "@babel/generator": "^7.24.1", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.0", + "@babel/parser": "^7.24.1", "@babel/types": "^7.24.0", "debug": "^4.3.1", "globals": "^11.1.0" @@ -2323,19 +2321,11 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/traverse/node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "peer": true, - "engines": { - "node": ">=4" - } - }, "node_modules/@babel/types": { "version": "7.24.0", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", + "peer": true, "dependencies": { "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", @@ -2345,12 +2335,6 @@ "node": ">=6.9.0" } }, - "node_modules/@cloudflare/workers-types": { - "version": "4.20240320.1", - "resolved": "https://registry.npmjs.org/@cloudflare/workers-types/-/workers-types-4.20240320.1.tgz", - "integrity": "sha512-CiYtVpQURPgQqtBKkmOAnfPElVZuD7Xyf1IxKtKp2B4aB9gnooapwJhzeY8c4Ls4u17SgMS0MprOkrgYwzZ6xg==", - "dev": true - }, "node_modules/@coinbase/wallet-sdk": { "version": "3.9.1", "resolved": "https://registry.npmjs.org/@coinbase/wallet-sdk/-/wallet-sdk-3.9.1.tgz", @@ -2524,139 +2508,6 @@ "resolved": "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.32.3.tgz", "integrity": "sha512-WCZK4yksj2hBDz4w7xFZQTRZQ/RJhBX26uFHmmQFIcNUUVAihrLO+RerqJgk0dZqC42wstM9pEUQGtPmLcIYvg==" }, - "node_modules/@emotion/babel-plugin": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz", - "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/serialize": "^1.1.2", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/cache": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz", - "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==", - "dependencies": { - "@emotion/memoize": "^0.8.1", - "@emotion/sheet": "^1.2.2", - "@emotion/utils": "^1.2.1", - "@emotion/weak-memoize": "^0.3.1", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/hash": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz", - "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz", - "integrity": "sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==", - "dependencies": { - "@emotion/memoize": "^0.8.1" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" - }, - "node_modules/@emotion/react": { - "version": "11.11.4", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz", - "integrity": "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.11.0", - "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", - "@emotion/utils": "^1.2.1", - "@emotion/weak-memoize": "^0.3.1", - "hoist-non-react-statics": "^3.3.1" - }, - "peerDependencies": { - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/serialize": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", - "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", - "dependencies": { - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/unitless": "^0.8.1", - "@emotion/utils": "^1.2.1", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/sheet": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz", - "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==" - }, - "node_modules/@emotion/styled": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.11.0.tgz", - "integrity": "sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.11.0", - "@emotion/is-prop-valid": "^1.2.1", - "@emotion/serialize": "^1.1.2", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", - "@emotion/utils": "^1.2.1" - }, - "peerDependencies": { - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/unitless": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" - }, - "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz", - "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/utils": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz", - "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==" - }, - "node_modules/@emotion/weak-memoize": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", - "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" - }, "node_modules/@esbuild/aix-ppc64": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.20.2.tgz", @@ -2664,7 +2515,6 @@ "cpu": [ "ppc64" ], - "dev": true, "optional": true, "os": [ "aix" @@ -2680,7 +2530,6 @@ "cpu": [ "arm" ], - "dev": true, "optional": true, "os": [ "android" @@ -2696,7 +2545,6 @@ "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "android" @@ -2712,7 +2560,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "android" @@ -2728,7 +2575,6 @@ "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "darwin" @@ -2744,7 +2590,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "darwin" @@ -2760,7 +2605,6 @@ "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "freebsd" @@ -2776,7 +2620,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "freebsd" @@ -2792,7 +2635,6 @@ "cpu": [ "arm" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2808,7 +2650,6 @@ "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2824,7 +2665,6 @@ "cpu": [ "ia32" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2840,7 +2680,6 @@ "cpu": [ "loong64" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2856,7 +2695,6 @@ "cpu": [ "mips64el" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2872,7 +2710,6 @@ "cpu": [ "ppc64" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2888,7 +2725,6 @@ "cpu": [ "riscv64" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2904,7 +2740,6 @@ "cpu": [ "s390x" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2920,7 +2755,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "linux" @@ -2936,7 +2770,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "netbsd" @@ -2952,7 +2785,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "openbsd" @@ -2968,7 +2800,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "sunos" @@ -2984,7 +2815,6 @@ "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "win32" @@ -3000,7 +2830,6 @@ "cpu": [ "ia32" ], - "dev": true, "optional": true, "os": [ "win32" @@ -3016,7 +2845,6 @@ "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "win32" @@ -3073,44 +2901,68 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.0.tgz", - "integrity": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.1.tgz", + "integrity": "sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==", "dependencies": { - "@floating-ui/utils": "^0.2.1" + "@floating-ui/utils": "^0.2.0" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.3.tgz", - "integrity": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.4.tgz", + "integrity": "sha512-0G8R+zOvQsAG1pg2Q99P21jiqxqGBW1iRe/iXHsBRBxnpXKFI8QwbB4x5KmYLggNO5m34IQgOIu9SCRfR/WWiQ==", "dependencies": { "@floating-ui/core": "^1.0.0", "@floating-ui/utils": "^0.2.0" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", - "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" - }, - "node_modules/@formkit/auto-animate": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@formkit/auto-animate/-/auto-animate-0.8.1.tgz", - "integrity": "sha512-0/Z2cuNXWVVIG/l0SpcHAWFhGdvLJ8DRvEfRWvmojtmRWfEy+LWNwgDazbZqY0qQYtkHcoEK3jBLkhiZaB/4Ig==" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz", + "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" }, - "node_modules/@formkit/tempo": { - "version": "0.0.17", - "resolved": "https://registry.npmjs.org/@formkit/tempo/-/tempo-0.0.17.tgz", - "integrity": "sha512-2gZE6oxp3dK6HigiKWclbCigmQGrbDTHIYe3D12T88RCorRznet2bpr7/wESBi6JFtSb0Y0NTnLvg6nfAcHERg==" + "node_modules/@gcornut/valibot-json-schema": { + "version": "0.0.27", + "resolved": "https://registry.npmjs.org/@gcornut/valibot-json-schema/-/valibot-json-schema-0.0.27.tgz", + "integrity": "sha512-xcMaUStVgQzPrK3d7PuLFbQ+3qSp6LzaLExAm52E3FKmUfjQa7Sw5cDK6Hfu/8WT0yfGsuSCuJ5uT1sosjR9Qg==", + "optional": true, + "bin": { + "valibot-json-schema": "bin/index.js" + }, + "peerDependencies": { + "@types/json-schema": ">= 7.0.14", + "esbuild": ">= 0.18.20", + "esbuild-runner": ">= 2.2.2", + "valibot": ">= 0.21.0" + } }, "node_modules/@gql.tada/cli-utils": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@gql.tada/cli-utils/-/cli-utils-0.2.0.tgz", - "integrity": "sha512-S/1KdJ08G9wKbsHUrBBT6GK38OtGaC82lY9MIFwkIziR9rf/N1PmDxWOThvMWJsaKQaEf5PhioRxquVCjeIbtw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@gql.tada/cli-utils/-/cli-utils-1.3.3.tgz", + "integrity": "sha512-XdKhu2xmnFmilOdt/XzF84ld15la9yOVfTn+F464ssXzRJH0FN8Qi+lRpxVogdMii4TYt59YmEh9jnl5z4GN/g==", + "dependencies": { + "@0no-co/graphqlsp": "^1.12.1", + "@gql.tada/internal": "0.3.3", + "@vue/compiler-dom": "^3.4.23", + "@vue/language-core": "^2.0.0", + "graphql": "^16.8.1", + "svelte2tsx": "^0.7.6" + }, + "peerDependencies": { + "typescript": "^5.0.0" + } + }, + "node_modules/@gql.tada/internal": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@gql.tada/internal/-/internal-0.3.3.tgz", + "integrity": "sha512-lBOiN0c/Fx5eY5KGwkzB5+6asUv9IAoD6f5rZjN8r9h4hvSk4V5Kuuu6EfKixF6h5/o/xDRgA/BU3355udnK3g==", "dependencies": { - "@urql/introspection": "^1.0.3", - "graphql": "^16.8.1" + "@0no-co/graphql.web": "^1.0.5" + }, + "peerDependencies": { + "graphql": "^16.8.1", + "typescript": "^5.0.0" } }, "node_modules/@graphql-typed-document-node/core": { @@ -3124,14 +2976,12 @@ "node_modules/@hapi/hoek": { "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", - "peer": true + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "node_modules/@hapi/topo": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", - "peer": true, "dependencies": { "@hapi/hoek": "^9.0.0" } @@ -3148,6 +2998,7 @@ "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -3164,6 +3015,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, "engines": { "node": ">=12" }, @@ -3175,6 +3027,7 @@ "version": "6.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, "engines": { "node": ">=12" }, @@ -3185,12 +3038,14 @@ "node_modules/@isaacs/cliui/node_modules/emoji-regex": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true }, "node_modules/@isaacs/cliui/node_modules/string-width": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -3207,6 +3062,7 @@ "version": "7.1.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, "dependencies": { "ansi-regex": "^6.0.1" }, @@ -3221,6 +3077,7 @@ "version": "8.1.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -3237,7 +3094,6 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/@isaacs/ttlcache/-/ttlcache-1.4.1.tgz", "integrity": "sha512-RQgQ4uQ+pLbqXfOmieB91ejmLwvSgv9nLx6sT6sD83s7umBypgg+OIBOBbEUiJXrfpnp9j0mRhYYdzp9uqq3lA==", - "peer": true, "engines": { "node": ">=12" } @@ -3367,6 +3223,15 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@keplr-wallet/types": { + "version": "0.12.83", + "resolved": "https://registry.npmjs.org/@keplr-wallet/types/-/types-0.12.83.tgz", + "integrity": "sha512-fb+Ns52EXZ+iJXwfGAJLn4MLkALuIhVv+V0ed/twzv0LqJlPYvQTeW5e/ZFRO/1UBE3T56vLQdqwvvxbuBFeUQ==", + "dev": true, + "dependencies": { + "long": "^4.0.0" + } + }, "node_modules/@leapwallet/cosmos-snap-provider": { "version": "0.1.26", "resolved": "https://registry.npmjs.org/@leapwallet/cosmos-snap-provider/-/cosmos-snap-provider-0.1.26.tgz", @@ -3383,6 +3248,12 @@ "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, + "node_modules/@leapwallet/types": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@leapwallet/types/-/types-0.0.5.tgz", + "integrity": "sha512-ipvA+A824djqtT97QI3db2ONZa4jGXFgatLnknOXMSdbi+s2V476zOsR97q6Dl/TUftpj+GIu5iTmlAZ7yrXDA==", + "dev": true + }, "node_modules/@lit-labs/ssr-dom-shim": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.0.tgz", @@ -3397,26 +3268,24 @@ } }, "node_modules/@melt-ui/pp": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@melt-ui/pp/-/pp-0.3.0.tgz", - "integrity": "sha512-b07Bdh8l2KcwKVCXOY+SoBw1dk9eWvQfMSi6SoacpRVyVmmfpi0kV4oGt3HYF0tUCB3sEmVicxse50ZzZxEzEA==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@melt-ui/pp/-/pp-0.3.1.tgz", + "integrity": "sha512-FiKsJNvPLpZv5yNCXTJJm3yOsJi3Fq6RCWmqitEAPGIGufd7UsMP/qElpMG87LtByyBg7gXikh78iPIXxzyf/g==", "dev": true, "dependencies": { "estree-walker": "^3.0.3", "magic-string": "^0.30.5" }, - "engines": { - "pnpm": ">=8.6.3" - }, "peerDependencies": { "@melt-ui/svelte": ">= 0.29.0", "svelte": "^3.55.0 || ^4.0.0 || ^5.0.0-next.1" } }, "node_modules/@melt-ui/svelte": { - "version": "0.76.0", - "resolved": "https://registry.npmjs.org/@melt-ui/svelte/-/svelte-0.76.0.tgz", - "integrity": "sha512-X1ktxKujjLjOBt8LBvfckHGDMrkHWceRt1jdsUTf0EH76ikNPP1ofSoiV0IhlduDoCBV+2YchJ8kXCDfDXfC9Q==", + "version": "0.77.0", + "resolved": "https://registry.npmjs.org/@melt-ui/svelte/-/svelte-0.77.0.tgz", + "integrity": "sha512-/Ttn+UkfNK+kM7LgnE7x/w6rrtaTApRQ/zQ4xIYi17sYlEpak2lNmacke2DfJ1Uj8rpF6OvUEjZCrMl3QWP2nQ==", + "dev": true, "dependencies": { "@floating-ui/core": "^1.3.1", "@floating-ui/dom": "^1.4.5", @@ -3442,12 +3311,19 @@ "node": ">=14.0.0" } }, - "node_modules/@metamask/eth-json-rpc-provider/node_modules/@metamask/safe-event-emitter": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-3.1.1.tgz", - "integrity": "sha512-ihb3B0T/wJm1eUuArYP4lCTSEoZsClHhuWyfo/kMX3m/odpqNcPfsz5O2A3NT7dXCAgWPGDQGPqygCpgeniKMw==", + "node_modules/@metamask/eth-json-rpc-provider/node_modules/@metamask/utils": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@metamask/utils/-/utils-5.0.2.tgz", + "integrity": "sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g==", + "dependencies": { + "@ethereumjs/tx": "^4.1.2", + "@types/debug": "^4.1.7", + "debug": "^4.3.4", + "semver": "^7.3.8", + "superstruct": "^1.0.3" + }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/@metamask/json-rpc-engine": { @@ -3463,43 +3339,30 @@ "node": ">=16.0.0" } }, - "node_modules/@metamask/json-rpc-engine/node_modules/@metamask/safe-event-emitter": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-3.1.1.tgz", - "integrity": "sha512-ihb3B0T/wJm1eUuArYP4lCTSEoZsClHhuWyfo/kMX3m/odpqNcPfsz5O2A3NT7dXCAgWPGDQGPqygCpgeniKMw==", - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/@metamask/json-rpc-engine/node_modules/@metamask/utils": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@metamask/utils/-/utils-8.3.0.tgz", - "integrity": "sha512-WFVcMPEkKKRCJ8DDkZUTVbLlpwgRn98F4VM/WzN89HM8PmHMnCyk/oG0AmK/seOxtik7uC7Bbi2YBC5Z5XB2zw==", + "node_modules/@metamask/json-rpc-middleware-stream": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@metamask/json-rpc-middleware-stream/-/json-rpc-middleware-stream-6.0.2.tgz", + "integrity": "sha512-jtyx3PRfc1kqoLpYveIVQNwsxYKefc64/LCl9h9Da1m3nUKEvypbYuXSIwi237qvOjKmNHQKsDOZg6f4uBf62Q==", "dependencies": { - "@ethereumjs/tx": "^4.2.0", - "@noble/hashes": "^1.3.1", - "@scure/base": "^1.1.3", - "@types/debug": "^4.1.7", - "debug": "^4.3.4", - "pony-cause": "^2.1.10", - "semver": "^7.5.4", - "superstruct": "^1.0.3" + "@metamask/json-rpc-engine": "^7.3.2", + "@metamask/safe-event-emitter": "^3.0.0", + "@metamask/utils": "^8.3.0", + "readable-stream": "^3.6.2" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@metamask/object-multiplex": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@metamask/object-multiplex/-/object-multiplex-1.3.0.tgz", - "integrity": "sha512-czcQeVYdSNtabd+NcYQnrM69MciiJyd1qvKH8WM2Id3C0ZiUUX5Xa/MK+/VUk633DBhVOwdNzAKIQ33lGyA+eQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@metamask/object-multiplex/-/object-multiplex-2.0.0.tgz", + "integrity": "sha512-+ItrieVZie3j2LfYE0QkdW3dsEMfMEp419IGx1zyeLqjRZ14iQUPRO0H6CGgfAAoC0x6k2PfCAGRwJUA9BMrqA==", "dependencies": { - "end-of-stream": "^1.4.4", "once": "^1.4.0", - "readable-stream": "^2.3.3" + "readable-stream": "^3.6.2" }, "engines": { - "node": ">=12.0.0" + "node": "^16.20 || ^18.16 || >=20" } }, "node_modules/@metamask/onboarding": { @@ -3510,70 +3373,26 @@ "bowser": "^2.9.0" } }, - "node_modules/@metamask/post-message-stream": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@metamask/post-message-stream/-/post-message-stream-6.2.0.tgz", - "integrity": "sha512-WunZ0bruClF862mvbKQGETn5SM0XKGmocPMQR1Ew6sYix9/FDzeoZnoI8RkXk01E+70FCdxhTE/r8kk5SFOuTw==", - "dependencies": { - "@metamask/utils": "^5.0.0", - "readable-stream": "2.3.3" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@metamask/post-message-stream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - }, - "node_modules/@metamask/post-message-stream/node_modules/process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha512-yN0WQmuCX63LP/TMvAg31nvT6m4vDqJEiiv2CAZqWOGNWutc9DfDk1NPYYmKUFmaVM2UwDowH4u5AHWYP/jxKw==" - }, - "node_modules/@metamask/post-message-stream/node_modules/readable-stream": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", - "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~1.0.6", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.0.3", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/@metamask/post-message-stream/node_modules/string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/@metamask/providers": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/@metamask/providers/-/providers-10.2.1.tgz", - "integrity": "sha512-p2TXw2a1Nb8czntDGfeIYQnk4LLVbd5vlcb3GY//lylYlKdSqp+uUTegCvxiFblRDOT68jsY8Ib1VEEzVUOolA==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/@metamask/providers/-/providers-15.0.0.tgz", + "integrity": "sha512-FXvL1NQNl6I7fMOJTfQYcBlBZ33vSlm6w80cMpmn8sJh0Lb7wcBpe02UwBsNlARnI+Qsr26XeDs6WHUHQh8CuA==", "dependencies": { - "@metamask/object-multiplex": "^1.1.0", - "@metamask/safe-event-emitter": "^2.0.0", - "@types/chrome": "^0.0.136", + "@metamask/json-rpc-engine": "^7.3.2", + "@metamask/json-rpc-middleware-stream": "^6.0.2", + "@metamask/object-multiplex": "^2.0.0", + "@metamask/rpc-errors": "^6.2.1", + "@metamask/safe-event-emitter": "^3.0.0", + "@metamask/utils": "^8.3.0", "detect-browser": "^5.2.0", - "eth-rpc-errors": "^4.0.2", - "extension-port-stream": "^2.0.1", - "fast-deep-equal": "^2.0.1", + "extension-port-stream": "^3.0.0", + "fast-deep-equal": "^3.1.3", "is-stream": "^2.0.0", - "json-rpc-engine": "^6.1.0", - "json-rpc-middleware-stream": "^4.2.1", - "pump": "^3.0.0", - "webextension-polyfill-ts": "^0.25.0" + "readable-stream": "^3.6.2", + "webextension-polyfill": "^0.10.0" }, "engines": { - "node": ">=14.0.0" + "node": "^18.18 || >=20" } }, "node_modules/@metamask/rpc-errors": { @@ -3588,94 +3407,80 @@ "node": ">=16.0.0" } }, - "node_modules/@metamask/rpc-errors/node_modules/@metamask/utils": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@metamask/utils/-/utils-8.3.0.tgz", - "integrity": "sha512-WFVcMPEkKKRCJ8DDkZUTVbLlpwgRn98F4VM/WzN89HM8PmHMnCyk/oG0AmK/seOxtik7uC7Bbi2YBC5Z5XB2zw==", - "dependencies": { - "@ethereumjs/tx": "^4.2.0", - "@noble/hashes": "^1.3.1", - "@scure/base": "^1.1.3", - "@types/debug": "^4.1.7", - "debug": "^4.3.4", - "pony-cause": "^2.1.10", - "semver": "^7.5.4", - "superstruct": "^1.0.3" - }, + "node_modules/@metamask/safe-event-emitter": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-3.1.1.tgz", + "integrity": "sha512-ihb3B0T/wJm1eUuArYP4lCTSEoZsClHhuWyfo/kMX3m/odpqNcPfsz5O2A3NT7dXCAgWPGDQGPqygCpgeniKMw==", "engines": { - "node": ">=16.0.0" + "node": ">=12.0.0" } }, - "node_modules/@metamask/safe-event-emitter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-2.0.0.tgz", - "integrity": "sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q==" - }, "node_modules/@metamask/sdk": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/@metamask/sdk/-/sdk-0.14.3.tgz", - "integrity": "sha512-BYLs//nY2wioVSih78gOQI6sLIYY3vWkwVqXGYUgkBV+bi49bv+9S0m+hZ2cwiRaxfMYtKs0KvhAQ8weiYwDrg==", + "version": "0.18.6", + "resolved": "https://registry.npmjs.org/@metamask/sdk/-/sdk-0.18.6.tgz", + "integrity": "sha512-ZT8e4BrcWrm44apLb412WR0fDsgeaS8UlI1c0wKRUPu1w/UntpXuUVO+EaY8WDlnOPAiAsjyqWKey64/DfvbXQ==", "dependencies": { "@metamask/onboarding": "^1.0.1", - "@metamask/post-message-stream": "^6.1.0", - "@metamask/providers": "^10.2.1", - "@metamask/sdk-communication-layer": "0.14.3", - "@metamask/sdk-install-modal-web": "0.14.1", - "@react-native-async-storage/async-storage": "^1.17.11", + "@metamask/providers": "^15.0.0", + "@metamask/sdk-communication-layer": "0.18.5", + "@metamask/sdk-install-modal-web": "0.18.5", "@types/dom-screen-wake-lock": "^1.0.0", "bowser": "^2.9.0", "cross-fetch": "^4.0.0", + "debug": "^4.3.4", "eciesjs": "^0.3.15", "eth-rpc-errors": "^4.0.3", "eventemitter2": "^6.4.7", - "extension-port-stream": "^2.0.1", "i18next": "22.5.1", - "i18next-browser-languagedetector": "^7.1.0", + "i18next-browser-languagedetector": "7.1.0", "obj-multiplex": "^1.0.0", "pump": "^3.0.0", "qrcode-terminal-nooctal": "^0.12.1", - "react-i18next": "^13.2.2", "react-native-webview": "^11.26.0", - "readable-stream": "^2.3.7", + "readable-stream": "^3.6.2", "rollup-plugin-visualizer": "^5.9.2", "socket.io-client": "^4.5.1", "util": "^0.12.4", "uuid": "^8.3.2" }, "peerDependencies": { + "@react-native-async-storage/async-storage": "^1.19.6", "react": "^18.2.0", + "react-dom": "^18.2.0", "react-native": "*" }, "peerDependenciesMeta": { + "@react-native-async-storage/async-storage": { + "optional": true + }, "react": { "optional": true }, + "react-dom": { + "optional": true + }, "react-native": { "optional": true } } }, "node_modules/@metamask/sdk-communication-layer": { - "version": "0.14.3", - "resolved": "https://registry.npmjs.org/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.14.3.tgz", - "integrity": "sha512-yjSbj8y7fFbQXv2HBzUX6D9C8BimkCYP6BDV7hdw53W8b/GlYCtXVxUFajQ9tuO1xPTRjR/xt/dkdr2aCi6WGw==", + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.18.5.tgz", + "integrity": "sha512-WMf9oJa3rAimjCXMAaaRVFPD0Q6dfZR0r9037KCpD5g9SlVh+TeMISfdQCEKAyhXP3d4CGxmp/Kib8C3mn2YLw==", "dependencies": { "bufferutil": "^4.0.8", - "cross-fetch": "^3.1.5", "date-fns": "^2.29.3", - "eciesjs": "^0.3.16", - "eventemitter2": "^6.4.5", - "socket.io-client": "^4.5.1", + "debug": "^4.3.4", "utf-8-validate": "^6.0.3", "uuid": "^8.3.2" - } - }, - "node_modules/@metamask/sdk-communication-layer/node_modules/cross-fetch": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", - "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", - "dependencies": { - "node-fetch": "^2.6.12" + }, + "peerDependencies": { + "cross-fetch": "^3.1.5", + "eciesjs": "^0.3.16", + "eventemitter2": "^6.4.7", + "readable-stream": "^3.6.2", + "socket.io-client": "^4.5.1" } }, "node_modules/@metamask/sdk-communication-layer/node_modules/utf-8-validate": { @@ -3691,76 +3496,68 @@ } }, "node_modules/@metamask/sdk-install-modal-web": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.14.1.tgz", - "integrity": "sha512-emT8HKbnfVwGhPxyUfMja6DWzvtJvDEBQxqCVx93H0HsyrrOzOC43iGCAosslw6o5h7gOfRKLqWmK8V7jQAS2Q==", + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.18.5.tgz", + "integrity": "sha512-Wygc0dgr1PwIA/Sg9WW9QWAsQr4G2GV6iveXt2xw8VKW/9cRORWqYukH1NZLr71hBKzi9AKYBU54Tk5Dfg41zg==", "dependencies": { - "@emotion/react": "^11.10.6", - "@emotion/styled": "^11.10.6", + "qr-code-styling": "^1.6.0-rc.1" + }, + "peerDependencies": { "i18next": "22.5.1", - "qr-code-styling": "^1.6.0-rc.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.2.2" - } - }, - "node_modules/@metamask/sdk-install-modal-web/node_modules/i18next": { - "version": "22.5.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz", - "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==", - "funding": [ - { - "type": "individual", - "url": "https://locize.com" + "react-i18next": "^13.2.2", + "react-native": "*" + }, + "peerDependenciesMeta": { + "react": { + "optional": true }, - { - "type": "individual", - "url": "https://locize.com/i18next.html" + "react-dom": { + "optional": true }, - { - "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + "react-native": { + "optional": true } - ], - "dependencies": { - "@babel/runtime": "^7.20.6" } }, - "node_modules/@metamask/sdk/node_modules/i18next": { - "version": "22.5.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz", - "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==", - "funding": [ - { - "type": "individual", - "url": "https://locize.com" - }, - { - "type": "individual", - "url": "https://locize.com/i18next.html" - }, - { - "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" - } - ], + "node_modules/@metamask/sdk/node_modules/cross-fetch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", + "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", "dependencies": { - "@babel/runtime": "^7.20.6" + "node-fetch": "^2.6.12" } }, "node_modules/@metamask/utils": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@metamask/utils/-/utils-5.0.2.tgz", - "integrity": "sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/@metamask/utils/-/utils-8.4.0.tgz", + "integrity": "sha512-dbIc3C7alOe0agCuBHM1h71UaEaEqOk2W8rAtEn8QGz4haH2Qq7MoK6i7v2guzvkJVVh79c+QCzIqphC3KvrJg==", "dependencies": { - "@ethereumjs/tx": "^4.1.2", + "@ethereumjs/tx": "^4.2.0", + "@noble/hashes": "^1.3.1", + "@scure/base": "^1.1.3", "@types/debug": "^4.1.7", "debug": "^4.3.4", - "semver": "^7.3.8", - "superstruct": "^1.0.3" + "pony-cause": "^2.1.10", + "semver": "^7.5.4", + "superstruct": "^1.0.3", + "uuid": "^9.0.1" }, "engines": { - "node": ">=14.0.0" + "node": ">=16.0.0" + } + }, + "node_modules/@metamask/utils/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/@motionone/animation": { @@ -4202,6 +3999,7 @@ "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, "optional": true, "engines": { "node": ">=14" @@ -4210,8 +4008,16 @@ "node_modules/@polka/url": { "version": "1.0.0-next.25", "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", - "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", - "dev": true + "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==" + }, + "node_modules/@poppinss/macroable": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@poppinss/macroable/-/macroable-1.0.2.tgz", + "integrity": "sha512-xhhEcEvhQC8mP5oOr5hbE4CmUgmw/IPV1jhpGg2xSkzoFrt9i8YVqBQt9744EFesi5F7pBheWozg63RUBM/5JA==", + "optional": true, + "engines": { + "node": ">=18.16.0" + } }, "node_modules/@protobufjs/aspromise": { "version": "1.1.2", @@ -4267,32 +4073,20 @@ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, - "node_modules/@react-native-async-storage/async-storage": { - "version": "1.22.3", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.22.3.tgz", - "integrity": "sha512-Ov3wjuqxHd62tLYfgTjxj77YRYWra3A4Fi8uICIPcePgNO2WkS5B0ADXt9e/JLzSCNqVlXCq4Fir/gHmZTU9ww==", - "dependencies": { - "merge-options": "^3.0.4" - }, - "peerDependencies": { - "react-native": "^0.0.0-0 || >=0.60 <1.0" - } - }, "node_modules/@react-native-community/cli": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-12.3.6.tgz", - "integrity": "sha512-647OSi6xBb8FbwFqX9zsJxOzu685AWtrOUWHfOkbKD+5LOpGORw+GQo0F9rWZnB68rLQyfKUZWJeaD00pGv5fw==", - "peer": true, - "dependencies": { - "@react-native-community/cli-clean": "12.3.6", - "@react-native-community/cli-config": "12.3.6", - "@react-native-community/cli-debugger-ui": "12.3.6", - "@react-native-community/cli-doctor": "12.3.6", - "@react-native-community/cli-hermes": "12.3.6", - "@react-native-community/cli-plugin-metro": "12.3.6", - "@react-native-community/cli-server-api": "12.3.6", - "@react-native-community/cli-tools": "12.3.6", - "@react-native-community/cli-types": "12.3.6", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-13.6.4.tgz", + "integrity": "sha512-V7rt2N5JY7M4dJFgdNfR164r3hZdR/Z7V54dv85TFQHRbdwF4QrkG+GeagAU54qrkK/OU8OH3AF2+mKuiNWpGA==", + "peer": true, + "dependencies": { + "@react-native-community/cli-clean": "13.6.4", + "@react-native-community/cli-config": "13.6.4", + "@react-native-community/cli-debugger-ui": "13.6.4", + "@react-native-community/cli-doctor": "13.6.4", + "@react-native-community/cli-hermes": "13.6.4", + "@react-native-community/cli-server-api": "13.6.4", + "@react-native-community/cli-tools": "13.6.4", + "@react-native-community/cli-types": "13.6.4", "chalk": "^4.1.2", "commander": "^9.4.1", "deepmerge": "^4.3.0", @@ -4311,121 +4105,51 @@ } }, "node_modules/@react-native-community/cli-clean": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-12.3.6.tgz", - "integrity": "sha512-gUU29ep8xM0BbnZjwz9MyID74KKwutq9x5iv4BCr2im6nly4UMf1B1D+V225wR7VcDGzbgWjaezsJShLLhC5ig==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-clean/-/cli-clean-13.6.4.tgz", + "integrity": "sha512-nS1BJ+2Z+aLmqePxB4AYgJ+C/bgQt02xAgSYtCUv+lneRBGhL2tHRrK8/Iolp0y+yQoUtHHf4txYi90zGXLVfw==", "peer": true, "dependencies": { - "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-tools": "13.6.4", "chalk": "^4.1.2", - "execa": "^5.0.0" + "execa": "^5.0.0", + "fast-glob": "^3.3.2" } }, "node_modules/@react-native-community/cli-config": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-12.3.6.tgz", - "integrity": "sha512-JGWSYQ9EAK6m2v0abXwFLEfsqJ1zkhzZ4CV261QZF9MoUNB6h57a274h1MLQR9mG6Tsh38wBUuNfEPUvS1vYew==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-config/-/cli-config-13.6.4.tgz", + "integrity": "sha512-GGK415WoTx1R9FXtfb/cTnan9JIWwSm+a5UCuFd6+suzS0oIt1Md1vCzjNh6W1CK3b43rZC2e+3ZU7Ljd7YtyQ==", "peer": true, "dependencies": { - "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-tools": "13.6.4", "chalk": "^4.1.2", "cosmiconfig": "^5.1.0", "deepmerge": "^4.3.0", - "glob": "^7.1.3", + "fast-glob": "^3.3.2", "joi": "^17.2.1" } }, - "node_modules/@react-native-community/cli-config/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "peer": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "peer": true, - "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", - "peer": true, - "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "peer": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", - "peer": true, - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@react-native-community/cli-config/node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", - "peer": true, - "engines": { - "node": ">=4" - } - }, "node_modules/@react-native-community/cli-debugger-ui": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.6.tgz", - "integrity": "sha512-SjUKKsx5FmcK9G6Pb6UBFT0s9JexVStK5WInmANw75Hm7YokVvHEgtprQDz2Uvy5znX5g2ujzrkIU//T15KQzA==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-13.6.4.tgz", + "integrity": "sha512-9Gs31s6tA1kuEo69ay9qLgM3x2gsN/RI994DCUKnFSW+qSusQJyyrmfllR2mGU3Wl1W09/nYpIg87W9JPf5y4A==", "peer": true, "dependencies": { "serve-static": "^1.13.1" } }, "node_modules/@react-native-community/cli-doctor": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-12.3.6.tgz", - "integrity": "sha512-fvBDv2lTthfw4WOQKkdTop2PlE9GtfrlNnpjB818MhcdEnPjfQw5YaTUcnNEGsvGomdCs1MVRMgYXXwPSN6OvQ==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-doctor/-/cli-doctor-13.6.4.tgz", + "integrity": "sha512-lWOXCISH/cHtLvO0cWTr+IPSzA54FewVOw7MoCMEvWusH+1n7c3hXTAve78mLozGQ7iuUufkHFWwKf3dzOkflQ==", "peer": true, "dependencies": { - "@react-native-community/cli-config": "12.3.6", - "@react-native-community/cli-platform-android": "12.3.6", - "@react-native-community/cli-platform-ios": "12.3.6", - "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-config": "13.6.4", + "@react-native-community/cli-platform-android": "13.6.4", + "@react-native-community/cli-platform-apple": "13.6.4", + "@react-native-community/cli-platform-ios": "13.6.4", + "@react-native-community/cli-tools": "13.6.4", "chalk": "^4.1.2", "command-exists": "^1.2.8", "deepmerge": "^4.3.0", @@ -4440,93 +4164,63 @@ "yaml": "^2.2.1" } }, - "node_modules/@react-native-community/cli-doctor/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@react-native-community/cli-doctor/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "peer": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@react-native-community/cli-doctor/node_modules/yaml": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", - "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } - }, "node_modules/@react-native-community/cli-hermes": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-12.3.6.tgz", - "integrity": "sha512-sNGwfOCl8OAIjWCkwuLpP8NZbuO0dhDI/2W7NeOGDzIBsf4/c4MptTrULWtGIH9okVPLSPX0NnRyGQ+mSwWyuQ==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-13.6.4.tgz", + "integrity": "sha512-VIAufA/2wTccbMYBT9o+mQs9baOEpTxCiIdWeVdkPWKzIwtKsLpDZJlUqj4r4rI66mwjFyQ60PhwSzEJ2ApFeQ==", "peer": true, "dependencies": { - "@react-native-community/cli-platform-android": "12.3.6", - "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-platform-android": "13.6.4", + "@react-native-community/cli-tools": "13.6.4", "chalk": "^4.1.2", "hermes-profile-transformer": "^0.0.6" } }, "node_modules/@react-native-community/cli-platform-android": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-12.3.6.tgz", - "integrity": "sha512-DeDDAB8lHpuGIAPXeeD9Qu2+/wDTFPo99c8uSW49L0hkmZJixzvvvffbGQAYk32H0TmaI7rzvzH+qzu7z3891g==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-13.6.4.tgz", + "integrity": "sha512-WhknYwIobKKCqaGCN3BzZEQHTbaZTDiGvcXzevvN867ldfaGdtbH0DVqNunbPoV1RNzeV9qKoQHFdWBkg83tpg==", "peer": true, "dependencies": { - "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-tools": "13.6.4", "chalk": "^4.1.2", "execa": "^5.0.0", + "fast-glob": "^3.3.2", "fast-xml-parser": "^4.2.4", - "glob": "^7.1.3", "logkitty": "^0.7.1" } }, - "node_modules/@react-native-community/cli-platform-ios": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.3.6.tgz", - "integrity": "sha512-3eZ0jMCkKUO58wzPWlvAPRqezVKm9EPZyaPyHbRPWU8qw7JqkvnRlWIaYDGpjCJgVW4k2hKsEursLtYKb188tg==", + "node_modules/@react-native-community/cli-platform-apple": { + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-apple/-/cli-platform-apple-13.6.4.tgz", + "integrity": "sha512-TLBiotdIz0veLbmvNQIdUv9fkBx7m34ANGYqr5nH7TFxdmey+Z+omoBqG/HGpvyR7d0AY+kZzzV4k+HkYHM/aQ==", "peer": true, "dependencies": { - "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-tools": "13.6.4", "chalk": "^4.1.2", "execa": "^5.0.0", + "fast-glob": "^3.3.2", "fast-xml-parser": "^4.0.12", - "glob": "^7.1.3", "ora": "^5.4.1" } }, - "node_modules/@react-native-community/cli-plugin-metro": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.3.6.tgz", - "integrity": "sha512-3jxSBQt4fkS+KtHCPSyB5auIT+KKIrPCv9Dk14FbvOaEh9erUWEm/5PZWmtboW1z7CYeNbFMeXm9fM2xwtVOpg==", - "peer": true + "node_modules/@react-native-community/cli-platform-ios": { + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-13.6.4.tgz", + "integrity": "sha512-8Dlva8RY+MY5nhWAj6V7voG3+JOEzDTJmD0FHqL+4p0srvr9v7IEVcxfw5lKBDIUNd0OMAHNevGA+cyz1J60jg==", + "peer": true, + "dependencies": { + "@react-native-community/cli-platform-apple": "13.6.4" + } }, "node_modules/@react-native-community/cli-server-api": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-12.3.6.tgz", - "integrity": "sha512-80NIMzo8b2W+PL0Jd7NjiJW9mgaT8Y8wsIT/lh6mAvYH7mK0ecDJUYUTAAv79Tbo1iCGPAr3T295DlVtS8s4yQ==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-13.6.4.tgz", + "integrity": "sha512-D2qSuYCFwrrUJUM0SDc9l3lEhU02yjf+9Peri/xhspzAhALnsf6Z/H7BCjddMV42g9/eY33LqiGyN5chr83a+g==", "peer": true, "dependencies": { - "@react-native-community/cli-debugger-ui": "12.3.6", - "@react-native-community/cli-tools": "12.3.6", + "@react-native-community/cli-debugger-ui": "13.6.4", + "@react-native-community/cli-tools": "13.6.4", "compression": "^1.7.1", "connect": "^3.6.5", "errorhandler": "^1.5.1", @@ -4537,13 +4231,14 @@ } }, "node_modules/@react-native-community/cli-tools": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-12.3.6.tgz", - "integrity": "sha512-FPEvZn19UTMMXUp/piwKZSh8cMEfO8G3KDtOwo53O347GTcwNrKjgZGtLSPELBX2gr+YlzEft3CoRv2Qmo83fQ==", + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-13.6.4.tgz", + "integrity": "sha512-N4oHLLbeTdg8opqJozjClmuTfazo1Mt+oxU7mr7m45VCsFgBqTF70Uwad289TM/3l44PP679NRMAHVYqpIRYtQ==", "peer": true, "dependencies": { "appdirsjs": "^1.2.4", "chalk": "^4.1.2", + "execa": "^5.0.0", "find-up": "^5.0.0", "mime": "^2.4.1", "node-fetch": "^2.6.0", @@ -4554,6 +4249,22 @@ "sudo-prompt": "^9.0.0" } }, + "node_modules/@react-native-community/cli-tools/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "peer": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@react-native-community/cli-tools/node_modules/is-wsl": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", @@ -4563,38 +4274,70 @@ "node": ">=4" } }, - "node_modules/@react-native-community/cli-tools/node_modules/open": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", - "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", + "node_modules/@react-native-community/cli-tools/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "peer": true, "dependencies": { - "is-wsl": "^1.1.0" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=8" - } + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/@react-native-community/cli-types": { - "version": "12.3.6", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-12.3.6.tgz", - "integrity": "sha512-xPqTgcUtZowQ8WKOkI9TLGBwH2bGggOC4d2FFaIRST3gTcjrEeGRNeR5aXCzJFIgItIft8sd7p2oKEdy90+01Q==", + "node_modules/@react-native-community/cli-tools/node_modules/open": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", + "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", "peer": true, "dependencies": { - "joi": "^17.2.1" + "is-wsl": "^1.1.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/@react-native-community/cli/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/@react-native-community/cli-tools/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "peer": true, "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@react-native-community/cli-tools/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "peer": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@react-native-community/cli-types": { + "version": "13.6.4", + "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-13.6.4.tgz", + "integrity": "sha512-NxGCNs4eYtVC8x0wj0jJ/MZLRy8C+B9l8lY8kShuAcvWTv5JXRqmXjg8uK1aA+xikPh0maq4cc/zLw1roroY/A==", + "peer": true, + "dependencies": { + "joi": "^17.2.1" } }, "node_modules/@react-native-community/cli/node_modules/fs-extra": { @@ -4620,45 +4363,6 @@ "graceful-fs": "^4.1.6" } }, - "node_modules/@react-native-community/cli/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "peer": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "peer": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@react-native-community/cli/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "peer": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@react-native-community/cli/node_modules/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", @@ -4669,36 +4373,37 @@ } }, "node_modules/@react-native/assets-registry": { - "version": "0.73.1", - "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.73.1.tgz", - "integrity": "sha512-2FgAbU7uKM5SbbW9QptPPZx8N9Ke2L7bsHb+EhAanZjFZunA9PaYtyjUQ1s7HD+zDVqOQIvjkpXSv7Kejd2tqg==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.74.81.tgz", + "integrity": "sha512-ms+D6pJ6l30epm53pwnAislW79LEUHJxWfe1Cu0LWyTTBlg1OFoqXfB3eIbpe4WyH3nrlkQAh0yyk4huT2mCvw==", "peer": true, "engines": { "node": ">=18" } }, "node_modules/@react-native/babel-plugin-codegen": { - "version": "0.73.4", - "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.73.4.tgz", - "integrity": "sha512-XzRd8MJGo4Zc5KsphDHBYJzS1ryOHg8I2gOZDAUCGcwLFhdyGu1zBNDJYH2GFyDrInn9TzAbRIf3d4O+eltXQQ==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.81.tgz", + "integrity": "sha512-Bj6g5/xkLMBAdC6665TbD3uCKCQSmLQpGv3gyqya/ydZpv3dDmDXfkGmO4fqTwEMunzu09Sk55st2ipmuXAaAg==", "peer": true, "dependencies": { - "@react-native/codegen": "0.73.3" + "@react-native/codegen": "0.74.81" }, "engines": { "node": ">=18" } }, "node_modules/@react-native/babel-preset": { - "version": "0.73.21", - "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.73.21.tgz", - "integrity": "sha512-WlFttNnySKQMeujN09fRmrdWqh46QyJluM5jdtDNrkl/2Hx6N4XeDUGhABvConeK95OidVO7sFFf7sNebVXogA==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.74.81.tgz", + "integrity": "sha512-H80B3Y3lBBVC4x9tceTEQq/04lx01gW6ajWCcVbd7sHvGEAxfMFEZUmVZr0451Cafn02wVnDJ8psto1F+0w5lw==", "peer": true, "dependencies": { "@babel/core": "^7.20.0", "@babel/plugin-proposal-async-generator-functions": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.18.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.0", "@babel/plugin-proposal-numeric-separator": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.20.0", @@ -4734,7 +4439,7 @@ "@babel/plugin-transform-typescript": "^7.5.0", "@babel/plugin-transform-unicode-regex": "^7.0.0", "@babel/template": "^7.0.0", - "@react-native/babel-plugin-codegen": "0.73.4", + "@react-native/babel-plugin-codegen": "0.74.81", "babel-plugin-transform-flow-enums": "^0.0.2", "react-refresh": "^0.14.0" }, @@ -4746,14 +4451,14 @@ } }, "node_modules/@react-native/codegen": { - "version": "0.73.3", - "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.73.3.tgz", - "integrity": "sha512-sxslCAAb8kM06vGy9Jyh4TtvjhcP36k/rvj2QE2Jdhdm61KvfafCATSIsOfc0QvnduWFcpXUPvAVyYwuv7PYDg==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.74.81.tgz", + "integrity": "sha512-hhXo4ccv2lYWaJrZDsdbRTZ5SzSOdyZ0MY6YXwf3xEFLuSunbUMu17Rz5LXemKXlpVx4KEgJ/TDc2pPVaRPZgA==", "peer": true, "dependencies": { "@babel/parser": "^7.20.0", - "flow-parser": "^0.206.0", "glob": "^7.1.1", + "hermes-parser": "0.19.1", "invariant": "^2.2.4", "jscodeshift": "^0.14.0", "mkdirp": "^0.5.1", @@ -4767,21 +4472,22 @@ } }, "node_modules/@react-native/community-cli-plugin": { - "version": "0.73.17", - "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.17.tgz", - "integrity": "sha512-F3PXZkcHg+1ARIr6FRQCQiB7ZAA+MQXGmq051metRscoLvgYJwj7dgC8pvgy0kexzUkHu5BNKrZeySzUft3xuQ==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.74.81.tgz", + "integrity": "sha512-ezPOwPxbDgrBZLJJMcXryXJXjv3VWt+Mt4jRZiEtvy6pAoi2owSH0b178T5cEZaWsxQN0BbyJ7F/xJsNiF4z0Q==", "peer": true, "dependencies": { - "@react-native-community/cli-server-api": "12.3.6", - "@react-native-community/cli-tools": "12.3.6", - "@react-native/dev-middleware": "0.73.8", - "@react-native/metro-babel-transformer": "0.73.15", + "@react-native-community/cli-server-api": "13.6.4", + "@react-native-community/cli-tools": "13.6.4", + "@react-native/dev-middleware": "0.74.81", + "@react-native/metro-babel-transformer": "0.74.81", "chalk": "^4.0.0", "execa": "^5.1.1", "metro": "^0.80.3", "metro-config": "^0.80.3", "metro-core": "^0.80.3", "node-fetch": "^2.2.0", + "querystring": "^0.2.1", "readline": "^1.3.0" }, "engines": { @@ -4789,28 +4495,30 @@ } }, "node_modules/@react-native/debugger-frontend": { - "version": "0.73.3", - "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.73.3.tgz", - "integrity": "sha512-RgEKnWuoo54dh7gQhV7kvzKhXZEhpF9LlMdZolyhGxHsBqZ2gXdibfDlfcARFFifPIiaZ3lXuOVVa4ei+uPgTw==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.74.81.tgz", + "integrity": "sha512-HCYF1/88AfixG75558HkNh9wcvGweRaSZGBA71KoZj03umXM8XJy0/ZpacGOml2Fwiqpil72gi6uU+rypcc/vw==", "peer": true, "engines": { "node": ">=18" } }, "node_modules/@react-native/dev-middleware": { - "version": "0.73.8", - "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.73.8.tgz", - "integrity": "sha512-oph4NamCIxkMfUL/fYtSsE+JbGOnrlawfQ0kKtDQ5xbOjPKotKoXqrs1eGwozNKv7FfQ393stk1by9a6DyASSg==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.74.81.tgz", + "integrity": "sha512-x2IpvUJN1LJE0WmPsSfQIbQaa9xwH+2VDFOUrzuO9cbQap8rNfZpcvVNbrZgrlKbgS4LXbbsj6VSL8b6SnMKMA==", "peer": true, "dependencies": { "@isaacs/ttlcache": "^1.4.1", - "@react-native/debugger-frontend": "0.73.3", + "@react-native/debugger-frontend": "0.74.81", + "@rnx-kit/chromium-edge-launcher": "^1.0.0", "chrome-launcher": "^0.15.2", - "chromium-edge-launcher": "^1.0.0", "connect": "^3.6.5", "debug": "^2.2.0", "node-fetch": "^2.2.0", + "nullthrows": "^1.1.1", "open": "^7.0.3", + "selfsigned": "^2.4.1", "serve-static": "^1.13.1", "temp-dir": "^2.0.0", "ws": "^6.2.2" @@ -4844,32 +4552,32 @@ } }, "node_modules/@react-native/gradle-plugin": { - "version": "0.73.4", - "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.73.4.tgz", - "integrity": "sha512-PMDnbsZa+tD55Ug+W8CfqXiGoGneSSyrBZCMb5JfiB3AFST3Uj5e6lw8SgI/B6SKZF7lG0BhZ6YHZsRZ5MlXmg==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.74.81.tgz", + "integrity": "sha512-7YQ4TLnqfe2kplWWzBWO6k0rPSrWEbuEiRXSJNZQCtCk+t2YX985G62p/9jWm3sGLN4UTcpDXaFNTTPBvlycoQ==", "peer": true, "engines": { "node": ">=18" } }, "node_modules/@react-native/js-polyfills": { - "version": "0.73.1", - "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.73.1.tgz", - "integrity": "sha512-ewMwGcumrilnF87H4jjrnvGZEaPFCAC4ebraEK+CurDDmwST/bIicI4hrOAv+0Z0F7DEK4O4H7r8q9vH7IbN4g==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.74.81.tgz", + "integrity": "sha512-o4MiR+/kkHoeoQ/zPwt81LnTm6pqdg0wOhU7S7vIZUqzJ7YUpnpaAvF+/z7HzUOPudnavoCN0wvcZPe/AMEyCA==", "peer": true, "engines": { "node": ">=18" } }, "node_modules/@react-native/metro-babel-transformer": { - "version": "0.73.15", - "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.73.15.tgz", - "integrity": "sha512-LlkSGaXCz+xdxc9819plmpsl4P4gZndoFtpjN3GMBIu6f7TBV0GVbyJAU4GE8fuAWPVSVL5ArOcdkWKSbI1klw==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.74.81.tgz", + "integrity": "sha512-PVcMjj23poAK6Uemflz4MIJdEpONpjqF7JASNqqQkY6wfDdaIiZSNk8EBCWKb0t7nKqhMvtTq11DMzYJ0JFITg==", "peer": true, "dependencies": { "@babel/core": "^7.20.0", - "@react-native/babel-preset": "0.73.21", - "hermes-parser": "0.15.0", + "@react-native/babel-preset": "0.74.81", + "hermes-parser": "0.19.1", "nullthrows": "^1.1.1" }, "engines": { @@ -4880,15 +4588,15 @@ } }, "node_modules/@react-native/normalize-colors": { - "version": "0.73.2", - "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.73.2.tgz", - "integrity": "sha512-bRBcb2T+I88aG74LMVHaKms2p/T8aQd8+BZ7LuuzXlRfog1bMWWn/C5i0HVuvW4RPtXQYgIlGiXVDy9Ir1So/w==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.74.81.tgz", + "integrity": "sha512-g3YvkLO7UsSWiDfYAU+gLhRHtEpUyz732lZB+N8IlLXc5MnfXHC8GKneDGY3Mh52I3gBrs20o37D5viQX9E1CA==", "peer": true }, "node_modules/@react-native/virtualized-lists": { - "version": "0.73.4", - "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.73.4.tgz", - "integrity": "sha512-HpmLg1FrEiDtrtAbXiwCgXFYyloK/dOIPIuWW3fsqukwJEWAiTzm1nXGJ7xPU5XTHiWZ4sKup5Ebaj8z7iyWog==", + "version": "0.74.81", + "resolved": "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.74.81.tgz", + "integrity": "sha512-5jF9S10Ug2Wl+L/0+O8WmbC726sMMX8jk/1JrvDDK+0DRLMobfjLc1L26fONlVBF7lE5ctqvKZ9TlKdhPTNOZg==", "peer": true, "dependencies": { "invariant": "^2.2.4", @@ -4898,173 +4606,284 @@ "node": ">=18" }, "peerDependencies": { + "@types/react": "^18.2.6", + "react": "*", "react-native": "*" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@rnx-kit/chromium-edge-launcher": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@rnx-kit/chromium-edge-launcher/-/chromium-edge-launcher-1.0.0.tgz", + "integrity": "sha512-lzD84av1ZQhYUS+jsGqJiCMaJO2dn9u+RTT9n9q6D3SaKVwWqv+7AoRKqBu19bkwyE+iFRl1ymr40QS90jVFYg==", + "peer": true, + "dependencies": { + "@types/node": "^18.0.0", + "escape-string-regexp": "^4.0.0", + "is-wsl": "^2.2.0", + "lighthouse-logger": "^1.0.0", + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": ">=14.15" + } + }, + "node_modules/@rnx-kit/chromium-edge-launcher/node_modules/@types/node": { + "version": "18.19.31", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz", + "integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==", + "peer": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@rnx-kit/chromium-edge-launcher/node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "peer": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@rnx-kit/chromium-edge-launcher/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "peer": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@rollup/pluginutils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "dev": true, + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } } }, + "node_modules/@rollup/pluginutils/node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true + }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.13.0.tgz", - "integrity": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.17.1.tgz", + "integrity": "sha512-P6Wg856Ou/DLpR+O0ZLneNmrv7QpqBg+hK4wE05ijbC/t349BRfMfx+UFj5Ha3fCFopIa6iSZlpdaB4agkWp2Q==", "cpu": [ "arm" ], - "dev": true, "optional": true, "os": [ "android" ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.13.0.tgz", - "integrity": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.17.1.tgz", + "integrity": "sha512-piwZDjuW2WiHr05djVdUkrG5JbjnGbtx8BXQchYCMfib/nhjzWoiScelZ+s5IJI7lecrwSxHCzW026MWBL+oJQ==", "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "android" ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.13.0.tgz", - "integrity": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.17.1.tgz", + "integrity": "sha512-LsZXXIsN5Q460cKDT4Y+bzoPDhBmO5DTr7wP80d+2EnYlxSgkwdPfE3hbE+Fk8dtya+8092N9srjBTJ0di8RIA==", "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "darwin" ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.13.0.tgz", - "integrity": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.17.1.tgz", + "integrity": "sha512-S7TYNQpWXB9APkxu/SLmYHezWwCoZRA9QLgrDeml+SR2A1LLPD2DBUdUlvmCF7FUpRMKvbeeWky+iizQj65Etw==", "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "darwin" ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.13.0.tgz", - "integrity": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.17.1.tgz", + "integrity": "sha512-Lq2JR5a5jsA5um2ZoLiXXEaOagnVyCpCW7xvlcqHC7y46tLwTEgUSTM3a2TfmmTMmdqv+jknUioWXlmxYxE9Yw==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.17.1.tgz", + "integrity": "sha512-9BfzwyPNV0IizQoR+5HTNBGkh1KXE8BqU0DBkqMngmyFW7BfuIZyMjQ0s6igJEiPSBvT3ZcnIFohZ19OqjhDPg==", "cpu": [ "arm" ], - "dev": true, "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.13.0.tgz", - "integrity": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.17.1.tgz", + "integrity": "sha512-e2uWaoxo/rtzA52OifrTSXTvJhAXb0XeRkz4CdHBK2KtxrFmuU/uNd544Ogkpu938BzEfvmWs8NZ8Axhw33FDw==", "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.13.0.tgz", - "integrity": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.17.1.tgz", + "integrity": "sha512-ekggix/Bc/d/60H1Mi4YeYb/7dbal1kEDZ6sIFVAE8pUSx7PiWeEh+NWbL7bGu0X68BBIkgF3ibRJe1oFTksQQ==", "cpu": [ "arm64" ], - "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.17.1.tgz", + "integrity": "sha512-UGV0dUo/xCv4pkr/C8KY7XLFwBNnvladt8q+VmdKrw/3RUd3rD0TptwjisvE2TTnnlENtuY4/PZuoOYRiGp8Gw==", + "cpu": [ + "ppc64" + ], "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.13.0.tgz", - "integrity": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.17.1.tgz", + "integrity": "sha512-gEYmYYHaehdvX46mwXrU49vD6Euf1Bxhq9pPb82cbUU9UT2NV+RSckQ5tKWOnNXZixKsy8/cPGtiUWqzPuAcXQ==", "cpu": [ "riscv64" ], - "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.17.1.tgz", + "integrity": "sha512-xeae5pMAxHFp6yX5vajInG2toST5lsCTrckSRUFwNgzYqnUjNBcQyqk1bXUxX5yhjWFl2Mnz3F8vQjl+2FRIcw==", + "cpu": [ + "s390x" + ], "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.0.tgz", - "integrity": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.17.1.tgz", + "integrity": "sha512-AsdnINQoDWfKpBzCPqQWxSPdAWzSgnYbrJYtn6W0H2E9It5bZss99PiLA8CgmDRfvKygt20UpZ3xkhFlIfX9zQ==", "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.13.0.tgz", - "integrity": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.17.1.tgz", + "integrity": "sha512-KoB4fyKXTR+wYENkIG3fFF+5G6N4GFvzYx8Jax8BR4vmddtuqSb5oQmYu2Uu067vT/Fod7gxeQYKupm8gAcMSQ==", "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "linux" ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.13.0.tgz", - "integrity": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.17.1.tgz", + "integrity": "sha512-J0d3NVNf7wBL9t4blCNat+d0PYqAx8wOoY+/9Q5cujnafbX7BmtYk3XvzkqLmFECaWvXGLuHmKj/wrILUinmQg==", "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "win32" ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.13.0.tgz", - "integrity": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.17.1.tgz", + "integrity": "sha512-xjgkWUwlq7IbgJSIxvl516FJ2iuC/7ttjsAxSPpC9kkI5iQQFHKyEN5BjbhvJ/IXIZ3yIBcW5QDlWAyrA+TFag==", "cpu": [ "ia32" ], - "dev": true, "optional": true, "os": [ "win32" ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.13.0.tgz", - "integrity": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.17.1.tgz", + "integrity": "sha512-0QbCkfk6cnnVKWqqlC0cUrrUMDMfu5ffvYMTUHf+qMN2uAb3MKP31LPcwiMXBNsvoFGs/kYdFOsuLmvppCopXA==", "cpu": [ "x64" ], - "dev": true, "optional": true, "os": [ "win32" @@ -5208,17 +5027,17 @@ } }, "node_modules/@safe-global/safe-gateway-typescript-sdk": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.19.0.tgz", - "integrity": "sha512-TRlP05KY6t3wjLJ74FiirWlEt3xTclnUQM2YdYto1jx5G1o0meMnugIUZXhzm7Bs3rDEDNhz/aDf2KMSZtoCFg==", + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/@safe-global/safe-gateway-typescript-sdk/-/safe-gateway-typescript-sdk-3.21.1.tgz", + "integrity": "sha512-7nakIjcRSs6781LkizYpIfXh1DYlkUDqyALciqz/BjFU/S97sVjZdL4cuKsG9NEarytE+f6p0Qbq2Bo1aocVUA==", "engines": { "node": ">=16" } }, "node_modules/@scure/base": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.5.tgz", - "integrity": "sha512-Brj9FiG2W1MRQSTB212YVPRrcbjkv48FoZi/u4l/zds/ieRrqsh7aUf6CLwkAq61oKXr/ZlTzlY66gLIj3TFTQ==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.6.tgz", + "integrity": "sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==", "funding": { "url": "https://paulmillr.com/funding/" } @@ -5274,7 +5093,6 @@ "version": "4.1.5", "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", - "peer": true, "dependencies": { "@hapi/hoek": "^9.0.0" } @@ -5282,14 +5100,12 @@ "node_modules/@sideway/formula": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", - "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==", - "peer": true + "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==" }, "node_modules/@sideway/pinpoint": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", - "peer": true + "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", @@ -5315,9 +5131,15 @@ } }, "node_modules/@socket.io/component-emitter": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", - "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", + "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==" + }, + "node_modules/@sodaru/yup-to-json-schema": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sodaru/yup-to-json-schema/-/yup-to-json-schema-2.0.1.tgz", + "integrity": "sha512-lWb0Wiz8KZ9ip/dY1eUqt7fhTPmL24p6Hmv5Fd9pzlzAdw/YNcWZr+tiCT4oZ4Zyxzi9+1X4zv82o7jYvcFxYA==", + "optional": true }, "node_modules/@stablelib/aead": { "version": "1.0.1", @@ -5465,6 +5287,12 @@ "@stablelib/wipe": "^1.0.1" } }, + "node_modules/@svelte-put/copy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@svelte-put/copy/-/copy-3.0.0.tgz", + "integrity": "sha512-zfQ68bTC1Mmfairu0fN5y5NPkXV7XUjuPsP+Ntqb8TD6xTa8czBLvgsFxUzOT8hcxfHyXJ8acIhK9V4xgpE94w==", + "dev": true + }, "node_modules/@sveltejs/adapter-static": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/@sveltejs/adapter-static/-/adapter-static-3.0.1.tgz", @@ -5475,15 +5303,14 @@ } }, "node_modules/@sveltejs/kit": { - "version": "2.5.4", - "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.4.tgz", - "integrity": "sha512-eDxK2d4EGzk99QsZNoPXe7jlzA5EGqfcCpUwZ912bhnalsZ2ZsG5wGRthkydupVjYyqdmzEanVKFhLxU2vkPSQ==", - "dev": true, + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.7.tgz", + "integrity": "sha512-6uedTzrb7nQrw6HALxnPrPaXdIN2jJJTzTIl96Z3P5NiG+OAfpdPbrWrvkJ3GN4CfWqrmU4dJqwMMRMTD/C7ow==", "hasInstallScript": true, "dependencies": { "@types/cookie": "^0.6.0", "cookie": "^0.6.0", - "devalue": "^4.3.2", + "devalue": "^5.0.0", "esm-env": "^1.0.0", "import-meta-resolve": "^4.0.0", "kleur": "^4.1.5", @@ -5507,17 +5334,16 @@ } }, "node_modules/@sveltejs/vite-plugin-svelte": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-3.0.2.tgz", - "integrity": "sha512-MpmF/cju2HqUls50WyTHQBZUV3ovV/Uk8k66AN2gwHogNAG8wnW8xtZDhzNBsFJJuvmq1qnzA5kE7YfMJNFv2Q==", - "dev": true, + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte/-/vite-plugin-svelte-3.1.0.tgz", + "integrity": "sha512-sY6ncCvg+O3njnzbZexcVtUqOBE3iYmQPJ9y+yXSkOwG576QI/xJrBnQSRXFLGwJNBa0T78JEKg5cIR0WOAuUw==", "dependencies": { "@sveltejs/vite-plugin-svelte-inspector": "^2.0.0", "debug": "^4.3.4", "deepmerge": "^4.3.1", "kleur": "^4.1.5", - "magic-string": "^0.30.5", - "svelte-hmr": "^0.15.3", + "magic-string": "^0.30.9", + "svelte-hmr": "^0.16.0", "vitefu": "^0.2.5" }, "engines": { @@ -5529,10 +5355,9 @@ } }, "node_modules/@sveltejs/vite-plugin-svelte-inspector": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-2.0.0.tgz", - "integrity": "sha512-gjr9ZFg1BSlIpfZ4PRewigrvYmHWbDrq2uvvPB1AmTWKuM+dI1JXQSUu2pIrYLb/QncyiIGkFDFKTwJ0XqQZZg==", - "dev": true, + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@sveltejs/vite-plugin-svelte-inspector/-/vite-plugin-svelte-inspector-2.1.0.tgz", + "integrity": "sha512-9QX28IymvBlSCqsCll5t0kQVxipsfhFFL+L2t3nTWfXnddYwxBuAEtTtlaVQpRz9c37BhJjltSeY4AJSC03SSg==", "dependencies": { "debug": "^4.3.4" }, @@ -5545,10 +5370,21 @@ "vite": "^5.0.0" } }, + "node_modules/@sveltejs/vite-plugin-svelte/node_modules/svelte-hmr": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.16.0.tgz", + "integrity": "sha512-Gyc7cOS3VJzLlfj7wKS0ZnzDVdv3Pn2IuVeJPk9m2skfhcu5bq3wtIZyQGggr7/Iim5rH5cncyQft/kRLupcnA==", + "engines": { + "node": "^12.20 || ^14.13.1 || >= 16" + }, + "peerDependencies": { + "svelte": "^3.19.0 || ^4.0.0" + } + }, "node_modules/@swc/helpers": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.6.tgz", - "integrity": "sha512-aYX01Ke9hunpoCexYAgQucEpARGQ5w/cqHFrIR+e9gdKb1QWTsVJuTJ2ozQzIAxLyRQe/m+2RqzkyOOGiMKRQA==", + "version": "0.5.11", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.11.tgz", + "integrity": "sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==", "dependencies": { "tslib": "^2.4.0" } @@ -5572,9 +5408,9 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.10.tgz", - "integrity": "sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", + "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", "dev": true, "dependencies": { "lodash.castarray": "^4.4.0", @@ -5587,42 +5423,30 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.6.tgz", - "integrity": "sha512-hnhotV+DnQtvtR3jPvbQMPNMW4KEK0J4k7c609zJ8muiNknm+yoDyMHmxTWM5ZnlZpsz0zOxYFr+mzRJNHWJsA==", + "version": "5.32.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.32.1.tgz", + "integrity": "sha512-mCWa1wdGb1jiny4+qYegbSeadcFj+Nq65KFSs4A1DRveoIq7SrTwUhqu7hrB6d54cQH5x59DfJvxusn3w1Cj/g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/query-devtools": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.28.6.tgz", - "integrity": "sha512-DXJGqbrsteWU9XehDf6s3k3QxwQqGUlNXpitsF1xbwkYBcDaAakiC6hjJSMfPBHOrbZCnWfAGCVf4vh2D75/xw==", + "version": "5.32.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.32.1.tgz", + "integrity": "sha512-7Xq57Ctopiy/4atpb0uNY5VRuCqRS/1fi/WBCKKX6jHMa6cCgDuV/AQuiwRXcKARbq2OkVAOrW2v4xK9nTbcCA==", "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, - "node_modules/@tanstack/query-persist-client-core": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.28.6.tgz", - "integrity": "sha512-qvVXDbjnCIBaxAgoLUuiDEAw8yZL70bpnoxzR+ERa4CSSKAvdYeKO3jJiE7sBYre+IkgzRwnjqn+HASyzYWlXg==", - "dependencies": { - "@tanstack/query-core": "5.28.6" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, "node_modules/@tanstack/svelte-query": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-query/-/svelte-query-5.28.6.tgz", - "integrity": "sha512-AOYzN3UfxhBdiO8lm9zYS0uM+6ByqxraGQgkYxfmveKXvXnzfNNKg4BomIheG0g91eVi/iQUmz0e/TniAzCi3Q==", + "version": "5.32.1", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-query/-/svelte-query-5.32.1.tgz", + "integrity": "sha512-EXAxXB65THdNNFD9jf/P/aA+U43Jbv2av7pffu++eH3whfeBYatYonhBDZrrP+bIfEVpr7+EoKlEhqrbVA+31A==", "dependencies": { - "@tanstack/query-core": "5.28.6" + "@tanstack/query-core": "5.32.1" }, "funding": { "type": "github", @@ -5633,12 +5457,12 @@ } }, "node_modules/@tanstack/svelte-query-devtools": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-query-devtools/-/svelte-query-devtools-5.28.6.tgz", - "integrity": "sha512-i7TYOmHu7aVr8U+BhroIfep2Olrp11fpBUql8X/QnisYZO4x+RQ12XHFt+fl0icNwOGZMIYQYsGU+u2r6Im5XA==", + "version": "5.32.1", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-query-devtools/-/svelte-query-devtools-5.32.1.tgz", + "integrity": "sha512-hSmLN5MI19vL/Rz8iH951jbib24wfdeuscTWbn5N4u/VLMgUfAL4GL/NTjaXd9fjNgPZoe7eelPWohh2rUPT+A==", "dev": true, "dependencies": { - "@tanstack/query-devtools": "5.28.6", + "@tanstack/query-devtools": "5.32.1", "esm-env": "^1.0.0" }, "funding": { @@ -5646,83 +5470,27 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/svelte-query": "^5.28.6", + "@tanstack/svelte-query": "^5.32.1", "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0" } }, - "node_modules/@tanstack/svelte-query-persist-client": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-query-persist-client/-/svelte-query-persist-client-5.28.6.tgz", - "integrity": "sha512-2EPIM8Wf2nvue4y/LgX7bx2sk8eqPAHx/XGsgJ8cNTeaLrjWxXQIl5EgrOktRivX5Fj99LaplkyNPlmy9HLTRg==", + "node_modules/@total-typescript/ts-reset": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@total-typescript/ts-reset/-/ts-reset-0.5.1.tgz", + "integrity": "sha512-AqlrT8YA1o7Ff5wPfMOL0pvL+1X+sw60NN6CcOCqs658emD6RfiXhF7Gu9QcfKBH7ELY2nInLhKSCWVoNL70MQ==", + "dev": true + }, + "node_modules/@types/cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==" + }, + "node_modules/@types/debug": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dependencies": { - "@tanstack/query-persist-client-core": "5.28.6" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "@tanstack/svelte-query": "^5.28.6", - "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0" - } - }, - "node_modules/@tanstack/svelte-table": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-8.14.0.tgz", - "integrity": "sha512-+I4xQge9LjO8jIrRGVFOrY3ThB7z9/nMqYPT7mgN9PkZcMbqqgelVXX9eu/9iBs9eOdT/jaMuWZr35gYX32gVA==", - "dependencies": { - "@tanstack/table-core": "8.14.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "svelte": "^4.0.0 || ^3.49.0" - } - }, - "node_modules/@tanstack/table-core": { - "version": "8.14.0", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.14.0.tgz", - "integrity": "sha512-wDhpKJahGHWhmRt4RxtV3pES63CoeadljGWS/xeS9OJr1HBl2NB+OO44ht3sxDH5j5TRDAbQzC0NvSlsUfn7lQ==", - "engines": { - "node": ">=12" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "node_modules/@total-typescript/ts-reset": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@total-typescript/ts-reset/-/ts-reset-0.5.1.tgz", - "integrity": "sha512-AqlrT8YA1o7Ff5wPfMOL0pvL+1X+sw60NN6CcOCqs658emD6RfiXhF7Gu9QcfKBH7ELY2nInLhKSCWVoNL70MQ==", - "dev": true - }, - "node_modules/@types/chrome": { - "version": "0.0.136", - "resolved": "https://registry.npmjs.org/@types/chrome/-/chrome-0.0.136.tgz", - "integrity": "sha512-XDEiRhLkMd+SB7Iw3ZUIj/fov3wLd4HyTdLltVszkgl1dBfc3Rb7oPMVZ2Mz2TLqnF7Ow+StbR8E7r9lqpb4DA==", - "dependencies": { - "@types/filesystem": "*", - "@types/har-format": "*" - } - }, - "node_modules/@types/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", - "dev": true - }, - "node_modules/@types/debug": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", - "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", - "dependencies": { - "@types/ms": "*" + "@types/ms": "*" } }, "node_modules/@types/dom-screen-wake-lock": { @@ -5735,24 +5503,6 @@ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, - "node_modules/@types/filesystem": { - "version": "0.0.35", - "resolved": "https://registry.npmjs.org/@types/filesystem/-/filesystem-0.0.35.tgz", - "integrity": "sha512-1eKvCaIBdrD2mmMgy5dwh564rVvfEhZTWVQQGRNn0Nt4ZEnJ0C8oSUCzvMKRA4lGde5oEVo+q2MrTTbV/GHDCQ==", - "dependencies": { - "@types/filewriter": "*" - } - }, - "node_modules/@types/filewriter": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/@types/filewriter/-/filewriter-0.0.33.tgz", - "integrity": "sha512-xFU8ZXTw4gd358lb2jw25nxY9QAgqn2+bKKjKOYfNCzN4DKCFetK7sPtrlpg66Ywe3vWY9FNxprZawAh9wfJ3g==" - }, - "node_modules/@types/har-format": { - "version": "1.2.15", - "resolved": "https://registry.npmjs.org/@types/har-format/-/har-format-1.2.15.tgz", - "integrity": "sha512-RpQH4rXLuvTXKR0zqHq3go0RVXYv/YVqv4TnPH95VbwUxZdQlK1EtcMvQvMpDngHbt13Csh9Z4qT9AbkiQH5BA==" - }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", @@ -5777,6 +5527,13 @@ "@types/istanbul-lib-report": "*" } }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "optional": true, + "peer": true + }, "node_modules/@types/long": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz", @@ -5788,17 +5545,21 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "20.11.27", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.27.tgz", - "integrity": "sha512-qyUZfMnCg1KEz57r7pzFtSGt49f6RPkPBis3Vo4PbS7roQEDn22hiHzl/Lo1q4i4hDEgBJmBF/NTNg2XR0HbFg==", + "version": "20.12.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", + "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", "dependencies": { "undici-types": "~5.26.4" } }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + "node_modules/@types/node-forge": { + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "peer": true, + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/postcss-import": { "version": "14.0.3", @@ -5834,6 +5595,12 @@ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" }, + "node_modules/@types/validator": { + "version": "13.11.9", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.9.tgz", + "integrity": "sha512-FCTsikRozryfayPuiI46QzH3fnrOoctTjvOYZkho9BTFLCOZ2rgZJHMOVgCOfttjPJcgOx52EpkY0CMfy87MIw==", + "optional": true + }, "node_modules/@types/yargs": { "version": "17.0.32", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", @@ -5849,22 +5616,106 @@ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", "peer": true }, - "node_modules/@urql/introspection": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@urql/introspection/-/introspection-1.0.3.tgz", - "integrity": "sha512-5zgnfUDV10c3qudqYvfZ/rOtWVB2QvqanmoDMttqpt+TCCPkSUZdb2qcLCEB6DL7ph8mQRTZhXI29J57nTnqKg==", + "node_modules/@urql/core": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@urql/core/-/core-5.0.2.tgz", + "integrity": "sha512-gxMYkhbZg43cPftRv9K/A8lLjbZm2aam+K5AfPyQyADQVKkQ0V5hC/XtH++Zdi3swhBvgjbvVG/YjdkZTh8PVg==", + "dependencies": { + "@0no-co/graphql.web": "^1.0.5", + "wonka": "^6.3.2" + } + }, + "node_modules/@urql/devtools": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@urql/devtools/-/devtools-2.0.3.tgz", + "integrity": "sha512-TktPLiBS9LcBPHD6qcnb8wqOVcg3Bx0iCtvQ80uPpfofwwBGJmqnQTjUdEFU6kwaLOFZULQ9+Uo4831G823mQw==", + "dev": true, + "dependencies": { + "wonka": ">= 4.0.9" + }, + "peerDependencies": { + "@urql/core": ">= 1.14.0", + "graphql": ">= 0.11.0" + } + }, + "node_modules/@urql/exchange-persisted": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@urql/exchange-persisted/-/exchange-persisted-4.2.0.tgz", + "integrity": "sha512-Q23UOcO9YPibPcAZ+4+PMPstijoVIzjqAfPufOmgK3rmuEjnIQYlzRJGxn90r3uunXYiVj3gHXo9qhfrzGRreQ==", + "dependencies": { + "@urql/core": ">=4.3.0", + "wonka": "^6.3.2" + } + }, + "node_modules/@urql/exchange-retry": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@urql/exchange-retry/-/exchange-retry-1.2.1.tgz", + "integrity": "sha512-+BP73EJA0zJpGbdU1V6l2v8hb2m7/9dMHnF85ZjkaG6INkq4O7Tu9+jfC2wYxt2cajRxgxOoAL3iEJ5Xeerzyg==", + "dependencies": { + "@urql/core": ">=4.2.0", + "wonka": "^6.3.2" + } + }, + "node_modules/@urql/svelte": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@urql/svelte/-/svelte-4.1.1.tgz", + "integrity": "sha512-GqgfTtOB6VkQGEazfNl5UasviWjyEZp15I+rG5bpTDQZJSZgkkGZJF+4CdaNNQVBdnWeQlKOsyXRiadYXfe5Vw==", + "dependencies": { + "@urql/core": "^5.0.0", + "wonka": "^6.3.2" + }, "peerDependencies": { - "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "svelte": "^3.0.0 || ^4.0.0" + } + }, + "node_modules/@vinejs/compiler": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@vinejs/compiler/-/compiler-2.5.0.tgz", + "integrity": "sha512-hg4ekaB5Y2zh+IWzBiC/WCDWrIfpVnKu/ubUvelKlidc/VbulsexoFRw5kJGHZenPVI5YzNnDeTdYSALkTV7jQ==", + "optional": true, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@vinejs/vine": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@vinejs/vine/-/vine-1.8.0.tgz", + "integrity": "sha512-Qq3XxbA26jzqS9ICifkqzT399lMQZ2fWtqeV3luI2as+UIK7qDifJFU2Q4W3q3IB5VXoWxgwAZSZEO0em9I/qQ==", + "optional": true, + "dependencies": { + "@poppinss/macroable": "^1.0.1", + "@types/validator": "^13.11.9", + "@vinejs/compiler": "^2.4.1", + "camelcase": "^8.0.0", + "dayjs": "^1.11.10", + "dlv": "^1.1.3", + "normalize-url": "^8.0.1", + "validator": "^13.11.0" + }, + "engines": { + "node": ">=18.16.0" + } + }, + "node_modules/@vinejs/vine/node_modules/camelcase": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-8.0.0.tgz", + "integrity": "sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==", + "optional": true, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@vitest/expect": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.4.0.tgz", - "integrity": "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-1.5.3.tgz", + "integrity": "sha512-y+waPz31pOFr3rD7vWTbwiLe5+MgsMm40jTZbQE8p8/qXyBX3CQsIXRx9XK12IbY7q/t5a5aM/ckt33b4PxK2g==", "dev": true, "dependencies": { - "@vitest/spy": "1.4.0", - "@vitest/utils": "1.4.0", + "@vitest/spy": "1.5.3", + "@vitest/utils": "1.5.3", "chai": "^4.3.10" }, "funding": { @@ -5872,12 +5723,12 @@ } }, "node_modules/@vitest/runner": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.4.0.tgz", - "integrity": "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-1.5.3.tgz", + "integrity": "sha512-7PlfuReN8692IKQIdCxwir1AOaP5THfNkp0Uc4BKr2na+9lALNit7ub9l3/R7MP8aV61+mHKRGiqEKRIwu6iiQ==", "dev": true, "dependencies": { - "@vitest/utils": "1.4.0", + "@vitest/utils": "1.5.3", "p-limit": "^5.0.0", "pathe": "^1.1.1" }, @@ -5913,9 +5764,9 @@ } }, "node_modules/@vitest/snapshot": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.4.0.tgz", - "integrity": "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-1.5.3.tgz", + "integrity": "sha512-K3mvIsjyKYBhNIDujMD2gfQEzddLe51nNOAf45yKRt/QFJcUIeTQd2trRvv6M6oCBHNVnZwFWbQ4yj96ibiDsA==", "dev": true, "dependencies": { "magic-string": "^0.30.5", @@ -5953,15 +5804,15 @@ } }, "node_modules/@vitest/snapshot/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "dev": true }, "node_modules/@vitest/spy": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.4.0.tgz", - "integrity": "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-1.5.3.tgz", + "integrity": "sha512-Llj7Jgs6lbnL55WoshJUUacdJfjU2honvGcAJBxhra5TPEzTJH8ZuhI3p/JwqqfnTr4PmP7nDmOXP53MS7GJlg==", "dev": true, "dependencies": { "tinyspy": "^2.2.0" @@ -5971,9 +5822,9 @@ } }, "node_modules/@vitest/utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.4.0.tgz", - "integrity": "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-1.5.3.tgz", + "integrity": "sha512-rE9DTN1BRhzkzqNQO+kw8ZgfeEBCLXiHJwetk668shmNBpSagQxneT5eSqEBLP+cqSiAeecvQmbpFfdMyLcIQA==", "dev": true, "dependencies": { "diff-sequences": "^29.6.3", @@ -6012,18 +5863,87 @@ } }, "node_modules/@vitest/utils/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "dev": true }, + "node_modules/@volar/language-core": { + "version": "2.2.0-alpha.10", + "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-2.2.0-alpha.10.tgz", + "integrity": "sha512-njVJLtpu0zMvDaEk7K5q4BRpOgbyEUljU++un9TfJoJNhxG0z/hWwpwgTRImO42EKvwIxF3XUzeMk+qatAFy7Q==", + "dependencies": { + "@volar/source-map": "2.2.0-alpha.10" + } + }, + "node_modules/@volar/source-map": { + "version": "2.2.0-alpha.10", + "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-2.2.0-alpha.10.tgz", + "integrity": "sha512-nrdWApVkP5cksAnDEyy1JD9rKdwOJsEq1B+seWO4vNXmZNcxQQCx4DULLBvKt7AzRUAQiAuw5aQkb9RBaSqdVA==", + "dependencies": { + "muggle-string": "^0.4.0" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.4.26", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.26.tgz", + "integrity": "sha512-N9Vil6Hvw7NaiyFUFBPXrAyETIGlQ8KcFMkyk6hW1Cl6NvoqvP+Y8p1Eqvx+UdqsnrnI9+HMUEJegzia3mhXmQ==", + "dependencies": { + "@babel/parser": "^7.24.4", + "@vue/shared": "3.4.26", + "entities": "^4.5.0", + "estree-walker": "^2.0.2", + "source-map-js": "^1.2.0" + } + }, + "node_modules/@vue/compiler-core/node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/@vue/compiler-dom": { + "version": "3.4.26", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.26.tgz", + "integrity": "sha512-4CWbR5vR9fMg23YqFOhr6t6WB1Fjt62d6xdFPyj8pxrYub7d+OgZaObMsoxaF9yBUHPMiPFK303v61PwAuGvZA==", + "dependencies": { + "@vue/compiler-core": "3.4.26", + "@vue/shared": "3.4.26" + } + }, + "node_modules/@vue/language-core": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-2.0.14.tgz", + "integrity": "sha512-3q8mHSNcGTR7sfp2X6jZdcb4yt8AjBXAfKk0qkZIh7GAJxOnoZ10h5HToZglw4ToFvAnq+xu/Z2FFbglh9Icag==", + "dependencies": { + "@volar/language-core": "2.2.0-alpha.10", + "@vue/compiler-dom": "^3.4.0", + "@vue/shared": "^3.4.0", + "computeds": "^0.0.1", + "minimatch": "^9.0.3", + "path-browserify": "^1.0.1", + "vue-template-compiler": "^2.7.14" + }, + "peerDependencies": { + "typescript": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@vue/shared": { + "version": "3.4.26", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.26.tgz", + "integrity": "sha512-Fg4zwR0GNnjzodMt3KRy2AWGMKQXByl56+4HjN87soxLNU9P5xcJkstAlIeEF3cU6UYOzmJl1tV0dVPGIljCnQ==" + }, "node_modules/@wagmi/connectors": { - "version": "4.1.18", - "resolved": "https://registry.npmjs.org/@wagmi/connectors/-/connectors-4.1.18.tgz", - "integrity": "sha512-K/iLH/Z8jwvgPAYESU/uCQtQBvcIR1Jrqk+t2uCDSxew/tYtkOo2yOjtaPuOb+xJ5OrMGg+0tVHhGChYXry9Ow==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@wagmi/connectors/-/connectors-4.3.0.tgz", + "integrity": "sha512-FDmpHRKlk9M7GRIhmhqFl2WMOXUjaVCLb03TbYvwqFrEQtdsD7FJcfGzbpx8/eke1renWvZZTApuQuA7VZg04g==", "dependencies": { "@coinbase/wallet-sdk": "3.9.1", - "@metamask/sdk": "0.14.3", + "@metamask/sdk": "0.18.6", "@safe-global/safe-apps-provider": "0.18.1", "@safe-global/safe-apps-sdk": "8.1.0", "@walletconnect/ethereum-provider": "2.11.2", @@ -6033,7 +5953,7 @@ "url": "https://github.com/sponsors/wevm" }, "peerDependencies": { - "@wagmi/core": "2.6.9", + "@wagmi/core": "2.8.0", "typescript": ">=5.0.4", "viem": "2.x" }, @@ -6044,9 +5964,9 @@ } }, "node_modules/@wagmi/core": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-2.6.9.tgz", - "integrity": "sha512-AbNbHK+m60mfMTds0flv5YYJGp+JSz8O8ikzX+T7MdemFrYA9tZr6G+iSEnf+JLtcgiaCgQqUwac/WmmTkDiMA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-2.8.0.tgz", + "integrity": "sha512-u0CWfbpdv2T3jE1yZQPwxvLlUVMymMoy73g6UE4XYNilF+EjdYu43EjWNvvB9lJcfSyYk6/VdKNHxJ2G+iBxYw==", "dependencies": { "eventemitter3": "5.0.1", "mipd": "0.0.5", @@ -6123,6 +6043,22 @@ "events": "^3.3.0" } }, + "node_modules/@walletconnect/ethereum-provider/node_modules/@walletconnect/universal-provider": { + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.11.2.tgz", + "integrity": "sha512-cNtIn5AVoDxKAJ4PmB8m5adnf5mYQMUamEUPKMVvOPscfGtIMQEh9peKsh2AN5xcRVDbgluC01Id545evFyymw==", + "dependencies": { + "@walletconnect/jsonrpc-http-connection": "^1.0.7", + "@walletconnect/jsonrpc-provider": "1.0.13", + "@walletconnect/jsonrpc-types": "^1.0.2", + "@walletconnect/jsonrpc-utils": "^1.0.7", + "@walletconnect/logger": "^2.0.1", + "@walletconnect/sign-client": "2.11.2", + "@walletconnect/types": "2.11.2", + "@walletconnect/utils": "2.11.2", + "events": "^3.3.0" + } + }, "node_modules/@walletconnect/events": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@walletconnect/events/-/events-1.0.1.tgz", @@ -6163,14 +6099,6 @@ "tslib": "1.14.1" } }, - "node_modules/@walletconnect/jsonrpc-http-connection/node_modules/cross-fetch": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", - "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", - "dependencies": { - "node-fetch": "^2.6.12" - } - }, "node_modules/@walletconnect/jsonrpc-http-connection/node_modules/tslib": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", @@ -6250,19 +6178,14 @@ } }, "node_modules/@walletconnect/logger": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@walletconnect/logger/-/logger-2.0.1.tgz", - "integrity": "sha512-SsTKdsgWm+oDTBeNE/zHxxr5eJfZmE9/5yp/Ku+zJtcTAjELb3DXueWkDXmE9h8uHIbJzIb5wj5lPdzyrjT6hQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@walletconnect/logger/-/logger-2.1.2.tgz", + "integrity": "sha512-aAb28I3S6pYXZHQm5ESB+V6rDqIYfsnHaQyzFbwUUBFY4H0OXx/YtTl8lvhUNhMMfb9UxbwEBS253TlXUYJWSw==", "dependencies": { - "pino": "7.11.0", - "tslib": "1.14.1" + "@walletconnect/safe-json": "^1.0.2", + "pino": "7.11.0" } }, - "node_modules/@walletconnect/logger/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, "node_modules/@walletconnect/modal": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/@walletconnect/modal/-/modal-2.6.2.tgz", @@ -6292,19 +6215,13 @@ } }, "node_modules/@walletconnect/relay-api": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.9.tgz", - "integrity": "sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.10.tgz", + "integrity": "sha512-tqrdd4zU9VBNqUaXXQASaexklv6A54yEyQQEXYOCr+Jz8Ket0dmPBDyg19LVSNUN2cipAghQc45/KVmfFJ0cYw==", "dependencies": { - "@walletconnect/jsonrpc-types": "^1.0.2", - "tslib": "1.14.1" + "@walletconnect/jsonrpc-types": "^1.0.2" } }, - "node_modules/@walletconnect/relay-api/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, "node_modules/@walletconnect/relay-auth": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@walletconnect/relay-auth/-/relay-auth-1.0.4.tgz", @@ -6378,22 +6295,6 @@ "events": "^3.3.0" } }, - "node_modules/@walletconnect/universal-provider": { - "version": "2.11.2", - "resolved": "https://registry.npmjs.org/@walletconnect/universal-provider/-/universal-provider-2.11.2.tgz", - "integrity": "sha512-cNtIn5AVoDxKAJ4PmB8m5adnf5mYQMUamEUPKMVvOPscfGtIMQEh9peKsh2AN5xcRVDbgluC01Id545evFyymw==", - "dependencies": { - "@walletconnect/jsonrpc-http-connection": "^1.0.7", - "@walletconnect/jsonrpc-provider": "1.0.13", - "@walletconnect/jsonrpc-types": "^1.0.2", - "@walletconnect/jsonrpc-utils": "^1.0.7", - "@walletconnect/logger": "^2.0.1", - "@walletconnect/sign-client": "2.11.2", - "@walletconnect/types": "2.11.2", - "@walletconnect/utils": "2.11.2", - "events": "^3.3.0" - } - }, "node_modules/@walletconnect/utils": { "version": "2.11.2", "resolved": "https://registry.npmjs.org/@walletconnect/utils/-/utils-2.11.2.tgz", @@ -6530,27 +6431,6 @@ "strip-ansi": "^5.0.0" } }, - "node_modules/ansi-fragments/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-fragments/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "peer": true, - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -6576,7 +6456,8 @@ "node_modules/any-promise": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true }, "node_modules/anymatch": { "version": "3.1.3", @@ -6599,7 +6480,17 @@ "node_modules/arg": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "dev": true + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "peer": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } }, "node_modules/aria-query": { "version": "5.3.0", @@ -6609,6 +6500,12 @@ "dequal": "^2.0.3" } }, + "node_modules/arktype": { + "version": "1.0.29-alpha", + "resolved": "https://registry.npmjs.org/arktype/-/arktype-1.0.29-alpha.tgz", + "integrity": "sha512-glMLgVhIQRSkR3tymiS+POAcWVJH09sfrgic0jHnyFL8BlhHAJZX2BzdImU9zYr1y9NBqy+U93ZNrRTHXsKRDw==", + "optional": true + }, "node_modules/asap": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", @@ -6733,11 +6630,11 @@ } }, "node_modules/axios": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", - "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", + "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", "dependencies": { - "follow-redirects": "^1.15.4", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -6759,28 +6656,14 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.10", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz", - "integrity": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==", + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", "peer": true, "dependencies": { "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.1", + "@babel/helper-define-polyfill-provider": "^0.6.2", "semver": "^6.3.1" }, "peerDependencies": { @@ -6797,57 +6680,25 @@ } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.9.0.tgz", - "integrity": "sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==", - "peer": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0", - "core-js-compat": "^3.34.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs3/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", - "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", "peer": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.5.tgz", - "integrity": "sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", "peer": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.5.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz", - "integrity": "sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==", - "peer": true, - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" + "@babel/helper-define-polyfill-provider": "^0.6.2" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -6911,16 +6762,35 @@ } }, "node_modules/bits-ui": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-0.20.0.tgz", - "integrity": "sha512-cAQHnVV4anto6zrtTHGDa/Rxjhp2sFdCL1zLoqOvQIW8cJ5iz9V0+pKvi439pi5zllALM7WosXEz2E8twA50qA==", + "version": "0.21.6", + "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-0.21.6.tgz", + "integrity": "sha512-ZwFTFFE1WuuI/eHi6oGdLVi6niuUYsD+TvDHP+XceMoW68zHuOFWLoxbl9J+YS4LYq9JeXagXPmiB1+FcxeVDg==", "dependencies": { "@internationalized/date": "^3.5.1", - "@melt-ui/svelte": "0.76.0", + "@melt-ui/svelte": "0.76.2", "nanoid": "^5.0.5" }, + "funding": { + "url": "https://github.com/sponsors/huntabyte" + }, "peerDependencies": { - "svelte": "^4.0.0" + "svelte": "^4.0.0 || ^5.0.0-next.118" + } + }, + "node_modules/bits-ui/node_modules/@melt-ui/svelte": { + "version": "0.76.2", + "resolved": "https://registry.npmjs.org/@melt-ui/svelte/-/svelte-0.76.2.tgz", + "integrity": "sha512-7SbOa11tXUS95T3fReL+dwDs5FyJtCEqrqG3inRziDws346SYLsxOQ6HmX+4BkIsQh1R8U3XNa+EMmdMt38lMA==", + "dependencies": { + "@floating-ui/core": "^1.3.1", + "@floating-ui/dom": "^1.4.5", + "@internationalized/date": "^3.5.0", + "dequal": "^2.0.3", + "focus-trap": "^7.5.2", + "nanoid": "^5.0.4" + }, + "peerDependencies": { + "svelte": ">=3 <5" } }, "node_modules/bl": { @@ -6958,20 +6828,6 @@ "ieee754": "^1.1.13" } }, - "node_modules/bl/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "peer": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/bn.js": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", @@ -7096,6 +6952,21 @@ "node": ">=6.14.2" } }, + "node_modules/bundle-name": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", + "dev": true, + "dependencies": { + "run-applescript": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", @@ -7144,15 +7015,6 @@ "node": ">=4" } }, - "node_modules/caller-callsite/node_modules/callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==", - "peer": true, - "engines": { - "node": ">=4" - } - }, "node_modules/caller-path": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", @@ -7166,11 +7028,12 @@ } }, "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", + "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==", + "peer": true, "engines": { - "node": ">=6" + "node": ">=4" } }, "node_modules/camelcase": { @@ -7189,14 +7052,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true, "engines": { "node": ">= 6" } }, "node_modules/caniuse-lite": { - "version": "1.0.30001599", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001599.tgz", - "integrity": "sha512-LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA==", + "version": "1.0.30001614", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz", + "integrity": "sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==", "funding": [ { "type": "opencollective", @@ -7212,6 +7076,15 @@ } ] }, + "node_modules/canvas-confetti": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.9.2.tgz", + "integrity": "sha512-6Xi7aHHzKwxZsem4mCKoqP6YwUG3HamaHHAlz1hTNQPCqXhARFpSXnkC9TWlahHY5CG6hSL5XexNjxK8irVErg==", + "funding": { + "type": "donate", + "url": "https://www.paypal.me/kirilvatev" + } + }, "node_modules/chai": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", @@ -7280,17 +7153,6 @@ "fsevents": "~2.3.2" } }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/chrome-launcher": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz", @@ -7309,32 +7171,6 @@ "node": ">=12.13.0" } }, - "node_modules/chromium-edge-launcher": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/chromium-edge-launcher/-/chromium-edge-launcher-1.0.0.tgz", - "integrity": "sha512-pgtgjNKZ7i5U++1g1PWv75umkHvhVTDOQIZ+sjeUX9483S7Y6MUvO0lrd7ShGlQlFHMN4SwKTCq/X8hWrbv2KA==", - "peer": true, - "dependencies": { - "@types/node": "*", - "escape-string-regexp": "^4.0.0", - "is-wsl": "^2.2.0", - "lighthouse-logger": "^1.0.0", - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - } - }, - "node_modules/chromium-edge-launcher/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "peer": true, - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/ci-info": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", @@ -7545,6 +7381,17 @@ "wrap-ansi": "^6.2.0" } }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/clone": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", @@ -7569,14 +7416,71 @@ } }, "node_modules/clsx": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.0.tgz", - "integrity": "sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", "dev": true, "engines": { "node": ">=6" } }, + "node_modules/cmdk-sv": { + "version": "0.0.17", + "resolved": "https://registry.npmjs.org/cmdk-sv/-/cmdk-sv-0.0.17.tgz", + "integrity": "sha512-28QTrK1tT1TSNoGq9MVnzjeLNNjCgjmsM8c2HJfDpRt9t+GD+9m3wX/WdAPaP9jdoNYU0SSdZVdgsGgpaSQOYQ==", + "dependencies": { + "bits-ui": "^0.9.0", + "nanoid": "^5.0.2" + }, + "peerDependencies": { + "svelte": "^4.0.0" + } + }, + "node_modules/cmdk-sv/node_modules/@melt-ui/svelte": { + "version": "0.61.2", + "resolved": "https://registry.npmjs.org/@melt-ui/svelte/-/svelte-0.61.2.tgz", + "integrity": "sha512-BHkD9G31zQBToA4euDRBgTQRvWxT9scufOVCXgDO6HKTvyxFspbWT2bgiSFqAK4BbAGDn9Ao36Q8F9O71KN4OQ==", + "dependencies": { + "@floating-ui/core": "^1.3.1", + "@floating-ui/dom": "^1.4.5", + "@internationalized/date": "^3.5.0", + "dequal": "^2.0.3", + "focus-trap": "^7.5.2", + "nanoid": "^4.0.2" + }, + "peerDependencies": { + "svelte": ">=3 <5" + } + }, + "node_modules/cmdk-sv/node_modules/@melt-ui/svelte/node_modules/nanoid": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz", + "integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.js" + }, + "engines": { + "node": "^14 || ^16 || >=18" + } + }, + "node_modules/cmdk-sv/node_modules/bits-ui": { + "version": "0.9.9", + "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-0.9.9.tgz", + "integrity": "sha512-LkdkyTtpXdkjBzPZJVJgpcre4fut6DONoprMfadHFo82HNUhph+02CxDjYEcZcThb5z4YjSxMlCYvQPZm+YtfQ==", + "dependencies": { + "@melt-ui/svelte": "0.61.2", + "nanoid": "^5.0.3" + }, + "peerDependencies": { + "svelte": "^4.0.0" + } + }, "node_modules/code-red": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/code-red/-/code-red-1.0.4.tgz", @@ -7688,11 +7592,21 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "peer": true }, + "node_modules/computeds": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/computeds/-/computeds-0.0.1.tgz", + "integrity": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==" + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, + "node_modules/confbox": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==" + }, "node_modules/connect": { "version": "3.7.0", "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", @@ -7732,31 +7646,31 @@ } }, "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "peer": true }, "node_modules/cookie": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", - "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/cookie-es": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.0.0.tgz", - "integrity": "sha512-mWYvfOLrfEc996hlKcdABeIiPHUPC6DM2QYZdGGOvhOTbA3tjm2eBwqlJpoFdjC89NI4Qt6h0Pu06Mp+1Pj5OQ==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.1.0.tgz", + "integrity": "sha512-L2rLOcK0wzWSfSDA33YR+PUHDG10a8px7rUHKWbGLP4YfbsMed2KFUw5fczvDPbT98DDe3LEzviswl810apTEw==" }, "node_modules/core-js-compat": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz", - "integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==", + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.0.tgz", + "integrity": "sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==", "peer": true, "dependencies": { - "browserslist": "^4.22.3" + "browserslist": "^4.23.0" }, "funding": { "type": "opencollective", @@ -7769,18 +7683,18 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", + "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", + "peer": true, "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "import-fresh": "^2.0.0", + "is-directory": "^0.3.1", + "js-yaml": "^3.13.1", + "parse-json": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, "node_modules/cosmjs-types": { @@ -7800,9 +7714,9 @@ } }, "node_modules/cross-fetch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", - "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", + "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", "dependencies": { "node-fetch": "^2.6.12" } @@ -7849,6 +7763,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, "bin": { "cssesc": "bin/cssesc" }, @@ -7856,11 +7771,6 @@ "node": ">=4" } }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" - }, "node_modules/date-fns": { "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", @@ -7877,10 +7787,14 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==", - "peer": true + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + }, + "node_modules/de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" }, "node_modules/debug": { "version": "4.3.4", @@ -7914,6 +7828,11 @@ "node": ">=0.10" } }, + "node_modules/dedent-js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dedent-js/-/dedent-js-1.0.1.tgz", + "integrity": "sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==" + }, "node_modules/deep-eql": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", @@ -7934,6 +7853,34 @@ "node": ">=0.10.0" } }, + "node_modules/default-browser": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", + "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", + "dev": true, + "dependencies": { + "bundle-name": "^4.1.0", + "default-browser-id": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-browser-id": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", + "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/defaults": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", @@ -8014,20 +7961,6 @@ "node": ">= 0.8" } }, - "node_modules/deprecated-react-native-prop-types": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-5.0.0.tgz", - "integrity": "sha512-cIK8KYiiGVOFsKdPMmm1L3tA/Gl+JopXL6F5+C7x39MyPsQYnP57Im/D6bNUzcborD7fcMwiwZqcBdBXXZucYQ==", - "peer": true, - "dependencies": { - "@react-native/normalize-colors": "^0.73.0", - "invariant": "^2.2.4", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/dequal": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", @@ -8077,15 +8010,15 @@ } }, "node_modules/devalue": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.2.tgz", - "integrity": "sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==", - "dev": true + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.0.0.tgz", + "integrity": "sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==" }, "node_modules/didyoumean": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true }, "node_modules/diff-sequences": { "version": "29.6.3", @@ -8104,7 +8037,35 @@ "node_modules/dlv": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "devOptional": true + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dev": true, + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } }, "node_modules/duplexify": { "version": "4.1.3", @@ -8117,23 +8078,11 @@ "stream-shift": "^1.0.2" } }, - "node_modules/duplexify/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true }, "node_modules/eciesjs": { "version": "0.3.18", @@ -8152,9 +8101,9 @@ "peer": true }, "node_modules/electron-to-chromium": { - "version": "1.4.706", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.706.tgz", - "integrity": "sha512-fO01fufoGd6jKK3HR8ofBapF3ZPfgxNJ/ua9xQAhFu93TwWIs4d+weDn3kje3GB4S7aGUTfk5nvdU5F7z5mF9Q==" + "version": "1.4.750", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.750.tgz", + "integrity": "sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==" }, "node_modules/elliptic": { "version": "6.5.5", @@ -8242,10 +8191,21 @@ "node": ">=10.0.0" } }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/envinfo": { - "version": "7.11.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.1.tgz", - "integrity": "sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", + "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", "peer": true, "bin": { "envinfo": "dist/cli.js" @@ -8258,6 +8218,7 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "peer": true, "dependencies": { "is-arrayish": "^0.2.1" } @@ -8271,6 +8232,15 @@ "stackframe": "^1.3.4" } }, + "node_modules/error-stack-parser-es": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-0.1.1.tgz", + "integrity": "sha512-g/9rfnvnagiNf+DRMHEVGuGuIBlCIMDFoTA616HaP2l9PlCjGjVhD98PNbVSJvmK4TttqT5mV5tInMhoFgi+aA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/errorhandler": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz", @@ -8313,7 +8283,6 @@ "version": "0.20.2", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.2.tgz", "integrity": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==", - "dev": true, "hasInstallScript": true, "bin": { "esbuild": "bin/esbuild" @@ -8347,11 +8316,35 @@ "@esbuild/win32-x64": "0.20.2" } }, - "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "engines": { + "node_modules/esbuild-runner": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/esbuild-runner/-/esbuild-runner-2.2.2.tgz", + "integrity": "sha512-fRFVXcmYVmSmtYm2mL8RlUASt2TDkGh3uRcvHFOKNr/T58VrfVeKD9uT9nlgxk96u0LS0ehS/GY7Da/bXWKkhw==", + "optional": true, + "peer": true, + "dependencies": { + "source-map-support": "0.5.21", + "tslib": "2.4.0" + }, + "bin": { + "esr": "bin/esr.js" + }, + "peerDependencies": { + "esbuild": "*" + } + }, + "node_modules/esbuild-runner/node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "optional": true, + "peer": true + }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "engines": { "node": ">=6" } }, @@ -8365,6 +8358,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "peer": true, "engines": { "node": ">=10" }, @@ -8375,8 +8369,7 @@ "node_modules/esm-env": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/esm-env/-/esm-env-1.0.0.tgz", - "integrity": "sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==", - "dev": true + "integrity": "sha512-Cf6VksWPsTuW01vU9Mk/3vRue91Zevka5SjyNf3nEpokFRuqt/KjUQoGAwq9qMmhpLTHmXzSIrFRw8zxWzmFBA==" }, "node_modules/esprima": { "version": "4.0.1", @@ -8432,12 +8425,19 @@ "node": ">=14.0.0" } }, - "node_modules/eth-block-tracker/node_modules/@metamask/safe-event-emitter": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-3.1.1.tgz", - "integrity": "sha512-ihb3B0T/wJm1eUuArYP4lCTSEoZsClHhuWyfo/kMX3m/odpqNcPfsz5O2A3NT7dXCAgWPGDQGPqygCpgeniKMw==", + "node_modules/eth-block-tracker/node_modules/@metamask/utils": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@metamask/utils/-/utils-5.0.2.tgz", + "integrity": "sha512-yfmE79bRQtnMzarnKfX7AEJBwFTxvTyw3nBQlu/5rmGXrjAeAMltoGxO62TFurxrQAFMNa/fEjIHNvungZp0+g==", + "dependencies": { + "@ethereumjs/tx": "^4.1.2", + "@types/debug": "^4.1.7", + "debug": "^4.3.4", + "semver": "^7.3.8", + "superstruct": "^1.0.3" + }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/eth-json-rpc-filters": { @@ -8455,14 +8455,6 @@ "node": ">=14.0.0" } }, - "node_modules/eth-json-rpc-filters/node_modules/@metamask/safe-event-emitter": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-3.1.1.tgz", - "integrity": "sha512-ihb3B0T/wJm1eUuArYP4lCTSEoZsClHhuWyfo/kMX3m/odpqNcPfsz5O2A3NT7dXCAgWPGDQGPqygCpgeniKMw==", - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/eth-json-rpc-filters/node_modules/pify": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz", @@ -8564,10 +8556,11 @@ } }, "node_modules/extension-port-stream": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/extension-port-stream/-/extension-port-stream-2.1.1.tgz", - "integrity": "sha512-qknp5o5rj2J9CRKfVB8KJr+uXQlrojNZzdESUPhKYLXf97TPcGf6qWWKmpsNNtUyOdzFhab1ON0jzouNxHHvow==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/extension-port-stream/-/extension-port-stream-3.0.0.tgz", + "integrity": "sha512-an2S5quJMiy5bnZKEf6AkfH/7r8CzHvhchU40gxN+OM6HPhe7Z9T1FUychcf2M9PpPOO0Hf7BAEfJkw2TDIBDw==", "dependencies": { + "readable-stream": "^3.6.2 || ^4.4.2", "webextension-polyfill": ">=0.10.0 <1.0" }, "engines": { @@ -8575,9 +8568,9 @@ } }, "node_modules/fast-deep-equal": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", - "integrity": "sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-glob": { "version": "3.3.2", @@ -8594,21 +8587,10 @@ "node": ">=8.6.0" } }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/fast-redact": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.4.0.tgz", - "integrity": "sha512-2gwPvyna0zwBdxKnng1suu/dTL5s8XEy2ZqH8mwDUwJdDkV8w5kp+JV26mupdK68HmPMbm6yjW9m7/Ys/BHEHg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.5.0.tgz", + "integrity": "sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==", "engines": { "node": ">=6" } @@ -8619,9 +8601,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/fast-xml-parser": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz", - "integrity": "sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", + "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", "funding": [ { "type": "github", @@ -8723,25 +8705,16 @@ "node": ">=6" } }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" - }, "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "peer": true, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dependencies": { - "locate-path": "^6.0.0", + "locate-path": "^5.0.0", "path-exists": "^4.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/find-yarn-workspace-root": { @@ -8760,9 +8733,9 @@ "peer": true }, "node_modules/flow-parser": { - "version": "0.206.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.206.0.tgz", - "integrity": "sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==", + "version": "0.235.1", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.235.1.tgz", + "integrity": "sha512-s04193L4JE+ntEcQXbD6jxRRlyj9QXcgEl2W6xSjH4l9x4b0eHoCHfbYHjqf9LdZFUiM5LhgpiqsvLj/AyOyYQ==", "peer": true, "engines": { "node": ">=0.4.0" @@ -8807,6 +8780,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" @@ -8822,6 +8796,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, "engines": { "node": ">=14" }, @@ -8842,6 +8817,18 @@ "node": ">= 6" } }, + "node_modules/formsnap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/formsnap/-/formsnap-1.0.0.tgz", + "integrity": "sha512-NQEbkCS1tKGnn6gBojIuNutxImmq/9bUk9JQ5kW8WOY37QNFtJxYr/SbX8ONWuiVLaczSvGSWXIv3hNu19arqQ==", + "dependencies": { + "nanoid": "^5.0.5" + }, + "peerDependencies": { + "svelte": "^4.0.0", + "sveltekit-superforms": "^2.3.0" + } + }, "node_modules/fraction.js": { "version": "4.3.7", "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", @@ -8974,6 +8961,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/get-tsconfig": { + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.3.tgz", + "integrity": "sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==", + "dev": true, + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, "node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -8994,14 +8993,14 @@ } }, "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dependencies": { - "is-glob": "^4.0.3" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=10.13.0" + "node": ">= 6" } }, "node_modules/glob/node_modules/brace-expansion": { @@ -9024,6 +9023,15 @@ "node": "*" } }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "peer": true, + "engines": { + "node": ">=4" + } + }, "node_modules/globalthis": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", @@ -9041,14 +9049,12 @@ "node_modules/globalyzer": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.0.tgz", - "integrity": "sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==", - "dev": true + "integrity": "sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==" }, "node_modules/globrex": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/globrex/-/globrex-0.1.2.tgz", - "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==", - "dev": true + "integrity": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" }, "node_modules/gopd": { "version": "1.0.1", @@ -9062,16 +9068,20 @@ } }, "node_modules/gql.tada": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/gql.tada/-/gql.tada-1.3.6.tgz", - "integrity": "sha512-POQmGyZ0/nfqZUqXT3OQl4GqXMatnYW67ytl27IPTbzopGQEUazVNBoBmb0QPGDOBIXxFpg5NHXxV3wcJ+h21Q==", + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/gql.tada/-/gql.tada-1.6.3.tgz", + "integrity": "sha512-uIlVEv6z3kvnRb3hxUTu0gGOO7WxpWdm2H/tCm3SHxbznOGgw64x3gNo8ofaGgBN9OiX1KQ6IrYJmA+V8Gh7ig==", "dependencies": { - "@0no-co/graphql.web": "^1.0.4", - "@gql.tada/cli-utils": "0.2.0" + "@0no-co/graphql.web": "^1.0.5", + "@gql.tada/cli-utils": "1.3.3", + "@gql.tada/internal": "0.3.3" }, "bin": { "gql-tada": "bin/cli.js", "gql.tada": "bin/cli.js" + }, + "peerDependencies": { + "typescript": "^5.0.0" } }, "node_modules/graceful-fs": { @@ -9099,12 +9109,18 @@ "graphql": "14 - 16" } }, - "node_modules/graphql-request/node_modules/cross-fetch": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", - "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", - "dependencies": { - "node-fetch": "^2.6.12" + "node_modules/graphql-ws": { + "version": "5.16.0", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.16.0.tgz", + "integrity": "sha512-Ju2RCU2dQMgSKtArPbEtsK5gNLnsQyTNIo/T7cZNp96niC1x0KdJNZV0TIoilceBPQwfb5itrGl8pkFeOUMl4A==", + "workspaces": [ + "website" + ], + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "graphql": ">=0.11 <=16" } }, "node_modules/h3": { @@ -9199,19 +9215,27 @@ "node": ">= 0.4" } }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "bin": { + "he": "bin/he" + } + }, "node_modules/hermes-estree": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.15.0.tgz", - "integrity": "sha512-lLYvAd+6BnOqWdnNbP/Q8xfl8LOGw4wVjfrNd9Gt8eoFzhNBRVD95n4l2ksfMVOoxuVyegs85g83KS9QOsxbVQ==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.19.1.tgz", + "integrity": "sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g==", "peer": true }, "node_modules/hermes-parser": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.15.0.tgz", - "integrity": "sha512-Q1uks5rjZlE9RjMMjSUCkGrEIPI5pKJILeCtK1VmTj7U4pf3wVPoo+cxfu+s4cBAPy2JzikIIdCZgBoR6x7U1Q==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.19.1.tgz", + "integrity": "sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A==", "peer": true, "dependencies": { - "hermes-estree": "0.15.0" + "hermes-estree": "0.19.1" } }, "node_modules/hermes-profile-transformer": { @@ -9226,15 +9250,6 @@ "node": ">=8" } }, - "node_modules/hermes-profile-transformer/node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "peer": true, - "engines": { - "node": ">= 8" - } - }, "node_modules/hey-listen": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/hey-listen/-/hey-listen-1.0.8.tgz", @@ -9250,18 +9265,11 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "dependencies": { - "react-is": "^16.7.0" - } - }, "node_modules/html-parse-stringify": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/html-parse-stringify/-/html-parse-stringify-3.0.1.tgz", "integrity": "sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==", + "peer": true, "dependencies": { "void-elements": "3.1.0" } @@ -9310,9 +9318,9 @@ } }, "node_modules/i18next": { - "version": "23.10.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.10.1.tgz", - "integrity": "sha512-NDiIzFbcs3O9PXpfhkjyf7WdqFn5Vq6mhzhtkXzj51aOcNuPNcTwuYNuXCpHsanZGHlHKL35G7huoFeVic1hng==", + "version": "22.5.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz", + "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==", "funding": [ { "type": "individual", @@ -9327,17 +9335,16 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], - "peer": true, "dependencies": { - "@babel/runtime": "^7.23.2" + "@babel/runtime": "^7.20.6" } }, "node_modules/i18next-browser-languagedetector": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.2.0.tgz", - "integrity": "sha512-U00DbDtFIYD3wkWsr2aVGfXGAj2TgnELzOX9qv8bT0aJtvPV9CRO77h+vgmHFBMe7LAxdwvT/7VkCWGya6L3tA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.1.0.tgz", + "integrity": "sha512-cr2k7u1XJJ4HTOjM9GyOMtbOA47RtUoWRAtt52z43r3AoMs2StYKyjS3URPhzHaf+mn10hY9dZWamga5WPQjhA==", "dependencies": { - "@babel/runtime": "^7.23.2" + "@babel/runtime": "^7.19.4" } }, "node_modules/idb-keyval": { @@ -9380,25 +9387,22 @@ } }, "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", + "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", + "peer": true, "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "caller-path": "^2.0.0", + "resolve-from": "^3.0.0" }, "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=4" } }, "node_modules/import-meta-resolve": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.0.0.tgz", - "integrity": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==", - "dev": true, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz", + "integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -9436,9 +9440,9 @@ } }, "node_modules/iron-webcrypto": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.1.0.tgz", - "integrity": "sha512-5vgYsCakNlaQub1orZK5QmNYhwYtcllTkZBp5sfIaCqY93Cf6l+v2rtE+E4TMbcfjxDMCdrO8wmp7+ZvhDECLA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.1.1.tgz", + "integrity": "sha512-5xGwQUWHQSy039rFr+5q/zOmj7GP0Ypzvo34Ep+61bPIhaLduEDp/PvLGlU3awD2mzWUR0weN2vJ1mILydFPEg==", "funding": { "url": "https://github.com/sponsors/brc-dd" } @@ -9461,7 +9465,8 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "peer": true }, "node_modules/is-binary-path": { "version": "2.1.0", @@ -9609,14 +9614,6 @@ "node": ">=0.12.0" } }, - "node_modules/is-plain-obj": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", - "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", - "engines": { - "node": ">=8" - } - }, "node_modules/is-plain-object": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", @@ -9754,6 +9751,7 @@ "version": "2.3.6", "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" }, @@ -9840,11 +9838,20 @@ } }, "node_modules/jest-message-util/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "peer": true }, + "node_modules/jest-message-util/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "peer": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-mock": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", @@ -9920,9 +9927,9 @@ } }, "node_modules/jest-validate/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "peer": true }, "node_modules/jest-worker": { @@ -9964,10 +9971,9 @@ } }, "node_modules/joi": { - "version": "17.12.2", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.12.2.tgz", - "integrity": "sha512-RonXAIzCiHLc8ss3Ibuz45u28GOsWE1UpfDXLbN/9NKbL4tCJf8TWYVKsoYuuh+sAUt7fsSNpA+r2+TBA6Wjmw==", - "peer": true, + "version": "17.13.0", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.13.0.tgz", + "integrity": "sha512-9qcrTyoBmFZRNHeVP4edKqIUEgFzq7MHvTNSDuHSqkpOPtiBkgNgcmTSqmiw1kw9tdKaiddvIDv/eCJDxmqWCA==", "dependencies": { "@hapi/hoek": "^9.3.0", "@hapi/topo": "^5.1.0", @@ -9981,6 +9987,19 @@ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "peer": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/jsc-android": { "version": "250231.0.0", "resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250231.0.0.tgz", @@ -10044,11 +10063,6 @@ "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", "peer": true }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - }, "node_modules/json-rpc-engine": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/json-rpc-engine/-/json-rpc-engine-6.1.0.tgz", @@ -10061,26 +10075,10 @@ "node": ">=10.0.0" } }, - "node_modules/json-rpc-middleware-stream": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/json-rpc-middleware-stream/-/json-rpc-middleware-stream-4.2.3.tgz", - "integrity": "sha512-4iFb0yffm5vo3eFKDbQgke9o17XBcLQ2c3sONrXSbcOLzP8LTojqo8hRGVgtJShhm5q4ZDSNq039fAx9o65E1w==", - "dependencies": { - "@metamask/safe-event-emitter": "^3.0.0", - "json-rpc-engine": "^6.1.0", - "readable-stream": "^2.3.3" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/json-rpc-middleware-stream/node_modules/@metamask/safe-event-emitter": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-3.1.1.tgz", - "integrity": "sha512-ihb3B0T/wJm1eUuArYP4lCTSEoZsClHhuWyfo/kMX3m/odpqNcPfsz5O2A3NT7dXCAgWPGDQGPqygCpgeniKMw==", - "engines": { - "node": ">=12.0.0" - } + "node_modules/json-rpc-engine/node_modules/@metamask/safe-event-emitter": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@metamask/safe-event-emitter/-/safe-event-emitter-2.0.0.tgz", + "integrity": "sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q==" }, "node_modules/json-rpc-random-id": { "version": "1.0.1", @@ -10109,6 +10107,7 @@ "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "peer": true, "bin": { "json5": "lib/cli.js" }, @@ -10116,11 +10115,6 @@ "node": ">=6" } }, - "node_modules/jsonc-parser": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz", - "integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" - }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -10142,6 +10136,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/just-clone": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/just-clone/-/just-clone-6.2.0.tgz", + "integrity": "sha512-1IynUYEc/HAwxhi3WDpIpxJbZpMCvvrrmZVqvj9EhpvbH8lls7HhdhiByjL7DkAaWlLIzpC0Xc/VPvy/UxLNjA==" + }, "node_modules/keccak": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.4.tgz", @@ -10156,19 +10155,6 @@ "node": ">=10.0.0" } }, - "node_modules/keccak/node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/keyvaluestorage-interface": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/keyvaluestorage-interface/-/keyvaluestorage-interface-1.0.0.tgz", @@ -10196,7 +10182,6 @@ "version": "4.1.5", "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", - "dev": true, "engines": { "node": ">=6" } @@ -10252,6 +10237,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "dev": true, "engines": { "node": ">=10" } @@ -10259,7 +10245,8 @@ "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true }, "node_modules/listhen": { "version": "1.7.2", @@ -10340,18 +10327,14 @@ "integrity": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==" }, "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "peer": true, + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dependencies": { - "p-locate": "^5.0.0" + "p-locate": "^4.1.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/lodash.castarray": { @@ -10444,6 +10427,14 @@ "get-func-name": "^2.0.1" } }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dependencies": { + "tslib": "^2.0.3" + } + }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -10453,15 +10444,20 @@ "yallist": "^3.0.2" } }, + "node_modules/lucide-svelte": { + "version": "0.376.1", + "resolved": "https://registry.npmjs.org/lucide-svelte/-/lucide-svelte-0.376.1.tgz", + "integrity": "sha512-+GkCTB8WFz+Xz+6SO00zwob1OjpT2YrWHh5Dl1QYkT78SrDHjYo6QJuvqX2zo8Z7Fft00hUEJYFMIf8o38PE8Q==", + "peerDependencies": { + "svelte": "^3 || ^4 || ^5.0.0-next.42" + } + }, "node_modules/magic-string": { - "version": "0.30.8", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz", - "integrity": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==", + "version": "0.30.10", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.10.tgz", + "integrity": "sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" - }, - "engines": { - "node": ">=12" } }, "node_modules/make-dir": { @@ -10521,16 +10517,10 @@ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==", "peer": true }, - "node_modules/merge-options": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/merge-options/-/merge-options-3.0.4.tgz", - "integrity": "sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==", - "dependencies": { - "is-plain-obj": "^2.1.0" - }, - "engines": { - "node": ">=10" - } + "node_modules/memoize-weak": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/memoize-weak/-/memoize-weak-1.0.2.tgz", + "integrity": "sha512-gj39xkrjEw7nCn4nJ1M5ms6+MyMlyiGmttzsqAUsAKn6bYKwuTHh/AO3cKPF8IBrTIYTxb0wWXFs3E//Y8VoWQ==" }, "node_modules/merge-stream": { "version": "2.0.0", @@ -10546,9 +10536,9 @@ } }, "node_modules/metro": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro/-/metro-0.80.6.tgz", - "integrity": "sha512-f6Nhnht9TxVRP6zdBq9J2jNdeDBxRmJFnjxhQS1GeCpokBvI6fTXq+wHTLz5jZA+75fwbkPSzBxBJzQa6xi0AQ==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro/-/metro-0.80.8.tgz", + "integrity": "sha512-in7S0W11mg+RNmcXw+2d9S3zBGmCARDxIwoXJAmLUQOQoYsRP3cpGzyJtc7WOw8+FXfpgXvceD0u+PZIHXEL7g==", "peer": true, "dependencies": { "@babel/code-frame": "^7.0.0", @@ -10566,24 +10556,24 @@ "denodeify": "^1.2.1", "error-stack-parser": "^2.0.6", "graceful-fs": "^4.2.4", - "hermes-parser": "0.19.1", + "hermes-parser": "0.20.1", "image-size": "^1.0.2", "invariant": "^2.2.4", "jest-worker": "^29.6.3", "jsc-safe-url": "^0.2.2", "lodash.throttle": "^4.1.1", - "metro-babel-transformer": "0.80.6", - "metro-cache": "0.80.6", - "metro-cache-key": "0.80.6", - "metro-config": "0.80.6", - "metro-core": "0.80.6", - "metro-file-map": "0.80.6", - "metro-resolver": "0.80.6", - "metro-runtime": "0.80.6", - "metro-source-map": "0.80.6", - "metro-symbolicate": "0.80.6", - "metro-transform-plugins": "0.80.6", - "metro-transform-worker": "0.80.6", + "metro-babel-transformer": "0.80.8", + "metro-cache": "0.80.8", + "metro-cache-key": "0.80.8", + "metro-config": "0.80.8", + "metro-core": "0.80.8", + "metro-file-map": "0.80.8", + "metro-resolver": "0.80.8", + "metro-runtime": "0.80.8", + "metro-source-map": "0.80.8", + "metro-symbolicate": "0.80.8", + "metro-transform-plugins": "0.80.8", + "metro-transform-worker": "0.80.8", "mime-types": "^2.1.27", "node-fetch": "^2.2.0", "nullthrows": "^1.1.1", @@ -10603,13 +10593,13 @@ } }, "node_modules/metro-babel-transformer": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.80.6.tgz", - "integrity": "sha512-ssuoVC4OzqaOt3LpwfUbDfBlFGRu9v1Yf2JJnKPz0ROYHNjSBws4aUesqQQ/Ea8DbiH7TK4j4cJmm+XjdHmgqA==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.80.8.tgz", + "integrity": "sha512-TTzNwRZb2xxyv4J/+yqgtDAP2qVqH3sahsnFu6Xv4SkLqzrivtlnyUbaeTdJ9JjtADJUEjCbgbFgUVafrXdR9Q==", "peer": true, "dependencies": { "@babel/core": "^7.20.0", - "hermes-parser": "0.19.1", + "hermes-parser": "0.20.1", "nullthrows": "^1.1.1" }, "engines": { @@ -10617,27 +10607,27 @@ } }, "node_modules/metro-babel-transformer/node_modules/hermes-estree": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.19.1.tgz", - "integrity": "sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g==", + "version": "0.20.1", + "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.20.1.tgz", + "integrity": "sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg==", "peer": true }, "node_modules/metro-babel-transformer/node_modules/hermes-parser": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.19.1.tgz", - "integrity": "sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A==", + "version": "0.20.1", + "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.20.1.tgz", + "integrity": "sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA==", "peer": true, "dependencies": { - "hermes-estree": "0.19.1" + "hermes-estree": "0.20.1" } }, "node_modules/metro-cache": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.80.6.tgz", - "integrity": "sha512-NP81pHSPkzs+iNlpVkJqijrpcd6lfuDAunYH9/Rn8oLNz0yLfkl8lt+xOdUU4IkFt3oVcTBEFCnzAzv4B8YhyA==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.80.8.tgz", + "integrity": "sha512-5svz+89wSyLo7BxdiPDlwDTgcB9kwhNMfNhiBZPNQQs1vLFXxOkILwQiV5F2EwYT9DEr6OPZ0hnJkZfRQ8lDYQ==", "peer": true, "dependencies": { - "metro-core": "0.80.6", + "metro-core": "0.80.8", "rimraf": "^3.0.2" }, "engines": { @@ -10645,121 +10635,64 @@ } }, "node_modules/metro-cache-key": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.80.6.tgz", - "integrity": "sha512-DFmjQacC8m/S3HpELklLMWkPGP/fZPX3BSgjd0xQvwIvWyFwk8Nn/lfp/uWdEVDtDSIr64/anXU5uWohGwlWXw==", - "peer": true, - "engines": { - "node": ">=18" - } - }, - "node_modules/metro-config": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.80.6.tgz", - "integrity": "sha512-vHYYvJpRTWYbmvqlR7i04xQpZCHJ6yfZ/xIcPdz2ssbdJGGJbiT1Aar9wr8RAhsccSxdJgfE5B1DB8Mo+DnhIg==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.80.8.tgz", + "integrity": "sha512-qWKzxrLsRQK5m3oH8ePecqCc+7PEhR03cJE6Z6AxAj0idi99dHOSitTmY0dclXVB9vP2tQIAE8uTd8xkYGk8fA==", "peer": true, - "dependencies": { - "connect": "^3.6.5", - "cosmiconfig": "^5.0.5", - "jest-validate": "^29.6.3", - "metro": "0.80.6", - "metro-cache": "0.80.6", - "metro-core": "0.80.6", - "metro-runtime": "0.80.6" - }, "engines": { "node": ">=18" } }, - "node_modules/metro-config/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "peer": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/metro-config/node_modules/cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "peer": true, - "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/metro-config/node_modules/import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==", - "peer": true, - "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/metro-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "node_modules/metro-cache/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "peer": true, "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" + "glob": "^7.1.3" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/metro-config/node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "node_modules/metro-config": { + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.80.8.tgz", + "integrity": "sha512-VGQJpfJawtwRzGzGXVUoohpIkB0iPom4DmSbAppKfumdhtLA8uVeEPp2GM61kL9hRvdbMhdWA7T+hZFDlo4mJA==", "peer": true, "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" + "connect": "^3.6.5", + "cosmiconfig": "^5.0.5", + "jest-validate": "^29.6.3", + "metro": "0.80.8", + "metro-cache": "0.80.8", + "metro-core": "0.80.8", + "metro-runtime": "0.80.8" }, "engines": { - "node": ">=4" - } - }, - "node_modules/metro-config/node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", - "peer": true, - "engines": { - "node": ">=4" + "node": ">=18" } }, "node_modules/metro-core": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.80.6.tgz", - "integrity": "sha512-fn4rryTUAwzFJWj7VIPDH4CcW/q7MV4oGobqR6NsuxZoIGYrVpK7pBasumu5YbCqifuErMs5s23BhmrDNeZURw==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.80.8.tgz", + "integrity": "sha512-g6lud55TXeISRTleW6SHuPFZHtYrpwNqbyFIVd9j9Ofrb5IReiHp9Zl8xkAfZQp8v6ZVgyXD7c130QTsCz+vBw==", "peer": true, "dependencies": { "lodash.throttle": "^4.1.1", - "metro-resolver": "0.80.6" + "metro-resolver": "0.80.8" }, "engines": { "node": ">=18" } }, "node_modules/metro-file-map": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.80.6.tgz", - "integrity": "sha512-S3CUqvpXpc+q3q+hCEWvFKhVqgq0VmXdZQDF6u7ue86E2elq1XLnfLOt9JSpwyhpMQRyysjSCnd/Yh6GZMNHoQ==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-file-map/-/metro-file-map-0.80.8.tgz", + "integrity": "sha512-eQXMFM9ogTfDs2POq7DT2dnG7rayZcoEgRbHPXvhUWkVwiKkro2ngcBE++ck/7A36Cj5Ljo79SOkYwHaWUDYDw==", "peer": true, "dependencies": { "anymatch": "^3.0.3", @@ -10796,9 +10729,9 @@ "peer": true }, "node_modules/metro-minify-terser": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.80.6.tgz", - "integrity": "sha512-83eZaH2+B+jP92KuodPqXknzwmiboKAuZY4doRfTEEXAG57pNVNN6cqSRJlwDnmaTBKRffxoncBXbYqHQgulgg==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-minify-terser/-/metro-minify-terser-0.80.8.tgz", + "integrity": "sha512-y8sUFjVvdeUIINDuW1sejnIjkZfEF+7SmQo0EIpYbWmwh+kq/WMj74yVaBWuqNjirmUp1YNfi3alT67wlbBWBQ==", "peer": true, "dependencies": { "terser": "^5.15.0" @@ -10808,18 +10741,18 @@ } }, "node_modules/metro-resolver": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.80.6.tgz", - "integrity": "sha512-R7trfglG4zY4X9XyM9cvuffAhQ9W1reWoahr1jdEWa6rOI8PyM0qXjcsb8l+fsOQhdSiVlkKcYAmkyrs1S/zrA==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.80.8.tgz", + "integrity": "sha512-JdtoJkP27GGoZ2HJlEsxs+zO7jnDUCRrmwXJozTlIuzLHMRrxgIRRby9fTCbMhaxq+iA9c+wzm3iFb4NhPmLbQ==", "peer": true, "engines": { "node": ">=18" } }, "node_modules/metro-runtime": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.80.6.tgz", - "integrity": "sha512-21GQVd0pp2nACoK0C2PL8mBsEhIFUFFntYrWRlYNHtPQoqDzddrPEIgkyaABGXGued+dZoBlFQl+LASlmmfkvw==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.80.8.tgz", + "integrity": "sha512-2oScjfv6Yb79PelU1+p8SVrCMW9ZjgEiipxq7jMRn8mbbtWzyv3g8Mkwr+KwOoDFI/61hYPUbY8cUnu278+x1g==", "peer": true, "dependencies": { "@babel/runtime": "^7.0.0" @@ -10829,17 +10762,17 @@ } }, "node_modules/metro-source-map": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.80.6.tgz", - "integrity": "sha512-lqDuSLctWy9Qccu4Zl0YB1PzItpsqcKGb1nK0aDY+lzJ26X65OCib2VzHlj+xj7e4PiIKOfsvDCczCBz4cnxdg==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.80.8.tgz", + "integrity": "sha512-+OVISBkPNxjD4eEKhblRpBf463nTMk3KMEeYS8Z4xM/z3qujGJGSsWUGRtH27+c6zElaSGtZFiDMshEb8mMKQg==", "peer": true, "dependencies": { "@babel/traverse": "^7.20.0", "@babel/types": "^7.20.0", "invariant": "^2.2.4", - "metro-symbolicate": "0.80.6", + "metro-symbolicate": "0.80.8", "nullthrows": "^1.1.1", - "ob1": "0.80.6", + "ob1": "0.80.8", "source-map": "^0.5.6", "vlq": "^1.0.0" }, @@ -10847,14 +10780,23 @@ "node": ">=18" } }, + "node_modules/metro-source-map/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/metro-symbolicate": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.80.6.tgz", - "integrity": "sha512-SGwKeBi+lK7NmM5+EcW6DyRRa9HmGSvH0LJtlT4XoRMbpxzsLYs0qUEA+olD96pOIP+ta7I8S30nQr2ttqgO8A==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.80.8.tgz", + "integrity": "sha512-nwhYySk79jQhwjL9QmOUo4wS+/0Au9joEryDWw7uj4kz2yvw1uBjwmlql3BprQCBzRdB3fcqOP8kO8Es+vE31g==", "peer": true, "dependencies": { "invariant": "^2.2.4", - "metro-source-map": "0.80.6", + "metro-source-map": "0.80.8", "nullthrows": "^1.1.1", "source-map": "^0.5.6", "through2": "^2.0.1", @@ -10867,10 +10809,19 @@ "node": ">=18" } }, + "node_modules/metro-symbolicate/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/metro-transform-plugins": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.80.6.tgz", - "integrity": "sha512-e04tdTC5Fy1vOQrTTXb5biao0t7nR/h+b1IaBTlM5UaHaAJZr658uVOoZhkRxKjbhF2mIwJ/8DdorD2CA15BCg==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.80.8.tgz", + "integrity": "sha512-sSu8VPL9Od7w98MftCOkQ1UDeySWbsIAS5I54rW22BVpPnI3fQ42srvqMLaJUQPjLehUanq8St6OMBCBgH/UWw==", "peer": true, "dependencies": { "@babel/core": "^7.20.0", @@ -10884,22 +10835,22 @@ } }, "node_modules/metro-transform-worker": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.80.6.tgz", - "integrity": "sha512-jV+VgCLiCj5jQadW/h09qJaqDreL6XcBRY52STCoz2xWn6WWLLMB5nXzQtvFNPmnIOps+Xu8+d5hiPcBNOhYmA==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.80.8.tgz", + "integrity": "sha512-+4FG3TQk3BTbNqGkFb2uCaxYTfsbuFOCKMMURbwu0ehCP8ZJuTUramkaNZoATS49NSAkRgUltgmBa4YaKZ5mqw==", "peer": true, "dependencies": { "@babel/core": "^7.20.0", "@babel/generator": "^7.20.0", "@babel/parser": "^7.20.0", "@babel/types": "^7.20.0", - "metro": "0.80.6", - "metro-babel-transformer": "0.80.6", - "metro-cache": "0.80.6", - "metro-cache-key": "0.80.6", - "metro-minify-terser": "0.80.6", - "metro-source-map": "0.80.6", - "metro-transform-plugins": "0.80.6", + "metro": "0.80.8", + "metro-babel-transformer": "0.80.8", + "metro-cache": "0.80.8", + "metro-cache-key": "0.80.8", + "metro-minify-terser": "0.80.8", + "metro-source-map": "0.80.8", + "metro-transform-plugins": "0.80.8", "nullthrows": "^1.1.1" }, "engines": { @@ -10936,18 +10887,18 @@ } }, "node_modules/metro/node_modules/hermes-estree": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.19.1.tgz", - "integrity": "sha512-daLGV3Q2MKk8w4evNMKwS8zBE/rcpA800nu1Q5kM08IKijoSnPe9Uo1iIxzPKRkn95IxxsgBMPeYHt3VG4ej2g==", + "version": "0.20.1", + "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.20.1.tgz", + "integrity": "sha512-SQpZK4BzR48kuOg0v4pb3EAGNclzIlqMj3Opu/mu7bbAoFw6oig6cEt/RAi0zTFW/iW6Iz9X9ggGuZTAZ/yZHg==", "peer": true }, "node_modules/metro/node_modules/hermes-parser": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.19.1.tgz", - "integrity": "sha512-Vp+bXzxYJWrpEuJ/vXxUsLnt0+y4q9zyi4zUlkLqD8FKv4LjIfOvP69R/9Lty3dCyKh0E2BU7Eypqr63/rKT/A==", + "version": "0.20.1", + "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.20.1.tgz", + "integrity": "sha512-BL5P83cwCogI8D7rrDCgsFY0tdYUtmFP9XaXtl2IQjC+2Xo+4okjfXintlTxcIwl4qeGddEl28Z11kbVIw0aNA==", "peer": true, "dependencies": { - "hermes-estree": "0.19.1" + "hermes-estree": "0.20.1" } }, "node_modules/metro/node_modules/ms": { @@ -10956,6 +10907,42 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "peer": true }, + "node_modules/metro/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "peer": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/metro/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/metro/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "peer": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/metro/node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -11086,9 +11073,9 @@ "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==" }, "node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -11111,6 +11098,7 @@ "version": "7.0.4", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, "engines": { "node": ">=16 || 14 >=14.17" } @@ -11278,6 +11266,14 @@ "ufo": "^1.3.2" } }, + "node_modules/mode-watcher": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/mode-watcher/-/mode-watcher-0.3.0.tgz", + "integrity": "sha512-k8jjuTx94HaaRKWO6JDf8wL761hFatrTIHJKl+E+3JWcnv+GnMBH062zcLsy0lbCI3n7RZxxHaWi66auFnUO4g==", + "peerDependencies": { + "svelte": "^4.0.0" + } + }, "node_modules/motion": { "version": "10.16.2", "resolved": "https://registry.npmjs.org/motion/-/motion-10.16.2.tgz", @@ -11303,7 +11299,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", - "dev": true, "engines": { "node": ">=10" } @@ -11313,6 +11308,11 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, + "node_modules/muggle-string": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.4.1.tgz", + "integrity": "sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==" + }, "node_modules/multiformats": { "version": "9.9.0", "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", @@ -11322,6 +11322,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, "dependencies": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", @@ -11329,9 +11330,9 @@ } }, "node_modules/nanoid": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.6.tgz", - "integrity": "sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.7.tgz", + "integrity": "sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==", "funding": [ { "type": "github", @@ -11360,6 +11361,15 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "peer": true }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, "node_modules/nocache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz", @@ -11434,9 +11444,9 @@ } }, "node_modules/node-fetch-native": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.2.tgz", - "integrity": "sha512-69mtXOFZ6hSkYiXAVB5SqaRvrbITC/NPyqv7yuu/qw0nmgPyYbIMYYNIDhNtwPrzk0ptrimrLz/hhjvm4w5Z+w==" + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz", + "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==" }, "node_modules/node-forge": { "version": "1.3.1", @@ -11497,6 +11507,18 @@ "node": ">=0.10.0" } }, + "node_modules/normalize-url": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz", + "integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==", + "optional": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", @@ -11516,9 +11538,9 @@ "peer": true }, "node_modules/ob1": { - "version": "0.80.6", - "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.80.6.tgz", - "integrity": "sha512-nlLGZPMQ/kbmkdIb5yvVzep1jKUII2x6ehNsHpgy71jpnJMW7V+KsB3AjYI2Ajb7UqMAMNjlssg6FUodrEMYzg==", + "version": "0.80.8", + "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.80.8.tgz", + "integrity": "sha512-QHJQk/lXMmAW8I7AIM3in1MSlwe1umR72Chhi8B7Xnq6mzjhBKkA6Fy/zAhQnGkA4S912EPCEvTij5yh+EQTAA==", "peer": true, "engines": { "node": ">=18" @@ -11534,6 +11556,33 @@ "readable-stream": "^2.3.3" } }, + "node_modules/obj-multiplex/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/obj-multiplex/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/obj-multiplex/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -11546,6 +11595,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "dev": true, "engines": { "node": ">= 6" } @@ -11559,13 +11609,13 @@ } }, "node_modules/ofetch": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.3.3.tgz", - "integrity": "sha512-s1ZCMmQWXy4b5K/TW9i/DtiN8Ku+xCiHcjQ6/J/nDdssirrQNOoB165Zu8EqLMA2lln1JUth9a0aW9Ap2ctrUg==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/ofetch/-/ofetch-1.3.4.tgz", + "integrity": "sha512-KLIET85ik3vhEfS+3fDlc/BAZiAp+43QEC/yCo5zkNoY2YaKvNkOaFr/6wCFgFH1kuYQM5pMNi0Tg8koiIemtw==", "dependencies": { - "destr": "^2.0.1", - "node-fetch-native": "^1.4.0", - "ufo": "^1.3.0" + "destr": "^2.0.3", + "node-fetch-native": "^1.6.3", + "ufo": "^1.5.3" } }, "node_modules/ohash": { @@ -11660,6 +11710,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/ora/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "peer": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", @@ -11670,33 +11732,28 @@ } }, "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "peer": true, + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dependencies": { - "yocto-queue": "^0.1.0" + "p-try": "^2.0.0" }, "engines": { - "node": ">=10" + "node": ">=6" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "peer": true, + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dependencies": { - "p-limit": "^3.0.2" + "p-limit": "^2.2.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/p-try": { @@ -11716,6 +11773,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, "dependencies": { "callsites": "^3.0.0" }, @@ -11723,21 +11781,51 @@ "node": ">=6" } }, + "node_modules/parent-module/node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==", + "peer": true, "dependencies": { - "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" + "json-parse-better-errors": "^1.0.1" }, "engines": { - "node": ">=8" + "node": ">=4" + } + }, + "node_modules/parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "dependencies": { + "entities": "^4.4.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-htmlparser2-tree-adapter": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", + "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", + "dev": true, + "dependencies": { + "domhandler": "^5.0.2", + "parse5": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" } }, "node_modules/parseurl": { @@ -11749,6 +11837,15 @@ "node": ">= 0.8" } }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, "node_modules/patch-package": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz", @@ -11779,38 +11876,10 @@ "npm": ">5" } }, - "node_modules/patch-package/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/patch-package/node_modules/slash": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", - "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/patch-package/node_modules/yaml": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", - "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", - "dev": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } + "node_modules/path-browserify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" }, "node_modules/path-exists": { "version": "4.0.0", @@ -11842,11 +11911,12 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz", + "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==", + "dev": true, "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { @@ -11857,21 +11927,14 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", + "dev": true, "engines": { "node": "14 || >=16.14" } }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" - } - }, "node_modules/pathe": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", @@ -11886,6 +11949,12 @@ "node": "*" } }, + "node_modules/perfect-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", + "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", + "dev": true + }, "node_modules/periscopic": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/periscopic/-/periscopic-3.1.0.tgz", @@ -12000,21 +12069,6 @@ "node": ">=6" } }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "peer": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/pkg-dir/node_modules/p-locate": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", @@ -12037,13 +12091,13 @@ } }, "node_modules/pkg-types": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz", - "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.0.tgz", + "integrity": "sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==", "dependencies": { - "jsonc-parser": "^3.2.0", - "mlly": "^1.2.0", - "pathe": "^1.1.0" + "confbox": "^0.1.7", + "mlly": "^1.6.1", + "pathe": "^1.1.2" } }, "node_modules/pngjs": { @@ -12055,9 +12109,9 @@ } }, "node_modules/pony-cause": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-2.1.10.tgz", - "integrity": "sha512-3IKLNXclQgkU++2fSi93sQ6BznFuxSLB11HdvZQ6JW/spahf/P1pAHBQEahr20rs0htZW0UDkM1HmA+nZkXKsw==", + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/pony-cause/-/pony-cause-2.1.11.tgz", + "integrity": "sha512-M7LhCsdNbNgiLYiP4WjsfLUuFmCfnjdF6jKe2R9NKl4WFN+HZPGHJZ9lnLP7f9ZnKe3U9nuWD0szirmj+migUg==", "engines": { "node": ">=12.0.0" } @@ -12118,6 +12172,7 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dev": true, "dependencies": { "camelcase-css": "^2.0.1" }, @@ -12136,6 +12191,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "dev": true, "funding": [ { "type": "opencollective", @@ -12170,6 +12226,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", + "dev": true, "engines": { "node": ">=14" }, @@ -12177,21 +12234,11 @@ "url": "https://github.com/sponsors/antonk52" } }, - "node_modules/postcss-load-config/node_modules/yaml": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz", - "integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } - }, "node_modules/postcss-nested": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "dev": true, "dependencies": { "postcss-selector-parser": "^6.0.11" }, @@ -12210,6 +12257,7 @@ "version": "6.0.16", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", + "dev": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -12234,7 +12282,8 @@ "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true }, "node_modules/postcss/node_modules/nanoid": { "version": "3.3.7", @@ -12254,9 +12303,9 @@ } }, "node_modules/preact": { - "version": "10.19.6", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.6.tgz", - "integrity": "sha512-gympg+T2Z1fG1unB8NH29yHJwnEaCH37Z32diPDku316OTnRPeMbiRV9kTrfZpocXjdfnWuFUl/Mj4BHaf6gnw==", + "version": "10.20.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.20.2.tgz", + "integrity": "sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" @@ -12302,11 +12351,18 @@ "@types/yargs-parser": "*" } }, - "node_modules/pretty-format/node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", - "peer": true + "node_modules/prism-svelte": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/prism-svelte/-/prism-svelte-0.5.0.tgz", + "integrity": "sha512-db91Bf3pRGKDPz1lAqLFSJXeW13mulUJxhycysFpfXV5MIK7RgWWK2E5aPAa71s8TCzQUXxF5JOV42/iOs6QkA==" + }, + "node_modules/prismjs": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "engines": { + "node": ">=6" + } }, "node_modules/process": { "version": "0.11.10", @@ -12358,16 +12414,11 @@ "node": ">=6" } }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "peer": true, - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } + "node_modules/property-expr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/property-expr/-/property-expr-2.0.6.tgz", + "integrity": "sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==", + "optional": true }, "node_modules/protobufjs": { "version": "6.11.4", @@ -12413,6 +12464,62 @@ "once": "^1.3.1" } }, + "node_modules/purgecss": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-6.0.0.tgz", + "integrity": "sha512-s3EBxg5RSWmpqd0KGzNqPiaBbWDz1/As+2MzoYVGMqgDqRTLBhJW6sywfTBek7OwNfoS/6pS0xdtvChNhFj2cw==", + "dev": true, + "dependencies": { + "commander": "^12.0.0", + "glob": "^10.3.10", + "postcss": "^8.4.4", + "postcss-selector-parser": "^6.0.7" + }, + "bin": { + "purgecss": "bin/purgecss.js" + } + }, + "node_modules/purgecss-from-html": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/purgecss-from-html/-/purgecss-from-html-6.0.0.tgz", + "integrity": "sha512-GkgAUzgyC4kwcVY5+QOI2eqQghV1Lq7q2uIODAPIueiBn3mHpJOh9boSMjfUQg0/YU/ZEWq7SzjwetuqxTvD4g==", + "dev": true, + "dependencies": { + "parse5": "^7.1.2", + "parse5-htmlparser2-tree-adapter": "^7.0.0" + } + }, + "node_modules/purgecss/node_modules/commander": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz", + "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==", + "dev": true, + "engines": { + "node": ">=18" + } + }, + "node_modules/purgecss/node_modules/glob": { + "version": "10.3.12", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz", + "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.6", + "minimatch": "^9.0.1", + "minipass": "^7.0.4", + "path-scurry": "^1.10.2" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/qr-code-styling": { "version": "1.6.0-rc.1", "resolved": "https://registry.npmjs.org/qr-code-styling/-/qr-code-styling-1.6.0-rc.1.tgz", @@ -12468,6 +12575,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/querystring": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz", + "integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", + "peer": true, + "engines": { + "node": ">=0.4.x" + } + }, "node_modules/queue": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.2.tgz", @@ -12502,9 +12619,9 @@ "integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==" }, "node_modules/radix3": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.1.tgz", - "integrity": "sha512-yUUd5VTiFtcMEx0qFUxGAv5gbMc1un4RvEO1JZdP7ZUl/RHygZK6PknIKntmQRZxnMY3ZXD2ISaw1ij8GYW1yg==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz", + "integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==" }, "node_modules/range-parser": { "version": "1.2.1", @@ -12519,6 +12636,7 @@ "version": "18.2.0", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -12527,31 +12645,20 @@ } }, "node_modules/react-devtools-core": { - "version": "4.28.5", - "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.28.5.tgz", - "integrity": "sha512-cq/o30z9W2Wb4rzBefjv5fBalHU0rJGZCHAkf/RHSBWSSYwh8PlQTqqOJmgIIbBtpj27T6FIPXeomIjZtCNVqA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-5.1.0.tgz", + "integrity": "sha512-NRtLBqYVLrIY+lOa2oTpFiAhI7Hru0AUXI0tP9neCyaPPAzlZyeH0i+VZ0shIyRTJbpvyqbD/uCsewA2hpfZHw==", "peer": true, "dependencies": { "shell-quote": "^1.6.1", "ws": "^7" } }, - "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - }, - "peerDependencies": { - "react": "^18.2.0" - } - }, "node_modules/react-i18next": { "version": "13.5.0", "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", + "peer": true, "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" @@ -12570,33 +12677,33 @@ } }, "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "peer": true }, "node_modules/react-native": { - "version": "0.73.6", - "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.73.6.tgz", - "integrity": "sha512-oqmZe8D2/VolIzSPZw+oUd6j/bEmeRHwsLn1xLA5wllEYsZ5zNuMsDus235ONOnCRwexqof/J3aztyQswSmiaA==", + "version": "0.74.0", + "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.74.0.tgz", + "integrity": "sha512-Vpp9WPmkCm4TUH5YDxwQhqktGVon/yLpjbTgjgLqup3GglOgWagYCX3MlmK1iksIcqtyMJHMEWa+UEzJ3G9T8w==", "peer": true, "dependencies": { "@jest/create-cache-key-function": "^29.6.3", - "@react-native-community/cli": "12.3.6", - "@react-native-community/cli-platform-android": "12.3.6", - "@react-native-community/cli-platform-ios": "12.3.6", - "@react-native/assets-registry": "0.73.1", - "@react-native/codegen": "0.73.3", - "@react-native/community-cli-plugin": "0.73.17", - "@react-native/gradle-plugin": "0.73.4", - "@react-native/js-polyfills": "0.73.1", - "@react-native/normalize-colors": "0.73.2", - "@react-native/virtualized-lists": "0.73.4", + "@react-native-community/cli": "13.6.4", + "@react-native-community/cli-platform-android": "13.6.4", + "@react-native-community/cli-platform-ios": "13.6.4", + "@react-native/assets-registry": "0.74.81", + "@react-native/codegen": "0.74.81", + "@react-native/community-cli-plugin": "0.74.81", + "@react-native/gradle-plugin": "0.74.81", + "@react-native/js-polyfills": "0.74.81", + "@react-native/normalize-colors": "0.74.81", + "@react-native/virtualized-lists": "0.74.81", "abort-controller": "^3.0.0", "anser": "^1.4.9", "ansi-regex": "^5.0.0", "base64-js": "^1.5.1", "chalk": "^4.0.0", - "deprecated-react-native-prop-types": "^5.0.0", "event-target-shim": "^5.0.1", "flow-enums-runtime": "^0.0.6", "invariant": "^2.2.4", @@ -12609,7 +12716,7 @@ "nullthrows": "^1.1.1", "pretty-format": "^26.5.2", "promise": "^8.3.0", - "react-devtools-core": "^4.27.7", + "react-devtools-core": "^5.0.0", "react-refresh": "^0.14.0", "react-shallow-renderer": "^16.15.0", "regenerator-runtime": "^0.13.2", @@ -12626,7 +12733,13 @@ "node": ">=18" }, "peerDependencies": { + "@types/react": "^18.2.6", "react": "18.2.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, "node_modules/react-native-webview": { @@ -12670,13 +12783,16 @@ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", "peer": true }, - "node_modules/react-native/node_modules/scheduler": { - "version": "0.24.0-canary-efb381bbf-20230505", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz", - "integrity": "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==", + "node_modules/react-native/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "peer": true, "dependencies": { - "loose-envify": "^1.1.0" + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, "node_modules/react-native/node_modules/wrap-ansi": { @@ -12742,9 +12858,9 @@ } }, "node_modules/react-refresh": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", - "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", + "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", "peer": true, "engines": { "node": ">=0.10.0" @@ -12767,6 +12883,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, "dependencies": { "pify": "^2.3.0" } @@ -12775,29 +12892,24 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" } }, - "node_modules/readable-stream/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -12952,13 +13064,23 @@ } }, "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", + "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==", + "peer": true, "engines": { "node": ">=4" } }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "dev": true, + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, "node_modules/restore-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", @@ -12982,25 +13104,21 @@ } }, "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "peer": true, + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" } }, "node_modules/rollup": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.13.0.tgz", - "integrity": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==", - "devOptional": true, + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.17.1.tgz", + "integrity": "sha512-0gG94inrUtg25sB2V/pApwiv1lUb0bQ25FPNuzO89Baa+B+c0ccaaBKM5zkZV/12pUUdH+lWCSm9wmHqyocuVQ==", "dependencies": { "@types/estree": "1.0.5" }, @@ -13012,19 +13130,22 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.13.0", - "@rollup/rollup-android-arm64": "4.13.0", - "@rollup/rollup-darwin-arm64": "4.13.0", - "@rollup/rollup-darwin-x64": "4.13.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.13.0", - "@rollup/rollup-linux-arm64-gnu": "4.13.0", - "@rollup/rollup-linux-arm64-musl": "4.13.0", - "@rollup/rollup-linux-riscv64-gnu": "4.13.0", - "@rollup/rollup-linux-x64-gnu": "4.13.0", - "@rollup/rollup-linux-x64-musl": "4.13.0", - "@rollup/rollup-win32-arm64-msvc": "4.13.0", - "@rollup/rollup-win32-ia32-msvc": "4.13.0", - "@rollup/rollup-win32-x64-msvc": "4.13.0", + "@rollup/rollup-android-arm-eabi": "4.17.1", + "@rollup/rollup-android-arm64": "4.17.1", + "@rollup/rollup-darwin-arm64": "4.17.1", + "@rollup/rollup-darwin-x64": "4.17.1", + "@rollup/rollup-linux-arm-gnueabihf": "4.17.1", + "@rollup/rollup-linux-arm-musleabihf": "4.17.1", + "@rollup/rollup-linux-arm64-gnu": "4.17.1", + "@rollup/rollup-linux-arm64-musl": "4.17.1", + "@rollup/rollup-linux-powerpc64le-gnu": "4.17.1", + "@rollup/rollup-linux-riscv64-gnu": "4.17.1", + "@rollup/rollup-linux-s390x-gnu": "4.17.1", + "@rollup/rollup-linux-x64-gnu": "4.17.1", + "@rollup/rollup-linux-x64-musl": "4.17.1", + "@rollup/rollup-win32-arm64-msvc": "4.17.1", + "@rollup/rollup-win32-ia32-msvc": "4.17.1", + "@rollup/rollup-win32-x64-msvc": "4.17.1", "fsevents": "~2.3.2" } }, @@ -13082,12 +13203,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/rollup-plugin-visualizer/node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "node_modules/rollup-plugin-visualizer/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, "engines": { - "node": ">= 8" + "node": ">=8" } }, "node_modules/rollup-plugin-visualizer/node_modules/wrap-ansi": { @@ -13139,6 +13263,18 @@ "node": ">=12" } }, + "node_modules/run-applescript": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", + "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -13165,7 +13301,6 @@ "version": "1.8.1", "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", - "dev": true, "dependencies": { "mri": "^1.1.0" }, @@ -13198,22 +13333,11 @@ "rimraf": "^2.5.2" } }, - "node_modules/sander/node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", + "version": "0.24.0-canary-efb381bbf-20230505", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.24.0-canary-efb381bbf-20230505.tgz", + "integrity": "sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==", + "peer": true, "dependencies": { "loose-envify": "^1.1.0" } @@ -13237,6 +13361,19 @@ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-5.1.0.tgz", "integrity": "sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==" }, + "node_modules/selfsigned": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "peer": true, + "dependencies": { + "@types/node-forge": "^1.3.0", + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/semver": { "version": "7.6.0", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", @@ -13377,8 +13514,7 @@ "node_modules/set-cookie-parser": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.6.0.tgz", - "integrity": "sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==", - "dev": true + "integrity": "sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==" }, "node_modules/set-function-length": { "version": "1.2.2", @@ -13470,7 +13606,6 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", - "dev": true, "dependencies": { "@polka/url": "^1.0.0-next.24", "mrmime": "^2.0.0", @@ -13487,12 +13622,12 @@ "peer": true }, "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "peer": true, + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=6" } }, "node_modules/slice-ansi": { @@ -13586,11 +13721,11 @@ } }, "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "engines": { - "node": ">=0.10.0" + "node": ">= 8" } }, "node_modules/source-map-js": { @@ -13687,15 +13822,6 @@ "node": ">=6" } }, - "node_modules/stacktrace-parser/node_modules/type-fest": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", - "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==", - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", @@ -13724,13 +13850,32 @@ } }, "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dependencies": { - "safe-buffer": "~5.1.0" + "safe-buffer": "~5.2.0" } }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -13749,6 +13894,7 @@ "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -13762,6 +13908,19 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, "engines": { "node": ">=8" } @@ -13774,7 +13933,7 @@ "node": ">=8" } }, - "node_modules/strip-ansi": { + "node_modules/string-width/node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", @@ -13785,11 +13944,24 @@ "node": ">=8" } }, + "node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "peer": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/strip-ansi-cjs": { "name": "strip-ansi", "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, "dependencies": { "ansi-regex": "^5.0.1" }, @@ -13797,6 +13969,15 @@ "node": ">=8" } }, + "node_modules/strip-ansi/node_modules/ansi-regex": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", + "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", + "peer": true, + "engines": { + "node": ">=6" + } + }, "node_modules/strip-final-newline": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", @@ -13819,21 +14000,21 @@ } }, "node_modules/strip-literal": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.0.0.tgz", - "integrity": "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-2.1.0.tgz", + "integrity": "sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==", "dev": true, "dependencies": { - "js-tokens": "^8.0.2" + "js-tokens": "^9.0.0" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/strip-literal/node_modules/js-tokens": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-8.0.3.tgz", - "integrity": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.0.tgz", + "integrity": "sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==", "dev": true }, "node_modules/strnum": { @@ -13842,15 +14023,11 @@ "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==", "peer": true }, - "node_modules/stylis": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", - "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" - }, "node_modules/sucrase": { "version": "3.35.0", "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "dev": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.2", "commander": "^4.0.0", @@ -13872,20 +14049,22 @@ "version": "4.1.1", "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, "engines": { "node": ">= 6" } }, "node_modules/sucrase/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "version": "10.3.12", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.12.tgz", + "integrity": "sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==", + "dev": true, "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", + "jackspeak": "^2.3.6", "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "minipass": "^7.0.4", + "path-scurry": "^1.10.2" }, "bin": { "glob": "dist/esm/bin.mjs" @@ -13934,9 +14113,9 @@ } }, "node_modules/svelte": { - "version": "4.2.12", - "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.12.tgz", - "integrity": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==", + "version": "4.2.15", + "resolved": "https://registry.npmjs.org/svelte/-/svelte-4.2.15.tgz", + "integrity": "sha512-j9KJSccHgLeRERPlhMKrCXpk2TqL2m5Z+k+OBTQhZOhIdCCd3WfqV+ylPWeipEwq17P/ekiSFWwrVQv93i3bsg==", "dependencies": { "@ampproject/remapping": "^2.2.1", "@jridgewell/sourcemap-codec": "^1.4.15", @@ -13958,9 +14137,9 @@ } }, "node_modules/svelte-check": { - "version": "3.6.8", - "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.6.8.tgz", - "integrity": "sha512-rhXU7YCDtL+lq2gCqfJDXKTxJfSsCgcd08d7VWBFxTw6IWIbMWSaASbAOD3N0VV9TYSSLUqEBiratLd8WxAJJA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.7.0.tgz", + "integrity": "sha512-Va6sGL4Vy4znn0K+vaatk98zoBvG2aDee4y3r5X4S80z8DXfbACHvdLlyXa4C4c5tQzK9H0Uq2pbd20wH3ucjQ==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", @@ -13979,33 +14158,103 @@ "svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0" } }, - "node_modules/svelte-french-toast": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/svelte-french-toast/-/svelte-french-toast-1.2.0.tgz", - "integrity": "sha512-5PW+6RFX3xQPbR44CngYAP1Sd9oCq9P2FOox4FZffzJuZI2mHOB7q5gJBVnOiLF5y3moVGZ7u2bYt7+yPAgcEQ==", + "node_modules/svelte-check/node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/svelte-check/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/svelte-headless-table": { + "version": "0.18.2", + "resolved": "https://registry.npmjs.org/svelte-headless-table/-/svelte-headless-table-0.18.2.tgz", + "integrity": "sha512-dnDTaXW5CNzRUjHVbc/Hb0Zv80zU4VcIUnAja6OuZriXvim1AqcWYQCHPRzBGwqj1m3YEHHNvspSzY0o5HzA0A==", + "dev": true, + "dependencies": { + "svelte-keyed": "^2.0.0", + "svelte-render": "^2.0.1", + "svelte-subscribe": "^2.0.1" + }, + "peerDependencies": { + "svelte": "^4.0.0" + } + }, + "node_modules/svelte-headless-table/node_modules/svelte-keyed": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/svelte-keyed/-/svelte-keyed-2.0.0.tgz", + "integrity": "sha512-7TeEn+QbJC2OJrHiuM0T8vMBkms3DNpTE+Ir+NtnVBnBMA78aL4f1ft9t0Hn/pBbD/TnIXi4YfjFRAgtN+DZ5g==", + "dev": true, + "peerDependencies": { + "svelte": "^4.0.0" + } + }, + "node_modules/svelte-headless-table/node_modules/svelte-render": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/svelte-render/-/svelte-render-2.0.1.tgz", + "integrity": "sha512-RpB0SurwXm4xhjvHHtjeqMmvd645FURb79GFOotScOSqnKK5vpqBgoBPGC0pp+E/eZgDSQ9rRAdn/+N4ys1mXQ==", + "dev": true, "dependencies": { - "svelte-writable-derived": "^3.1.0" + "svelte-subscribe": "^2.0.0" }, "peerDependencies": { - "svelte": "^3.57.0 || ^4.0.0" + "svelte": "^4.0.0" } }, - "node_modules/svelte-hmr": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/svelte-hmr/-/svelte-hmr-0.15.3.tgz", - "integrity": "sha512-41snaPswvSf8TJUhlkoJBekRrABDXDMdpNpT2tfHIv4JuhgvHqLMhEPGtaQn0BmbNSTkuz2Ed20DF2eHw0SmBQ==", + "node_modules/svelte-headless-table/node_modules/svelte-subscribe": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/svelte-subscribe/-/svelte-subscribe-2.0.1.tgz", + "integrity": "sha512-eKXIjLxB4C7eQWPqKEdxcGfNXm2g/qJ67zmEZK/GigCZMfrTR3m7DPY93R6MX+5uoqM1FRYxl8LZ1oy4URWi2A==", "dev": true, + "peerDependencies": { + "svelte": "^4.0.0" + } + }, + "node_modules/svelte-legos": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/svelte-legos/-/svelte-legos-0.2.2.tgz", + "integrity": "sha512-HTVkCIqhrxdy+OpXjxGr/4xIJEGv4d2cRQwTjm0SYfLw/YF1I1l/TQR59nb2WvjccnO8TNFNTvAWP5pgXQnU+w==", + "dependencies": { + "canvas-confetti": "^1.6.0", + "prism-svelte": "^0.5.0", + "prismjs": "^1.29.0" + }, + "peerDependencies": { + "svelte": "^4.0.0" + } + }, + "node_modules/svelte-local-storage-store": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/svelte-local-storage-store/-/svelte-local-storage-store-0.6.4.tgz", + "integrity": "sha512-45WoY2vSGPQM1sIQJ9jTkPPj20hYeqm+af6mUGRFSPP5WglZf36YYoZqwmZZ8Dt/2SU8lem+BTA8/Z/8TkqNLg==", "engines": { - "node": "^12.20 || ^14.13.1 || >= 16" + "node": ">=0.14" }, "peerDependencies": { - "svelte": "^3.19.0 || ^4.0.0" + "svelte": "^3.48.0 || >4.0.0" } }, "node_modules/svelte-preprocess": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-5.1.3.tgz", - "integrity": "sha512-xxAkmxGHT+J/GourS5mVJeOXZzne1FR5ljeOUAMXUkfEhkLEllRreXpbl3dIYJlcJRfL1LO1uIAPpBpBfiqGPw==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/svelte-preprocess/-/svelte-preprocess-5.1.4.tgz", + "integrity": "sha512-IvnbQ6D6Ao3Gg6ftiM5tdbR6aAETwjhHV+UKGf5bHGYR69RQvF1ho0JKPcbUON4vy4R7zom13jPjgdOWCQ5hDA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -14016,8 +14265,7 @@ "strip-indent": "^3.0.0" }, "engines": { - "node": ">= 16.0.0", - "pnpm": "^8.0.0" + "node": ">= 16.0.0" }, "peerDependencies": { "@babel/core": "^7.10.2", @@ -14073,29 +14321,139 @@ "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0" } }, - "node_modules/svelte-writable-derived": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/svelte-writable-derived/-/svelte-writable-derived-3.1.0.tgz", - "integrity": "sha512-cTvaVFNIJ036vSDIyPxJYivKC7ZLtcFOPm1Iq6qWBDo1fOHzfk6ZSbwaKrxhjgy52Rbl5IHzRcWgos6Zqn9/rg==", - "funding": { - "url": "https://ko-fi.com/pixievoltno1" + "node_modules/svelte-sonner": { + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/svelte-sonner/-/svelte-sonner-0.3.22.tgz", + "integrity": "sha512-1AEBl7rTP4oeMAmBmkcvoHNOwB8gPzz73RYApcY8pyDwbjBewU8ATnXV8N42omV1sQvtSX/X0o5A1nfkN3T6cg==", + "peerDependencies": { + "svelte": ">=3 <5" + } + }, + "node_modules/svelte2tsx": { + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/svelte2tsx/-/svelte2tsx-0.7.7.tgz", + "integrity": "sha512-HAIxtk5TUHXvCRKApKfxoh1BGT85S/17lS3DvbfxRKFd+Ghr5YScqBvd+sU+p7vJFw48LNkzdFk+ooNVk3e4kA==", + "dependencies": { + "dedent-js": "^1.0.1", + "pascal-case": "^3.1.1" }, "peerDependencies": { - "svelte": "^3.2.1 || ^4.0.0-next.1" + "svelte": "^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0", + "typescript": "^4.9.4 || ^5.0.0" } }, - "node_modules/svooltip": { - "version": "0.7.8", - "resolved": "https://registry.npmjs.org/svooltip/-/svooltip-0.7.8.tgz", - "integrity": "sha512-ax1QR4gUoksIjdpnJzQFQDuejjeJ3npP88mRuyZtLDEBu9Rmid1lsB9INS2Ita51f+wO6UTKniTniHzoBsxABg==", + "node_modules/sveltekit-rate-limiter": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/sveltekit-rate-limiter/-/sveltekit-rate-limiter-0.5.1.tgz", + "integrity": "sha512-Q2C7mT9PdoL6v3VXgxngyXiEg2i3Dp0iVjVvKi722lroTM7oHxAJsmj66607BiSw8mdQk1Me6nhE6uRXrkDVIg==", "dev": true, "dependencies": { - "@floating-ui/dom": "^1.5.4" + "@isaacs/ttlcache": "^1.4.1" }, "peerDependencies": { - "svelte": "^4.0.0" + "@sveltejs/kit": "1.x || 2.x" + } + }, + "node_modules/sveltekit-search-params": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/sveltekit-search-params/-/sveltekit-search-params-2.1.2.tgz", + "integrity": "sha512-wh5WSo46wz48MdWvpchVGrOjoDmbmsNJ7dUToSZ4L1SQ2LOasmTjAAlFhfG/EFvEhR34phRzLF7BjE0ZHzx1Uw==", + "dev": true, + "dependencies": { + "@sveltejs/vite-plugin-svelte": "^3.0.2" + }, + "peerDependencies": { + "@sveltejs/kit": "^1.0.0 || ^2.0.0", + "svelte": "^3.55.0 || ^4.0.0 || ^5.0.0" + } + }, + "node_modules/sveltekit-superforms": { + "version": "2.12.6", + "resolved": "https://registry.npmjs.org/sveltekit-superforms/-/sveltekit-superforms-2.12.6.tgz", + "integrity": "sha512-qVA6HjD+WlPughk+YGGWXTY5lIvNP8JUoEK4TqzLhDkC8j6y0d2aB7ofgzqpkvY7nV77aNG3erP/qxr2DzBJEg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ciscoheat" + }, + { + "type": "ko-fi", + "url": "https://ko-fi.com/ciscoheat" + }, + { + "type": "paypal", + "url": "https://www.paypal.com/donate/?hosted_button_id=NY7F5ALHHSVQS" + } + ], + "dependencies": { + "devalue": "^4.3.3", + "just-clone": "^6.2.0", + "memoize-weak": "^1.0.2", + "ts-deepmerge": "^7.0.0" + }, + "optionalDependencies": { + "@gcornut/valibot-json-schema": "^0.0.27", + "@sinclair/typebox": "^0.32.22", + "@sodaru/yup-to-json-schema": "^2.0.1", + "@vinejs/vine": "^1.8.0", + "arktype": "1.0.29-alpha", + "joi": "^17.13.0", + "superstruct": "^1.0.4", + "valibot": "^0.30.0", + "yup": "^1.4.0", + "zod": "^3.23.4", + "zod-to-json-schema": "^3.23.0" + }, + "peerDependencies": { + "@sinclair/typebox": ">=0.32.13 <1", + "@sveltejs/kit": "1.x || 2.x", + "@vinejs/vine": "^1.7.1", + "arktype": "1.0.29-alpha", + "joi": "^17.12.1", + "superstruct": "^1.0.3", + "svelte": "3.x || 4.x || >=5.0.0-next.51", + "valibot": ">=0.28.1 <1", + "yup": "^1.3.3", + "zod": "^3.23.4" + }, + "peerDependenciesMeta": { + "@sinclair/typebox": { + "optional": true + }, + "@vinejs/vine": { + "optional": true + }, + "arktype": { + "optional": true + }, + "joi": { + "optional": true + }, + "superstruct": { + "optional": true + }, + "valibot": { + "optional": true + }, + "yup": { + "optional": true + }, + "zod": { + "optional": true + } } }, + "node_modules/sveltekit-superforms/node_modules/@sinclair/typebox": { + "version": "0.32.27", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.32.27.tgz", + "integrity": "sha512-JHRrubCKiXi6VKlbBTpTQnExkUFasPMIaXCJYJhqVBGLliQVt1yBZZgiZo3/uSmvAdXlIIdGoTAT6RB09L0QqA==", + "optional": true + }, + "node_modules/sveltekit-superforms/node_modules/devalue": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.3.tgz", + "integrity": "sha512-UH8EL6H2ifcY8TbD2QsxwCC/pr5xSwPvv85LrLXVihmHVC3T3YqTCIwnR5ak0yO1KYqlxrPVOA/JVZJYPy2ATg==" + }, "node_modules/symbol-observable": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-2.0.3.tgz", @@ -14121,11 +14479,12 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwind-merge": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.2.2.tgz", - "integrity": "sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.3.0.tgz", + "integrity": "sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.24.0" + "@babel/runtime": "^7.24.1" }, "funding": { "type": "github", @@ -14148,6 +14507,7 @@ "version": "0.2.1", "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.2.1.tgz", "integrity": "sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==", + "dev": true, "dependencies": { "tailwind-merge": "^2.2.0" }, @@ -14160,9 +14520,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz", + "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==", + "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -14172,7 +14533,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -14204,10 +14565,23 @@ "tailwindcss": ">=3.0.0 || insiders" } }, + "node_modules/tailwindcss/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/tailwindcss/node_modules/postcss-import": { "version": "15.1.0", "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "dev": true, "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", @@ -14224,6 +14598,7 @@ "version": "6.0.16", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", + "dev": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -14266,9 +14641,9 @@ } }, "node_modules/terser": { - "version": "5.29.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.2.tgz", - "integrity": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", + "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", "peer": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -14293,6 +14668,7 @@ "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, "dependencies": { "any-promise": "^1.0.0" } @@ -14301,6 +14677,7 @@ "version": "1.6.0", "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, "dependencies": { "thenify": ">= 3.1.0 < 4" }, @@ -14332,28 +14709,63 @@ "xtend": "~4.0.1" } }, - "node_modules/tiny-glob": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz", - "integrity": "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==", - "dev": true, - "dependencies": { - "globalyzer": "0.1.0", - "globrex": "^0.1.2" - } - }, - "node_modules/tinybench": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.6.0.tgz", - "integrity": "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==", - "dev": true + "node_modules/through2/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "peer": true }, - "node_modules/tinypool": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.2.tgz", - "integrity": "sha512-SUszKYe5wgsxnNOVlBYO6IC+8VGWdVGZWAqUxp3UErNBtptZvWbwyUOyzNL59zigz2rCA92QiL3wvG+JDSdJdQ==", - "dev": true, - "engines": { + "node_modules/through2/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "peer": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/through2/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "peer": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/tiny-case": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-case/-/tiny-case-1.0.3.tgz", + "integrity": "sha512-Eet/eeMhkO6TX8mnUteS9zgPbUMQa4I6Kkp5ORiBD5476/m+PIRiumP5tmh5ioJpH7k51Kehawy2UDfsnxxY8Q==", + "optional": true + }, + "node_modules/tiny-glob": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/tiny-glob/-/tiny-glob-0.2.9.tgz", + "integrity": "sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==", + "dependencies": { + "globalyzer": "0.1.0", + "globrex": "^0.1.2" + } + }, + "node_modules/tinybench": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.8.0.tgz", + "integrity": "sha512-1/eK7zUnIklz4JUUlL+658n58XO2hHLQfSk1Zf2LKieUjxidN16eKFEoDEfjHc3ohofSSqK3X5yO6VGb6iW8Lw==", + "dev": true + }, + "node_modules/tinypool": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-0.8.4.tgz", + "integrity": "sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==", + "dev": true, + "engines": { "node": ">=14.0.0" } }, @@ -14388,6 +14800,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "peer": true, "engines": { "node": ">=4" } @@ -14400,41 +14813,480 @@ "is-number": "^7.0.0" }, "engines": { - "node": ">=8.0" + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "peer": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/toposort": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz", + "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==", + "optional": true + }, + "node_modules/totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, + "node_modules/ts-deepmerge": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ts-deepmerge/-/ts-deepmerge-7.0.0.tgz", + "integrity": "sha512-WZ/iAJrKDhdINv1WG6KZIGHrZDar6VfhftG1QJFpVbOYZMYJLJOvZOo1amictRXVdBXZIgBHKswMTXzElngprA==", + "engines": { + "node": ">=14.13.1" + } + }, + "node_modules/ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "dev": true + }, + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + }, + "node_modules/tsx": { + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.3.tgz", + "integrity": "sha512-+fQnMqIp/jxZEXLcj6WzYy9FhcS5/Dfk8y4AtzJ6ejKcKqmfTF8Gso/jtrzDggCF2zTU20gJa6n8XqPYwDAUYQ==", + "dev": true, + "dependencies": { + "esbuild": "~0.19.10", + "get-tsconfig": "^4.7.2" + }, + "bin": { + "tsx": "dist/cli.mjs" + }, + "engines": { + "node": ">=18.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + } + }, + "node_modules/tsx/node_modules/@esbuild/aix-ppc64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", + "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-arm": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", + "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", + "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/android-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", + "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/darwin-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", + "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/darwin-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", + "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", + "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/freebsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", + "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", + "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", + "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ia32": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", + "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-loong64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", + "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-mips64el": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", + "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-ppc64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", + "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-riscv64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", + "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-s390x": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", + "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/linux-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", + "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/netbsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", + "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/openbsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", + "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/sunos-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", + "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/tsx/node_modules/@esbuild/win32-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", + "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" } }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "peer": true, + "node_modules/tsx/node_modules/@esbuild/win32-ia32": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", + "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=0.6" + "node": ">=12" } }, - "node_modules/totalist": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", - "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "node_modules/tsx/node_modules/@esbuild/win32-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", + "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=6" + "node": ">=12" } }, - "node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" - }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" - }, - "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "node_modules/tsx/node_modules/esbuild": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", + "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.19.12", + "@esbuild/android-arm": "0.19.12", + "@esbuild/android-arm64": "0.19.12", + "@esbuild/android-x64": "0.19.12", + "@esbuild/darwin-arm64": "0.19.12", + "@esbuild/darwin-x64": "0.19.12", + "@esbuild/freebsd-arm64": "0.19.12", + "@esbuild/freebsd-x64": "0.19.12", + "@esbuild/linux-arm": "0.19.12", + "@esbuild/linux-arm64": "0.19.12", + "@esbuild/linux-ia32": "0.19.12", + "@esbuild/linux-loong64": "0.19.12", + "@esbuild/linux-mips64el": "0.19.12", + "@esbuild/linux-ppc64": "0.19.12", + "@esbuild/linux-riscv64": "0.19.12", + "@esbuild/linux-s390x": "0.19.12", + "@esbuild/linux-x64": "0.19.12", + "@esbuild/netbsd-x64": "0.19.12", + "@esbuild/openbsd-x64": "0.19.12", + "@esbuild/sunos-x64": "0.19.12", + "@esbuild/win32-arm64": "0.19.12", + "@esbuild/win32-ia32": "0.19.12", + "@esbuild/win32-x64": "0.19.12" + } }, "node_modules/type-detect": { "version": "4.0.8", @@ -14444,6 +15296,15 @@ "node": ">=4" } }, + "node_modules/type-fest": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", + "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==", + "peer": true, + "engines": { + "node": ">=8" + } + }, "node_modules/typed-query-selector": { "version": "2.11.2", "resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.11.2.tgz", @@ -14451,10 +15312,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", - "devOptional": true, + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -14464,9 +15324,20 @@ } }, "node_modules/ufo": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.4.0.tgz", - "integrity": "sha512-Hhy+BhRBleFjpJ2vchUNN40qgkh0366FWJGqVLYBHev0vpHTrXSA0ryT+74UiW6KWsldNurQMKGqCm1M2zBciQ==" + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.3.tgz", + "integrity": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==" + }, + "node_modules/uint8array-extras": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.1.0.tgz", + "integrity": "sha512-CVaBSyOmGoFHu+zOVPbetXEXykOd8KHVBHLlqvmaMWpwcq3rewj18xVNbU5uzf48hclnNQhfNaNany2cMHFK/g==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/uint8arrays": { "version": "3.1.1", @@ -14646,9 +15517,9 @@ } }, "node_modules/unstorage/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", "engines": { "node": "14 || >=16.14" } @@ -14756,6 +15627,20 @@ "uuid": "dist/bin/uuid" } }, + "node_modules/valibot": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/valibot/-/valibot-0.30.0.tgz", + "integrity": "sha512-5POBdbSkM+3nvJ6ZlyQHsggisfRtyT4tVTo1EIIShs6qCdXJnyWU5TJ68vr8iTg5zpOLjXLRiBqNx+9zwZz/rA==" + }, + "node_modules/validator": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz", + "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==", + "optional": true, + "engines": { + "node": ">= 0.10" + } + }, "node_modules/valtio": { "version": "1.11.2", "resolved": "https://registry.npmjs.org/valtio/-/valtio-1.11.2.tgz", @@ -14830,9 +15715,9 @@ } }, "node_modules/viem": { - "version": "2.8.16", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.8.16.tgz", - "integrity": "sha512-J8tu1aP7TfI2HT/IEmyJ+n+WInrA/cuMuJtfgvYhYgHBobxhYGc2SojHm5lZBWcWgErN1Ld7VcKUwTmPh4ToQA==", + "version": "2.9.29", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.9.29.tgz", + "integrity": "sha512-LWvDSyB2tftKuSMAyZTXk3pDYj3c0aaOdr2JbDZEsPJw5zVbqg3FpoPHnUkHai8KcZI8aPWRKV31TYV1cBse9A==", "funding": [ { "type": "github", @@ -14926,13 +15811,12 @@ } }, "node_modules/vite": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.2.tgz", - "integrity": "sha512-FWZbz0oSdLq5snUI0b6sULbz58iXFXdvkZfZWR/F0ZJuKTSPO7v72QPXt6KqYeMFb0yytNp6kZosxJ96Nr/wDQ==", - "dev": true, + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.10.tgz", + "integrity": "sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==", "dependencies": { "esbuild": "^0.20.1", - "postcss": "^8.4.36", + "postcss": "^8.4.38", "rollup": "^4.13.0" }, "bin": { @@ -14981,9 +15865,9 @@ } }, "node_modules/vite-node": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.4.0.tgz", - "integrity": "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-1.5.3.tgz", + "integrity": "sha512-axFo00qiCpU/JLd8N1gu9iEYL3xTbMbMrbe5nDp9GL0nb6gurIdZLkkFogZXWnE8Oyy5kfSLwNVIcVsnhE7lgQ==", "dev": true, "dependencies": { "cac": "^6.7.14", @@ -15002,11 +15886,129 @@ "url": "https://opencollective.com/vitest" } }, + "node_modules/vite-plugin-inspect": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/vite-plugin-inspect/-/vite-plugin-inspect-0.8.4.tgz", + "integrity": "sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==", + "dev": true, + "dependencies": { + "@antfu/utils": "^0.7.7", + "@rollup/pluginutils": "^5.1.0", + "debug": "^4.3.4", + "error-stack-parser-es": "^0.1.1", + "fs-extra": "^11.2.0", + "open": "^10.1.0", + "perfect-debounce": "^1.0.0", + "picocolors": "^1.0.0", + "sirv": "^2.0.4" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0" + }, + "peerDependenciesMeta": { + "@nuxt/kit": { + "optional": true + } + } + }, + "node_modules/vite-plugin-inspect/node_modules/define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/vite-plugin-inspect/node_modules/fs-extra": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/vite-plugin-inspect/node_modules/is-wsl": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", + "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", + "dev": true, + "dependencies": { + "is-inside-container": "^1.0.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/vite-plugin-inspect/node_modules/open": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz", + "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", + "dev": true, + "dependencies": { + "default-browser": "^5.2.1", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^3.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/vite-plugin-tailwind-purgecss": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/vite-plugin-tailwind-purgecss/-/vite-plugin-tailwind-purgecss-0.3.3.tgz", + "integrity": "sha512-fsTAzcSdFKrhLxX8zTq3zaTFjk+APmJWOAy+1ujsmxkh9y8hIvM81dWEgdXK1k7suQjns+b7JsoIUkHpxLf5UA==", + "dev": true, + "dependencies": { + "chalk": "^5.3.0", + "css-tree": "^2.3.1", + "fast-glob": "^3.3.2", + "purgecss": "^6.0.0", + "purgecss-from-html": "^6.0.0" + }, + "peerDependencies": { + "tailwindcss": "^3.3.0", + "vite": "^4.1.1 || ^5.0.0" + } + }, + "node_modules/vite-plugin-tailwind-purgecss/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "dev": true, + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/vitefu": { "version": "0.2.5", "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz", "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==", - "dev": true, "peerDependencies": { "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" }, @@ -15017,16 +16019,16 @@ } }, "node_modules/vitest": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.4.0.tgz", - "integrity": "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-1.5.3.tgz", + "integrity": "sha512-2oM7nLXylw3mQlW6GXnRriw+7YvZFk/YNV8AxIC3Z3MfFbuziLGWP9GPxxu/7nRlXhqyxBikpamr+lEEj1sUEw==", "dev": true, "dependencies": { - "@vitest/expect": "1.4.0", - "@vitest/runner": "1.4.0", - "@vitest/snapshot": "1.4.0", - "@vitest/spy": "1.4.0", - "@vitest/utils": "1.4.0", + "@vitest/expect": "1.5.3", + "@vitest/runner": "1.5.3", + "@vitest/snapshot": "1.5.3", + "@vitest/spy": "1.5.3", + "@vitest/utils": "1.5.3", "acorn-walk": "^8.3.2", "chai": "^4.3.10", "debug": "^4.3.4", @@ -15038,9 +16040,9 @@ "std-env": "^3.5.0", "strip-literal": "^2.0.0", "tinybench": "^2.5.1", - "tinypool": "^0.8.2", + "tinypool": "^0.8.3", "vite": "^5.0.0", - "vite-node": "1.4.0", + "vite-node": "1.5.3", "why-is-node-running": "^2.2.2" }, "bin": { @@ -15055,8 +16057,8 @@ "peerDependencies": { "@edge-runtime/vm": "*", "@types/node": "^18.0.0 || >=20.0.0", - "@vitest/browser": "1.4.0", - "@vitest/ui": "1.4.0", + "@vitest/browser": "1.5.3", + "@vitest/ui": "1.5.3", "happy-dom": "*", "jsdom": "*" }, @@ -15225,10 +16227,20 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-3.1.0.tgz", "integrity": "sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==", + "peer": true, "engines": { "node": ">=0.10.0" } }, + "node_modules/vue-template-compiler": { + "version": "2.7.16", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz", + "integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==", + "dependencies": { + "de-indent": "^1.0.2", + "he": "^1.2.0" + } + }, "node_modules/walker": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", @@ -15252,20 +16264,6 @@ "resolved": "https://registry.npmjs.org/webextension-polyfill/-/webextension-polyfill-0.10.0.tgz", "integrity": "sha512-c5s35LgVa5tFaHhrZDnr3FpQpjj1BB+RXhLTYUxGqBVN460HkbM8TBtEqdXWbpTKfzwCcjAZVF7zXCYSKtcp9g==" }, - "node_modules/webextension-polyfill-ts": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/webextension-polyfill-ts/-/webextension-polyfill-ts-0.25.0.tgz", - "integrity": "sha512-ikQhwwHYkpBu00pFaUzIKY26I6L87DeRI+Q6jBT1daZUNuu8dSrg5U9l/ZbqdaQ1M/TTSPKeAa3kolP5liuedw==", - "deprecated": "This project has moved to @types/webextension-polyfill", - "dependencies": { - "webextension-polyfill": "^0.7.0" - } - }, - "node_modules/webextension-polyfill-ts/node_modules/webextension-polyfill": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/webextension-polyfill/-/webextension-polyfill-0.7.0.tgz", - "integrity": "sha512-su48BkMLxqzTTvPSE1eWxKToPS2Tv5DLGxKexLEVpwFd6Po6N8hhSLIvG6acPAg7qERoEaDL+Y5HQJeJeml5Aw==" - }, "node_modules/webidl-conversions": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", @@ -15339,6 +16337,11 @@ "node": ">=8" } }, + "node_modules/wonka": { + "version": "6.3.4", + "resolved": "https://registry.npmjs.org/wonka/-/wonka-6.3.4.tgz", + "integrity": "sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==" + }, "node_modules/wrap-ansi": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", @@ -15357,6 +16360,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -15369,6 +16373,29 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -15442,11 +16469,14 @@ "peer": true }, "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", + "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==", + "bin": { + "yaml": "bin.mjs" + }, "engines": { - "node": ">= 6" + "node": ">= 14" } }, "node_modules/yargs": { @@ -15490,64 +16520,58 @@ "node": ">=6" } }, - "node_modules/yargs/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "peer": true, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/yargs/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/yup": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/yup/-/yup-1.4.0.tgz", + "integrity": "sha512-wPbgkJRCqIf+OHyiTBQoJiP5PFuAXaWiJK6AmYkzQAh5/c2K9hzSApBZG5wV9KoKSePF7sAxmNSvh/13YHkFDg==", + "optional": true, "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" + "property-expr": "^2.0.5", + "tiny-case": "^1.0.3", + "toposort": "^2.0.2", + "type-fest": "^2.19.0" } }, - "node_modules/yargs/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, + "node_modules/yup/node_modules/type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "optional": true, "engines": { - "node": ">=6" + "node": ">=12.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/yargs/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" + "node_modules/zod": { + "version": "3.23.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.4.tgz", + "integrity": "sha512-/AtWOKbBgjzEYYQRNfoGKHObgfAZag6qUJX1VbHo2PRBgS+wfWagEY2mizjfyAPcGesrJOcx/wcl0L9WnVrHFw==", + "optional": true, + "funding": { + "url": "https://github.com/sponsors/colinhacks" } }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node_modules/zod-to-json-schema": { + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.23.0.tgz", + "integrity": "sha512-az0uJ243PxsRIa2x1WmNE/pnuA05gUq/JB8Lwe1EDCCL/Fz9MgjYQ0fPlyc2Tcv6aF2ZA7WM5TWaRZVEFaAIag==", + "optional": true, + "peerDependencies": { + "zod": "^3.23.3" } }, "node_modules/zustand": { diff --git a/app/package.json b/app/package.json index cdf7632987..d2150adb9f 100644 --- a/app/package.json +++ b/app/package.json @@ -4,10 +4,9 @@ "private": true, "type": "module", "scripts": { - "dev": "vite dev", + "dev": "bunx --bun vite", "build": "vite build", - "preview": "vite preview", - "lint": "biome check --apply .", + "preview": "bunx --bun vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "test": "vitest --run", @@ -15,61 +14,85 @@ "postinstall": "patch-package" }, "dependencies": { - "@cosmjs/cosmwasm-stargate": "0.32.3", + "@cosmjs/cosmwasm-stargate": "^0.32.3", "@cosmjs/stargate": "0.32.3", "@cosmjs/tendermint-rpc": "0.32.3", - "@formkit/auto-animate": "^0.8.1", - "@formkit/tempo": "^0.0.17", + "@leapwallet/cosmos-snap-provider": "^0.1.26", - "@tanstack/svelte-query": "^5.28.6", - "@tanstack/svelte-query-persist-client": "^5.28.6", - "@tanstack/svelte-table": "^8.14.0", - "@wagmi/connectors": "^4.1.18", - "@wagmi/core": "^2.6.9", - "bits-ui": "^0.20.0", - "gql.tada": "^1.3.6", + "@scure/base": "^1.1.6", + "@tanstack/svelte-query": "^5.32.1", + + "@urql/exchange-persisted": "^4.2.0", + "@urql/exchange-retry": "^1.2.1", + "@urql/svelte": "^4.1.1", + "@wagmi/connectors": "^4.3.0", + "@wagmi/core": "^2.8.0", + "bits-ui": "^0.21.6", + "cmdk-sv": "^0.0.17", + "formsnap": "^1.0.0", + "gql.tada": "^1.6.3", "graphql-request": "^6.1.0", - "svelte-french-toast": "^1.2.0", + "graphql-ws": "^5.16.0", + + "lucide-svelte": "^0.376.1", + "mode-watcher": "^0.3.0", + + "svelte-legos": "^0.2.2", + "svelte-local-storage-store": "^0.6.4", "svelte-radix": "^1.1.0", - "tailwind-merge": "^2.2.2", - "tailwind-variants": "^0.2.1", - "unstorage": "^1.10.2", + "svelte-sonner": "^0.3.22", + "sveltekit-superforms": "^2.12.6", + "uint8array-extras": "^1.1.0", + "valibot": "^0.30.0", "vaul-svelte": "^0.3.0", - "viem": "^2.8.16" + "viem": "^2.9.29" }, "devDependencies": { - "@0no-co/graphqlsp": "^1.6.1", - "@cloudflare/workers-types": "^4.20240320.1", - "@cosmjs/amino": "0.32.3", - "@melt-ui/pp": "^0.3.0", - "@melt-ui/svelte": "^0.76.0", + "@0no-co/graphqlsp": "^1.12.1", + "@keplr-wallet/types": "^0.12.83", + "@leapwallet/types": "^0.0.5", + "@melt-ui/pp": "^0.3.1", + "@melt-ui/svelte": "^0.77.0", + "@svelte-put/copy": "^3.0.0", "@sveltejs/adapter-static": "^3.0.1", - "@sveltejs/kit": "^2.5.4", - "@sveltejs/vite-plugin-svelte": "^3.0.2", + "@sveltejs/kit": "^2.5.7", + "@sveltejs/vite-plugin-svelte": "^3.1.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", - "@tailwindcss/typography": "^0.5.10", - "@tanstack/svelte-query-devtools": "^5.28.6", + "@tailwindcss/typography": "^0.5.13", + "@tanstack/svelte-query-devtools": "^5.32.1", "@total-typescript/ts-reset": "^0.5.1", + + "@types/node": "^20.12.7", "@types/postcss-import": "^14.0.3", + "@urql/devtools": "^2.0.3", "autoprefixer": "^10.4.19", "buffer": "^6.0.3", - "clsx": "^2.1.0", + "clsx": "^2.1.1", "graphql": "^16.8.1", "patch-package": "^8.0.0", "postcss": "^8.4.38", "postcss-import": "^16.1.0", "process": "^0.11.10", - "svelte": "^4.2.12", - "svelte-check": "^3.6.8", - "svooltip": "^0.7.8", + "rollup-plugin-visualizer": "^5.12.0", + "svelte": "^4.2.15", + "svelte-check": "^3.7.0", + "svelte-headless-table": "^0.18.2", + "svelte-preprocess": "^5.1.4", + "sveltekit-rate-limiter": "^0.5.1", + "sveltekit-search-params": "^2.1.2", + "tailwind-merge": "^2.3.0", "tailwind-scrollbar": "^3.1.0", - "tailwindcss": "^3.4.1", + "tailwind-variants": "^0.2.1", + "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", "tslib": "^2.6.2", + "tsx": "^4.7.3", "typed-query-selector": "^2.11.2", - "typescript": "^5.4.3", - "vite": "^5.2.2", - "vitest": "^1.4.0" + "typescript": "^5.4.5", + "vite": "^5.2.10", + "vite-plugin-inspect": "^0.8.4", + "vite-plugin-tailwind-purgecss": "^0.3.3", + "vitest": "^1.5.3" } } diff --git a/app/patches/@cosmjs+tendermint-rpc+0.32.3.patch b/app/patches/@cosmjs+tendermint-rpc+0.32.3.patch index 88e63ca61c..c665ebc107 100644 --- a/app/patches/@cosmjs+tendermint-rpc+0.32.3.patch +++ b/app/patches/@cosmjs+tendermint-rpc+0.32.3.patch @@ -1,5 +1,30 @@ +diff --git a/node_modules/@cosmjs/tendermint-rpc/build/comet38/adaptor/responses.js b/node_modules/@cosmjs/tendermint-rpc/build/comet38/adaptor/responses.js +index e8b2dc3..b5c540a 100644 +--- a/node_modules/@cosmjs/tendermint-rpc/build/comet38/adaptor/responses.js ++++ b/node_modules/@cosmjs/tendermint-rpc/build/comet38/adaptor/responses.js +@@ -72,7 +72,7 @@ function decodePubkey(data) { + if ("Sum" in data) { + // we don't need to check type because we're checking algorithm + const [[algorithm, value]] = Object.entries(data.Sum.value); +- (0, utils_1.assert)(algorithm === "ed25519" || algorithm === "secp256k1", `unknown pubkey type: ${algorithm}`); ++ (0, utils_1.assert)(algorithm === "ed25519" || algorithm === "secp256k1" || algorithm === "bn254", `unknown pubkey type: ${algorithm}`); + return { + algorithm, + data: (0, encoding_1.fromBase64)((0, encodings_1.assertNotEmpty)(value)), +@@ -91,6 +91,11 @@ function decodePubkey(data) { + algorithm: "secp256k1", + data: (0, encoding_1.fromBase64)((0, encodings_1.assertNotEmpty)(data.value)), + }; ++ case "tendermint/PubKeyBn254": ++ return { ++ algorithm: "bn254", ++ data: (0, encoding_1.fromBase64)((0, encodings_1.assertNotEmpty)(data.value)), ++ }; + default: + throw new Error(`unknown pubkey type: ${data.type}`); + } diff --git a/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js b/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js -index 961f32d..ced45eb 100644 +index 5c9a406..0083a25 100644 --- a/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js +++ b/node_modules/@cosmjs/tendermint-rpc/build/tendermint37/adaptor/responses.js @@ -72,7 +72,7 @@ function decodePubkey(data) { diff --git a/app/postcss.config.cjs b/app/postcss.config.cjs index 6df6b92614..920c42737f 100644 --- a/app/postcss.config.cjs +++ b/app/postcss.config.cjs @@ -1,9 +1,15 @@ +const tailwindcss = require("tailwindcss") +const autoprefixer = require("autoprefixer") +const postcssImport = require("postcss-import") +const postcssNesting = require("tailwindcss/nesting") + /** @type {import('postcss-load-config').Config} */ module.exports = { plugins: [ - require("postcss-import"), - require("tailwindcss/nesting"), - require("tailwindcss"), - require("autoprefixer") + // + postcssImport(), + postcssNesting, + tailwindcss("./tailwind.config.ts"), + autoprefixer() ] } diff --git a/app/scripts/abi.sh b/app/scripts/abi.sh new file mode 100644 index 0000000000..5a432ee526 --- /dev/null +++ b/app/scripts/abi.sh @@ -0,0 +1,20 @@ +#!/usr/bin/env bash + +set -euo pipefail + +# run from the root of the project + +nix build .#evm-contracts --print-build-logs + +IBC_HANDLER=$(jq --slurp 'map(.abi)' \ + result/out/IBCClient.sol/IBCClient.json \ + result/out/IBCPacket.sol/IBCPacket.json \ + result/out/IBCConnection.sol/IBCConnection.json \ + result/out/OwnableIBCHandler.sol/OwnableIBCHandler.json \ + result/out/IBCChannelHandshake.sol/IBCChannelHandshake.json) + +echo "export const ibcHandlerAbi = ${IBC_HANDLER}" >| app/src/lib/abi/ibc-handler.ts + +UCS01_RELAY=$(jq ${UCS01_RELAY}" >| app/src/lib/abi/ucs01-relay.ts diff --git a/app/src/app.d.ts b/app/src/app.d.ts index b52b6f0896..4ff62cf735 100644 --- a/app/src/app.d.ts +++ b/app/src/app.d.ts @@ -1,21 +1,10 @@ -// See https://kit.svelte.dev/docs/types#app -// for information about these interfaces +import type { LeapWindow } from "@leapwallet/types" +import type { Window as KeplrWindow } from "@keplr-wallet/types" + declare global { - namespace App { - // interface Error {} - // interface Locals {} - // interface PageData {} - // interface PageState {} - // interface Platform {} - } - interface Window { + namespace App {} + interface Window extends KeplrWindow, LeapWindow { EventEmitter: typeof EventEmitter - ethereum: { - request(arguments_: { - method: EthereumRequestMethod - params?: Record - }): Promise - } } } @@ -24,5 +13,3 @@ type EthereumRequestMethod = | "wallet_requestSnaps" | "wallet_invokeSnap" | "wallet_watchAsset" - -export type {} diff --git a/app/src/app.html b/app/src/app.html index 95279af71f..6c98790e19 100644 --- a/app/src/app.html +++ b/app/src/app.html @@ -1,30 +1,16 @@ - - - - - - Union App Beta - %sveltekit.head% - + + + + + + + %sveltekit.head% + + + +
%sveltekit.body%
+ - -
- %sveltekit.body% -
- diff --git a/app/src/generated/graphql-env.d.ts b/app/src/generated/graphql-env.d.ts index 2f0bd8740c..64d20875a7 100644 --- a/app/src/generated/graphql-env.d.ts +++ b/app/src/generated/graphql-env.d.ts @@ -10,63761 +10,2054 @@ * instead save to a .ts instead of a .d.ts file. */ export type introspection = { - "__schema": { - "queryType": { - "name": "query_root" - }, - "mutationType": { - "name": "mutation_root" - }, - "subscriptionType": { - "name": "subscription_root" - }, - "types": [ - { - "kind": "SCALAR", - "name": "Address" - }, - { - "kind": "OBJECT", - "name": "Balance", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "BalancesListItem", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "SCALAR", - "name": "Boolean" - }, - { - "kind": "INPUT_OBJECT", - "name": "Boolean_comparison_exp", - "inputFields": [ - { - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_in", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - }, - { - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_nin", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "Configuration", - "fields": [ - { - "name": "amountSend", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chainId", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "feeAmount", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - "args": [] - }, - { - "name": "gasLimit", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "UInt64", - "ofType": null - } - }, - "args": [] - }, - { - "name": "memo", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "prefix", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "CosmosBankV1beta1Balances", - "fields": [ - { - "name": "balances", - "type": { - "kind": "LIST", - "ofType": { - "kind": "OBJECT", - "name": "BalancesListItem", - "ofType": null - } - }, - "args": [] - }, - { - "name": "pagination", - "type": { - "kind": "OBJECT", - "name": "Pagination", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "CosmosBankV1beta1BalancesByDenom", - "fields": [ - { - "name": "balance", - "type": { - "kind": "OBJECT", - "name": "Balance", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "SCALAR", - "name": "Float" - }, - { - "kind": "SCALAR", - "name": "Int" - }, - { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "inputFields": [ - { - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "_in", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "_nin", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "SCALAR", - "name": "Long" - }, - { - "kind": "OBJECT", - "name": "Pagination", - "fields": [ - { - "name": "nextKey", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "total", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "SendInput", - "inputFields": [ - { - "name": "captchaToken", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "toAddress", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Address", - "ofType": null - } - } - } - ] - }, - { - "kind": "SCALAR", - "name": "String" - }, - { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "inputFields": [ - { - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_ilike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_in", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "name": "_iregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_like", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_nilike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_nin", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "name": "_niregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_nlike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_nregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_nsimilar", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_regex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_similar", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "TxResponse", - "fields": [ - { - "name": "code", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "gasUsed", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - "args": [] - }, - { - "name": "gasWanted", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - } - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "rawLog", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "SCALAR", - "name": "UInt64" - }, - { - "kind": "SCALAR", - "name": "Void" - }, - { - "kind": "SCALAR", - "name": "bigint" - }, - { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "inputFields": [ - { - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "_in", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - }, - { - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "_nin", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "ENUM", - "name": "cursor_ordering", - "enumValues": [ - { - "name": "ASC" - }, - { - "name": "DESC" - } - ] - }, - { - "kind": "SCALAR", - "name": "jsonb" - }, - { - "kind": "INPUT_OBJECT", - "name": "jsonb_cast_exp", - "inputFields": [ - { - "name": "String", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "inputFields": [ - { - "name": "_cast", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_cast_exp", - "ofType": null - } - }, - { - "name": "_contained_in", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_contains", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_has_key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "_has_keys_all", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "name": "_has_keys_any", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "name": "_in", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - } - }, - { - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "_nin", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "mutation_root", - "fields": [ - { - "name": "delete_v0_abis", - "type": { - "kind": "OBJECT", - "name": "v0_abis_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_abis_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_blocks", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_blocks_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_chains", - "type": { - "kind": "OBJECT", - "name": "v0_chains_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_chains_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_events", - "type": { - "kind": "OBJECT", - "name": "v0_events_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_events_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - }, - "args": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "index", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_logs", - "type": { - "kind": "OBJECT", - "name": "v0_logs_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - }, - "args": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_transactions", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "delete_v0_transactions_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "name": "insert_v0_abis", - "type": { - "kind": "OBJECT", - "name": "v0_abis_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "objects", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_abis_one", - "type": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - }, - "args": [ - { - "name": "object", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_blocks", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "objects", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_blocks_one", - "type": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - }, - "args": [ - { - "name": "object", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_chains", - "type": { - "kind": "OBJECT", - "name": "v0_chains_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "objects", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_chains_one", - "type": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - }, - "args": [ - { - "name": "object", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_events", - "type": { - "kind": "OBJECT", - "name": "v0_events_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "objects", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_events_one", - "type": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - }, - "args": [ - { - "name": "object", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_logs", - "type": { - "kind": "OBJECT", - "name": "v0_logs_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "objects", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_logs_one", - "type": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - }, - "args": [ - { - "name": "object", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_transactions", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "objects", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "insert_v0_transactions_one", - "type": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - }, - "args": [ - { - "name": "object", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_on_conflict", - "ofType": null - } - } - ] - }, - { - "name": "union", - "type": { - "kind": "OBJECT", - "name": "unionMutation", - "ofType": null - }, - "args": [] - }, - { - "name": "update_v0_abis", - "type": { - "kind": "OBJECT", - "name": "v0_abis_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_inc_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_abis_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - }, - "args": [ - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_inc_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_set_input", - "ofType": null - } - }, - { - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_pk_columns_input", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_abis_many", - "type": { - "kind": "LIST", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis_mutation_response", - "ofType": null - } - }, - "args": [ - { - "name": "updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_updates", - "ofType": null - } - } - } - } - } - ] - }, - { - "name": "update_v0_blocks", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_blocks_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_set_input", - "ofType": null - } - }, - { - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_pk_columns_input", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_blocks_many", - "type": { - "kind": "LIST", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks_mutation_response", - "ofType": null - } - }, - "args": [ - { - "name": "updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_updates", - "ofType": null - } - } - } - } - } - ] - }, - { - "name": "update_v0_chains", - "type": { - "kind": "OBJECT", - "name": "v0_chains_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_inc_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_chains_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - }, - "args": [ - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_inc_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_set_input", - "ofType": null - } - }, - { - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_pk_columns_input", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_chains_many", - "type": { - "kind": "LIST", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains_mutation_response", - "ofType": null - } - }, - "args": [ - { - "name": "updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_updates", - "ofType": null - } - } - } - } - } - ] - }, - { - "name": "update_v0_events", - "type": { - "kind": "OBJECT", - "name": "v0_events_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_events_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_set_input", - "ofType": null - } - }, - { - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_pk_columns_input", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_events_many", - "type": { - "kind": "LIST", - "ofType": { - "kind": "OBJECT", - "name": "v0_events_mutation_response", - "ofType": null - } - }, - "args": [ - { - "name": "updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_updates", - "ofType": null - } - } - } - } - } - ] - }, - { - "name": "update_v0_logs", - "type": { - "kind": "OBJECT", - "name": "v0_logs_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_set_input", - "ofType": null - } - }, - { - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_pk_columns_input", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_logs_many", - "type": { - "kind": "LIST", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs_mutation_response", - "ofType": null - } - }, - "args": [ - { - "name": "updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_updates", - "ofType": null - } - } - } - } - } - ] - }, - { - "name": "update_v0_transactions", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_mutation_response", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_transactions_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - }, - "args": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_set_input", - "ofType": null - } - }, - { - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_pk_columns_input", - "ofType": null - } - } - } - ] - }, - { - "name": "update_v0_transactions_many", - "type": { - "kind": "LIST", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions_mutation_response", - "ofType": null - } - }, - "args": [ - { - "name": "updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_updates", - "ofType": null - } - } - } - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "SCALAR", - "name": "numeric" - }, - { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "inputFields": [ - { - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "_in", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - } - }, - { - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "_nin", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "ENUM", - "name": "order_by", - "enumValues": [ - { - "name": "asc" - }, - { - "name": "asc_nulls_first" - }, - { - "name": "asc_nulls_last" - }, - { - "name": "desc" - }, - { - "name": "desc_nulls_first" - }, - { - "name": "desc_nulls_last" - } - ] - }, - { - "kind": "OBJECT", - "name": "query_root", - "fields": [ - { - "name": "cosmosBankV1Beta1AllBalances", - "type": { - "kind": "OBJECT", - "name": "CosmosBankV1beta1Balances", - "ofType": null - }, - "args": [ - { - "name": "address", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "paginationCountTotal", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "paginationKey", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "paginationLimit", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "paginationOffset", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "paginationReverse", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "cosmosBankV1Beta1Balance", - "type": { - "kind": "OBJECT", - "name": "CosmosBankV1beta1BalancesByDenom", - "ofType": null - }, - "args": [ - { - "name": "address", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "union", - "type": { - "kind": "OBJECT", - "name": "unionQuery", - "ofType": null - }, - "args": [] - }, - { - "name": "v0_abis", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_abis_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_abis_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_abis_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_abis_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_acknowledge_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_acknowledge_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_acknowledge_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_acknowledge_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_active_proposals", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_active_proposals", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_active_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_active_proposals_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_active_proposals_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_active_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_blocks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_blocks_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_blocks_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_burns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_burns", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_burns_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_burns_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_burns_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_burns_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_chains", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_chains_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_chains_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_chains_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_chains_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_channel_open_acks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_acks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_acks_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_confirms", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_confirms_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_confirms_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_confirms_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_inits", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_inits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_inits_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_tries", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_tries", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_tries_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_tries_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_tries_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_receiveds", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_receiveds", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_receiveds_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_spents", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_spents", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_spents_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_spents_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_spents_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_spents_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coinbases", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coinbases", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coinbases_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coinbases_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coinbases_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coinbases_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_commissions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_commissions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_commissions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_commissions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_complete_redelegations", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_complete_redelegations", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_complete_redelegations_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_complete_redelegations_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_complete_redelegations_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_acks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_acks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_acks_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_inits", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_inits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_inits_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_consensus_param_updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_consensus_param_updates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_consensus_param_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_consensus_param_updates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_consensus_param_updates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_consensus_param_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_clients", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_clients", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_clients_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_clients_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_validators", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_validators", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_validators_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_validators_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_delegates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_delegates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_delegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_delegates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_delegates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_delegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_edit_validators", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_edit_validators", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_edit_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_edit_validators_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_edit_validators_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_edit_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_logs", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_logs", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_logs_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_logs_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_transactions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_transactions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_events", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_events_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_events_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - }, - "args": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "index", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_executes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_executes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_executes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_executes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_executes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_executes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_ibc_packet_receiveds", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ibc_packet_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_ibc_packet_receiveds_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ibc_packet_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_instantiates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_instantiates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_instantiates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_instantiates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_instantiates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_instantiates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_livenesses", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_livenesses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_livenesses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_livenesses_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_livenesses_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_livenesses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_logs", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_logs_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - }, - "args": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_messages", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_messages", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_messages_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_messages_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_messages_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_messages_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_mints", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_mints", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_mints_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_mints_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_mints_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_mints_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_deposits", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_deposits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_deposits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_deposits_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_deposits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_votes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_votes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_votes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_votes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_votes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_votes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_recv_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_recv_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_recv_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_recv_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_recv_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_recv_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_redelegates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_redelegates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_redelegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_redelegates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_redelegates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_redelegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_replies", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_replies", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_replies_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_replies_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_replies_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_replies_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_rewardses", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rewardses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_rewardses_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rewardses_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_send_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_send_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_send_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_send_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_send_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_send_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_slashes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_slashes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_slashes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_slashes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_slashes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_slashes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_codes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_codes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_codes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_codes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_wasm_codes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_wasm_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_wasm_codes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_wasm_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_submit_proposals", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_submit_proposals", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_submit_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_submit_proposals_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_submit_proposals_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_submit_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transactions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transactions_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transfers_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_update_clients", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_update_clients", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_update_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_update_clients_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_update_clients_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_update_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_validator_updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_validator_updates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_validator_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_validator_updates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_validator_updates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_validator_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_fungible_token_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_fungible_token_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_fungible_token_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_fungible_token_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_ibc_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_ibc_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_ibc_transfers_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_ibc_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_message", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_message", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_message_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_message_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_message_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_message_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_commissions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_commissions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_rewardses", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_rewardses_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "subscription_root", - "fields": [ - { - "name": "union", - "type": { - "kind": "OBJECT", - "name": "unionSubscription", - "ofType": null - }, - "args": [] - }, - { - "name": "v0_abis", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_abis_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_abis_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_abis_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_abis_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_abis_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_acknowledge_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_acknowledge_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_acknowledge_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_acknowledge_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_acknowledge_packets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_active_proposals", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_active_proposals", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_active_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_active_proposals_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_active_proposals_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_active_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_active_proposals_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_active_proposals", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_blocks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_blocks_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_blocks_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_blocks_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_burns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_burns", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_burns_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_burns_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_burns_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_burns_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_burns_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_burns", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_chains", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_chains_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_chains_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_chains_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_chains_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_chains_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_acks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_acks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_acks_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_acks_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_acks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_confirms", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_confirms_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_confirms_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_confirms_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_confirms_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_inits", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_inits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_inits_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_inits_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_inits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_tries", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_tries", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_tries_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_tries_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_tries_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_channel_open_tries_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_tries", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_receiveds", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_receiveds", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_receiveds_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_receiveds_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_receiveds", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_spents", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_spents", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_spents_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_spents_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_spents_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_spents_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coin_spents_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_spents", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coinbases", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coinbases", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coinbases_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coinbases_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coinbases_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coinbases_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_coinbases_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coinbases", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_commissions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_commissions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_commissions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_commissions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_commissions_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_commissions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_complete_redelegations", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_complete_redelegations", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_complete_redelegations_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_complete_redelegations_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_complete_redelegations_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_complete_redelegations_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_complete_redelegations", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_acks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_acks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_acks_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_acks_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_acks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_inits", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_inits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_inits_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_connection_open_inits_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_inits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_consensus_param_updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_consensus_param_updates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_consensus_param_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_consensus_param_updates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_consensus_param_updates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_consensus_param_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_consensus_param_updates_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_consensus_param_updates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_clients", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_clients", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_clients_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_clients_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_clients_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_clients", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_validators", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_validators", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_validators_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_validators_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_create_validators_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_validators", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_delegates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_delegates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_delegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_delegates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_delegates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_delegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_delegates_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_delegates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_edit_validators", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_edit_validators", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_edit_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_edit_validators_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_edit_validators_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_edit_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_edit_validators_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_edit_validators", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_logs", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_logs", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_logs_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_logs_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_logs_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_logs", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_transactions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_transactions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_eth_transactions_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_events", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_events_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_events_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - }, - "args": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "index", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_events_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_executes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_executes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_executes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_executes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_executes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_executes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_executes_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_executes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_ibc_packet_receiveds", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ibc_packet_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_ibc_packet_receiveds_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ibc_packet_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_ibc_packet_receiveds_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_instantiates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_instantiates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_instantiates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_instantiates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_instantiates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_instantiates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_instantiates_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_instantiates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_livenesses", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_livenesses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_livenesses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_livenesses_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_livenesses_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_livenesses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_livenesses_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_livenesses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_logs", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_logs_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - }, - "args": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_logs_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_messages", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_messages", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_messages_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_messages_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_messages_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_messages_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_messages_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_messages", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_mints", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_mints", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_mints_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_mints_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_mints_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_mints_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_mints_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_mints", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_deposits", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_deposits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_deposits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_deposits_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_deposits_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_deposits_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_deposits", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_votes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_votes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_votes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_votes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_votes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_votes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_proposal_votes_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_votes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_recv_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_recv_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_recv_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_recv_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_recv_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_recv_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_recv_packets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_recv_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_redelegates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_redelegates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_redelegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_redelegates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_redelegates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_redelegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_redelegates_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_redelegates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_replies", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_replies", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_replies_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_replies_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_replies_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_replies_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_replies_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_replies", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_rewardses", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rewardses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_rewardses_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rewardses_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_rewardses_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rewardses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_send_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_send_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_send_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_send_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_send_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_send_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_send_packets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_send_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_slashes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_slashes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_slashes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_slashes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_slashes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_slashes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_slashes_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_slashes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_codes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_codes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_codes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_codes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_codes_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_codes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_wasm_codes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_wasm_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_wasm_codes_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_wasm_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_store_wasm_codes_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_submit_proposals", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_submit_proposals", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_submit_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_submit_proposals_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_submit_proposals_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_submit_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_submit_proposals_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_submit_proposals", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transactions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transactions_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "name": "v0_transactions_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transfers_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_transfers_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_update_clients", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_update_clients", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_update_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_update_clients_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_update_clients_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_update_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_update_clients_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_update_clients", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_validator_updates", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_validator_updates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_validator_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_validator_updates_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_validator_updates_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_validator_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_validator_updates_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_validator_updates", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_fungible_token_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_fungible_token_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_fungible_token_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_fungible_token_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_fungible_token_packets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_ibc_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_ibc_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_ibc_transfers_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_ibc_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_ibc_transfers_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_message", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_message", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_message_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_message_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_message_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_message_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_wasm_message_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_message", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_commissions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_commissions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_commissions_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_rewardses", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_rewardses_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "v0_withdraw_rewardses_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "cursor", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "SCALAR", - "name": "timestamptz" - }, - { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp", - "inputFields": [ - { - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "_in", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - } - }, - { - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "_nin", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "unionMutation", - "fields": [ - { - "name": "send", - "type": { - "kind": "SCALAR", - "name": "Void", - "ofType": null - }, - "args": [ - { - "name": "input", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SendInput", - "ofType": null - } - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "unionQuery", - "fields": [ - { - "name": "configuration", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "Configuration", - "ofType": null - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "unionSubscription", - "fields": [ - { - "name": "send", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "TxResponse", - "ofType": null - } - }, - "args": [ - { - "name": "input", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "SendInput", - "ofType": null - } - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis", - "fields": [ - { - "name": "abi", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "address", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_abis_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_abis_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_abis_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_abis_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_abis_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_abis_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_abis_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_abis_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_abis_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_abis_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_abis_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_abis_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_avg_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "abi", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_abis_constraint", - "enumValues": [ - { - "name": "abis_pkey" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_inc_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_insert_input", - "inputFields": [ - { - "name": "abi", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_abis_max_fields", - "fields": [ - { - "name": "abi", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_min_fields", - "fields": [ - { - "name": "abi", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_mutation_response", - "fields": [ - { - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "returning", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_abis", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_on_conflict", - "inputFields": [ - { - "name": "constraint", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_abis_constraint", - "ofType": null - } - } - }, - { - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_abis_update_column", - "ofType": null - } - } - } - }, - "defaultValue": "[]" - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_order_by", - "inputFields": [ - { - "name": "abi", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_pk_columns_input", - "inputFields": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_abis_select_column", - "enumValues": [ - { - "name": "abi" - }, - { - "name": "address" - }, - { - "name": "chain_id" - }, - { - "name": "height" - }, - { - "name": "id" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_set_input", - "inputFields": [ - { - "name": "abi", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_abis_stddev_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_stddev_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_stddev_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_stream_cursor_value_input", - "inputFields": [ - { - "name": "abi", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_abis_sum_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "ENUM", - "name": "v0_abis_update_column", - "enumValues": [ - { - "name": "abi" - }, - { - "name": "address" - }, - { - "name": "chain_id" - }, - { - "name": "height" - }, - { - "name": "id" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_abis_updates", - "inputFields": [ - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_inc_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_abis_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_abis_var_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_var_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_abis_variance_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_acknowledge_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_max_fields", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_min_fields", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_order_by", - "inputFields": [ - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_acknowledge_packets_select_column", - "enumValues": [ - { - "name": "connection_id" - }, - { - "name": "msg_index" - }, - { - "name": "packet_channel_ordering" - }, - { - "name": "packet_connection" - }, - { - "name": "packet_dst_channel" - }, - { - "name": "packet_dst_port" - }, - { - "name": "packet_sequence" - }, - { - "name": "packet_src_channel" - }, - { - "name": "packet_src_port" - }, - { - "name": "packet_timeout_height" - }, - { - "name": "packet_timeout_timestamp" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_acknowledge_packets_stream_cursor_value_input", - "inputFields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_acknowledge_packets_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_log", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_result", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_active_proposals", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_active_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_active_proposals_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_avg_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "proposal_log", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "proposal_result", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_max_fields", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_log", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_result", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_min_fields", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_log", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_result", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_order_by", - "inputFields": [ - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "proposal_log", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "proposal_result", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_active_proposals_select_column", - "enumValues": [ - { - "name": "mode" - }, - { - "name": "proposal_id" - }, - { - "name": "proposal_log" - }, - { - "name": "proposal_result" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_stddev_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_stddev_pop_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_stddev_samp_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_active_proposals_stream_cursor_value_input", - "inputFields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "proposal_log", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "proposal_result", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_sum_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_var_pop_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_var_samp_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_active_proposals_variance_fields", - "fields": [ - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_blocks", - "fields": [ - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "events", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "events_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - "args": [] - }, - { - "name": "transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_aggregate_bool_exp", - "inputFields": [ - { - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_aggregate_bool_exp_count", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_aggregate_bool_exp_count", - "inputFields": [ - { - "name": "arguments", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - }, - { - "name": "predicate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_blocks_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_avg_order_by", - "ofType": null - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_max_order_by", - "ofType": null - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_min_order_by", - "ofType": null - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_order_by", - "ofType": null - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_pop_order_by", - "ofType": null - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_samp_order_by", - "ofType": null - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_sum_order_by", - "ofType": null - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_pop_order_by", - "ofType": null - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_samp_order_by", - "ofType": null - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_variance_order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_append_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_arr_rel_insert_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_on_conflict", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_avg_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - }, - { - "name": "events_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_bool_exp", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp", - "ofType": null - } - }, - { - "name": "transactions", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_blocks_constraint", - "enumValues": [ - { - "name": "blocks_pkey" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_at_path_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_elem_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_key_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_inc_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_insert_input", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_obj_rel_insert_input", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_arr_rel_insert_input", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "transactions", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_arr_rel_insert_input", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_max_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_max_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_min_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_min_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_mutation_response", - "fields": [ - { - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "returning", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_obj_rel_insert_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_on_conflict", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_on_conflict", - "inputFields": [ - { - "name": "constraint", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_constraint", - "ofType": null - } - } - }, - { - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_update_column", - "ofType": null - } - } - } - }, - "defaultValue": "[]" - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "events_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_pk_columns_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_prepend_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "enumValues": [ - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "hash" - }, - { - "name": "height" - }, - { - "name": "time" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_set_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_stddev_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_stddev_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_stddev_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_sum_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_blocks_update_column", - "enumValues": [ - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "hash" - }, - { - "name": "height" - }, - { - "name": "time" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_updates", - "inputFields": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_var_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_var_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_blocks_variance_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_burns", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "burner", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_burns_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_burns", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_burns_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_burns_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_burns_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_burns_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_burns_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_burns_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_burns_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_burns_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_burns_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_burns_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_burns_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "burner", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_burns_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "burner", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "burner", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_burns_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "burner", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_burns_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "burner" - }, - { - "name": "denom" - }, - { - "name": "mode" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_burns_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_burns_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_burns_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_burns_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "burner", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_burns_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_burns_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains", - "fields": [ - { - "name": "blocks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "blocks_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "events", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "events_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "logs", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "logs_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_chains_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_chains_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_chains_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_chains_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_chains_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_chains_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_chains_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_chains_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_chains_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_chains_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_chains_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_chains_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_avg_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "blocks", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - }, - { - "name": "blocks_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_aggregate_bool_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - }, - { - "name": "events_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_bool_exp", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "logs", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - }, - { - "name": "logs_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_aggregate_bool_exp", - "ofType": null - } - }, - { - "name": "transactions", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_chains_constraint", - "enumValues": [ - { - "name": "chains_pkey" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_inc_input", - "inputFields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_insert_input", - "inputFields": [ - { - "name": "blocks", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_arr_rel_insert_input", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_arr_rel_insert_input", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "logs", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_arr_rel_insert_input", - "ofType": null - } - }, - { - "name": "transactions", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_arr_rel_insert_input", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_chains_max_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_min_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_mutation_response", - "fields": [ - { - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "returning", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_obj_rel_insert_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_on_conflict", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_on_conflict", - "inputFields": [ - { - "name": "constraint", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_chains_constraint", - "ofType": null - } - } - }, - { - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_chains_update_column", - "ofType": null - } - } - } - }, - "defaultValue": "[]" - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "inputFields": [ - { - "name": "blocks_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_aggregate_order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "events_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_order_by", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "logs_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_aggregate_order_by", - "ofType": null - } - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_pk_columns_input", - "inputFields": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_chains_select_column", - "enumValues": [ - { - "name": "chain_id" - }, - { - "name": "id" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_set_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_chains_stddev_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_stddev_pop_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_stddev_samp_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_chains_sum_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "ENUM", - "name": "v0_chains_update_column", - "enumValues": [ - { - "name": "chain_id" - }, - { - "name": "id" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_updates", - "inputFields": [ - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_inc_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_chains_var_pop_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_var_samp_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_chains_variance_fields", - "fields": [ - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_acks", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_acks_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_max_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_min_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_order_by", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_channel_open_acks_select_column", - "enumValues": [ - { - "name": "channel_id" - }, - { - "name": "connection_id" - }, - { - "name": "counterparty_channel_id" - }, - { - "name": "counterparty_port_id" - }, - { - "name": "msg_index" - }, - { - "name": "port_id" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_acks_stream_cursor_value_input", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_acks_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_confirms_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_max_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_min_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_order_by", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_channel_open_confirms_select_column", - "enumValues": [ - { - "name": "channel_id" - }, - { - "name": "connection_id" - }, - { - "name": "counterparty_channel_id" - }, - { - "name": "counterparty_port_id" - }, - { - "name": "msg_index" - }, - { - "name": "port_id" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_confirms_stream_cursor_value_input", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_confirms_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_inits", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_inits_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "version", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_max_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_min_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_order_by", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "version", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_channel_open_inits_select_column", - "enumValues": [ - { - "name": "channel_id" - }, - { - "name": "connection_id" - }, - { - "name": "counterparty_port_id" - }, - { - "name": "msg_index" - }, - { - "name": "port_id" - }, - { - "name": "version" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_inits_stream_cursor_value_input", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_inits_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_open_tries", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_open_tries_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_channel_open_tries_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "version", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_max_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_min_fields", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_order_by", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "version", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_channel_open_tries_select_column", - "enumValues": [ - { - "name": "channel_id" - }, - { - "name": "connection_id" - }, - { - "name": "counterparty_channel_id" - }, - { - "name": "counterparty_port_id" - }, - { - "name": "msg_index" - }, - { - "name": "port_id" - }, - { - "name": "version" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_open_tries_stream_cursor_value_input", - "inputFields": [ - { - "name": "channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_channel_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "port_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channel_open_tries_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_receiveds", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_coin_receiveds_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_coin_receiveds_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "mode" - }, - { - "name": "receiver" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_receiveds_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_receiveds_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "spender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coin_spents", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coin_spents_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_coin_spents_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "spender", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "spender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "spender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "spender", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_coin_spents_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "mode" - }, - { - "name": "spender" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coin_spents_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "spender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coin_spents_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "minter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_coinbases", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_coinbases_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_coinbases_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "minter", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "minter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "minter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "minter", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_coinbases_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "minter" - }, - { - "name": "mode" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_coinbases_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "minter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_coinbases_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_commissions", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_commissions_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_commissions_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "mode" - }, - { - "name": "validator" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_commissions_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_commissions_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_complete_redelegations", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_complete_redelegations_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_complete_redelegations_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "destination_validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "source_validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "destination_validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "source_validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_complete_redelegations_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "delegator" - }, - { - "name": "denom" - }, - { - "name": "destination_validator" - }, - { - "name": "mode" - }, - { - "name": "source_validator" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_complete_redelegations_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_complete_redelegations_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_acks", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_acks_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_acks_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_max_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_min_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_order_by", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_connection_open_acks_select_column", - "enumValues": [ - { - "name": "client_id" - }, - { - "name": "connection_id" - }, - { - "name": "counterparty_client_id" - }, - { - "name": "counterparty_connection_id" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_acks_stream_cursor_value_input", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_acks_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_open_inits", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_open_inits_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_connection_open_inits_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_max_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_min_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_order_by", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_connection_open_inits_select_column", - "enumValues": [ - { - "name": "client_id" - }, - { - "name": "connection_id" - }, - { - "name": "counterparty_client_id" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_open_inits_stream_cursor_value_input", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "counterparty_client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_open_inits_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_consensus_param_updates", - "fields": [ - { - "name": "abci", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "block", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "evidence", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_consensus_param_updates_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_consensus_param_updates_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_consensus_param_updates", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_consensus_param_updates_aggregate_fields", - "fields": [ - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_consensus_param_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "abci", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "evidence", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_order_by", - "inputFields": [ - { - "name": "abci", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "block", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "evidence", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_consensus_param_updates_select_column", - "enumValues": [ - { - "name": "abci" - }, - { - "name": "block" - }, - { - "name": "evidence" - }, - { - "name": "validator" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_consensus_param_updates_stream_cursor_value_input", - "inputFields": [ - { - "name": "abci", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "block", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "evidence", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_clients", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_create_clients_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "client_type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "consensus_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_max_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_min_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_order_by", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "client_type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "consensus_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_create_clients_select_column", - "enumValues": [ - { - "name": "client_id" - }, - { - "name": "client_type" - }, - { - "name": "consensus_height" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_clients_stream_cursor_value_input", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_clients_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_create_validators", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_create_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_create_validators_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_create_validators_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "msg_index" - }, - { - "name": "validator" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_create_validators_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_create_validators_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_delegates", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_delegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_delegates_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "new_shares", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "new_shares", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_delegates_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "delegator" - }, - { - "name": "denom" - }, - { - "name": "msg_index" - }, - { - "name": "new_shares" - }, - { - "name": "validator" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_delegates_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_delegates_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "new_shares", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators", - "fields": [ - { - "name": "commission_rate", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_edit_validators", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_edit_validators_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_edit_validators_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_avg_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "commission_rate", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "min_self_delegation", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_max_fields", - "fields": [ - { - "name": "commission_rate", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_min_fields", - "fields": [ - { - "name": "commission_rate", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_order_by", - "inputFields": [ - { - "name": "commission_rate", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "min_self_delegation", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_edit_validators_select_column", - "enumValues": [ - { - "name": "commission_rate" - }, - { - "name": "min_self_delegation" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_stddev_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_stddev_pop_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_stddev_samp_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_edit_validators_stream_cursor_value_input", - "inputFields": [ - { - "name": "commission_rate", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_sum_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_var_pop_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_var_samp_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_edit_validators_variance_fields", - "fields": [ - { - "name": "min_self_delegation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "log", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "log_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "removed", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "args": [] - }, - { - "name": "topics", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_logs", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_eth_logs_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_avg_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "log", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "log_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "removed", - "type": { - "kind": "INPUT_OBJECT", - "name": "Boolean_comparison_exp", - "ofType": null - } - }, - { - "name": "topics", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_max_fields", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "log_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_min_fields", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "log_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_order_by", - "inputFields": [ - { - "name": "address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "log", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "log_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "removed", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "topics", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_eth_logs_select_column", - "enumValues": [ - { - "name": "address" - }, - { - "name": "block_hash" - }, - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "hash" - }, - { - "name": "height" - }, - { - "name": "index" - }, - { - "name": "log" - }, - { - "name": "log_index" - }, - { - "name": "removed" - }, - { - "name": "topics" - }, - { - "name": "transaction_hash" - }, - { - "name": "transaction_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_stddev_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_stddev_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_stddev_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_logs_stream_cursor_value_input", - "inputFields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "log", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "log_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "removed", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "topics", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_sum_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_var_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_var_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_logs_variance_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "block_number", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "cumulative_gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "events", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "from", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "logs", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "logs_bloom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "to", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_eth_transactions", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_eth_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_eth_transactions_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_avg_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "block_number", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "cumulative_gas_used", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "from", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "gas_used", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "logs", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "logs_bloom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "to", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_max_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "block_number", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "cumulative_gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "from", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "logs_bloom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "to", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_min_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "block_number", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "cumulative_gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "from", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "logs_bloom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "to", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "block_number", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "cumulative_gas_used", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "from", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "gas_used", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "logs", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "logs_bloom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "status", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "to", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_eth_transactions_select_column", - "enumValues": [ - { - "name": "block_hash" - }, - { - "name": "block_number" - }, - { - "name": "chain_id" - }, - { - "name": "contract_address" - }, - { - "name": "cumulative_gas_used" - }, - { - "name": "events" - }, - { - "name": "from" - }, - { - "name": "gas_used" - }, - { - "name": "hash" - }, - { - "name": "height" - }, - { - "name": "index" - }, - { - "name": "logs" - }, - { - "name": "logs_bloom" - }, - { - "name": "status" - }, - { - "name": "to" - }, - { - "name": "transaction_hash" - }, - { - "name": "transaction_index" - }, - { - "name": "type" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_stddev_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_stddev_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_stddev_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_eth_transactions_stream_cursor_value_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "block_number", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "cumulative_gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "from", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "gas_used", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "logs", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "logs_bloom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "to", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_sum_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_var_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_var_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_eth_transactions_variance_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_events", - "fields": [ - { - "name": "block", - "type": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - }, - "args": [] - }, - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "height", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - "args": [] - }, - { - "name": "transaction", - "type": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_events_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_events_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_bool_exp", - "inputFields": [ - { - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_bool_exp_count", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_bool_exp_count", - "inputFields": [ - { - "name": "arguments", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - }, - { - "name": "predicate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_events_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_events_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_events_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_events_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_events_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_events_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_events_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_events_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_events_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_events_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_avg_order_by", - "ofType": null - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_max_order_by", - "ofType": null - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_min_order_by", - "ofType": null - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_stddev_order_by", - "ofType": null - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_stddev_pop_order_by", - "ofType": null - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_stddev_samp_order_by", - "ofType": null - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_sum_order_by", - "ofType": null - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_var_pop_order_by", - "ofType": null - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_var_samp_order_by", - "ofType": null - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_variance_order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_append_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_arr_rel_insert_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_on_conflict", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_avg_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp", - "ofType": null - } - }, - { - "name": "transaction", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_events_constraint", - "enumValues": [ - { - "name": "events_pkey" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_at_path_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_elem_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_key_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_inc_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_insert_input", - "inputFields": [ - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_obj_rel_insert_input", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_obj_rel_insert_input", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "transaction", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_obj_rel_insert_input", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_max_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_max_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_min_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_min_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_mutation_response", - "fields": [ - { - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "returning", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_on_conflict", - "inputFields": [ - { - "name": "constraint", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_constraint", - "ofType": null - } - } - }, - { - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_update_column", - "ofType": null - } - } - } - }, - "defaultValue": "[]" - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "inputFields": [ - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_pk_columns_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "index", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_prepend_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_events_select_column", - "enumValues": [ - { - "name": "block_hash" - }, - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "height" - }, - { - "name": "index" - }, - { - "name": "time" - }, - { - "name": "transaction_hash" - }, - { - "name": "transaction_index" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_set_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_stddev_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_stddev_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_stddev_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_stream_cursor_value_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_sum_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_events_update_column", - "enumValues": [ - { - "name": "block_hash" - }, - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "height" - }, - { - "name": "index" - }, - { - "name": "time" - }, - { - "name": "transaction_hash" - }, - { - "name": "transaction_index" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_updates", - "inputFields": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_var_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_var_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_events_variance_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "transaction_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_events_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_executes", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_executes_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_executes", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_executes_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_executes_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_executes_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_executes_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_executes_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_executes_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_executes_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_executes_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_executes_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_executes_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_executes_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_executes_max_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_min_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_executes_order_by", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_executes_select_column", - "enumValues": [ - { - "name": "_contract_address" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_executes_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_executes_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_executes_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_executes_stream_cursor_value_input", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_executes_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_executes_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "success", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ibc_packet_receiveds_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "module", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "success", - "type": { - "kind": "INPUT_OBJECT", - "name": "Boolean_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_max_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_min_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_order_by", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "module", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "success", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_ibc_packet_receiveds_select_column", - "enumValues": [ - { - "name": "_contract_address" - }, - { - "name": "module" - }, - { - "name": "msg_index" - }, - { - "name": "success" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ibc_packet_receiveds_stream_cursor_value_input", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "success", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ibc_packet_receiveds_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_instantiates", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_instantiates_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_instantiates_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_avg_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "code_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_max_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_min_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_order_by", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "code_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_instantiates_select_column", - "enumValues": [ - { - "name": "_contract_address" - }, - { - "name": "code_id" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_stddev_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_stddev_pop_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_stddev_samp_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_instantiates_stream_cursor_value_input", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_sum_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_var_pop_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_var_samp_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_instantiates_variance_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "missed_blocks", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_livenesses", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_livenesses_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_livenesses_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_avg_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "missed_blocks", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_max_fields", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "missed_blocks", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_min_fields", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "missed_blocks", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_order_by", - "inputFields": [ - { - "name": "address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "missed_blocks", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_livenesses_select_column", - "enumValues": [ - { - "name": "address" - }, - { - "name": "height" - }, - { - "name": "missed_blocks" - }, - { - "name": "mode" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_stddev_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_stddev_pop_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_stddev_samp_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_livenesses_stream_cursor_value_input", - "inputFields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "missed_blocks", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_sum_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_var_pop_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_var_samp_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_livenesses_variance_fields", - "fields": [ - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_logs", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "height", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_logs_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_logs_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_aggregate_bool_exp", - "inputFields": [ - { - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_aggregate_bool_exp_count", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_aggregate_bool_exp_count", - "inputFields": [ - { - "name": "arguments", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - }, - { - "name": "predicate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_logs_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_logs_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_logs_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_logs_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_logs_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_logs_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_logs_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_logs_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_logs_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_logs_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_avg_order_by", - "ofType": null - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_max_order_by", - "ofType": null - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_min_order_by", - "ofType": null - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stddev_order_by", - "ofType": null - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stddev_pop_order_by", - "ofType": null - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stddev_samp_order_by", - "ofType": null - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_sum_order_by", - "ofType": null - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_var_pop_order_by", - "ofType": null - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_var_samp_order_by", - "ofType": null - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_variance_order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_append_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_arr_rel_insert_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_on_conflict", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_avg_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_logs_constraint", - "enumValues": [ - { - "name": "logs_pkey" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_at_path_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_elem_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_key_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_inc_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_insert_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_obj_rel_insert_input", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_max_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_max_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_min_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_min_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_mutation_response", - "fields": [ - { - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "returning", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_logs", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_on_conflict", - "inputFields": [ - { - "name": "constraint", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_constraint", - "ofType": null - } - } - }, - { - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_logs_update_column", - "ofType": null - } - } - } - }, - "defaultValue": "[]" - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_pk_columns_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_prepend_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_logs_select_column", - "enumValues": [ - { - "name": "block_hash" - }, - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "height" - }, - { - "name": "time" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_set_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_stddev_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_stddev_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_stddev_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_stream_cursor_value_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_sum_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_logs_update_column", - "enumValues": [ - { - "name": "block_hash" - }, - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "height" - }, - { - "name": "time" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_updates", - "inputFields": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_logs_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_var_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_var_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_logs_variance_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_logs_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_messages", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_messages_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_messages_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_messages", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_messages_aggregate_fields", - "fields": [ - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_messages_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_messages_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_messages_min_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_messages_max_fields", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_messages_min_fields", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_messages_order_by", - "inputFields": [ - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_messages_select_column", - "enumValues": [ - { - "name": "mode" - }, - { - "name": "sender" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_messages_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_messages_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_messages_stream_cursor_value_input", - "inputFields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_mints", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_mints_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_mints", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_mints_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_mints_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_mints_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_mints_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_mints_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_mints_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_mints_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_mints_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_mints_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_mints_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_mints_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "annual_provisions", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "bonded_ratio", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "inflation", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_mints_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_mints_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "annual_provisions", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "bonded_ratio", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "inflation", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_mints_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "annual_provisions" - }, - { - "name": "bonded_ratio" - }, - { - "name": "inflation" - }, - { - "name": "mode" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_mints_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_mints_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_mints_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_mints_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_mints_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_mints_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "annual_provisions", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "bonded_ratio", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "inflation", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_deposits", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_deposits_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_deposits_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_proposal_deposits_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "msg_index" - }, - { - "name": "proposal_id" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_deposits_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_deposits_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "option", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "voter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_proposal_votes", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_proposal_votes_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_proposal_votes_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "option", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "voter", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_max_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "option", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "voter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_min_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "option", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "voter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_order_by", - "inputFields": [ - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "option", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "voter", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_proposal_votes_select_column", - "enumValues": [ - { - "name": "msg_index" - }, - { - "name": "option" - }, - { - "name": "proposal_id" - }, - { - "name": "voter" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_proposal_votes_stream_cursor_value_input", - "inputFields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "option", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "voter", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_proposal_votes_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_recv_packets", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_recv_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_recv_packets_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_data_hex", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_max_fields", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_min_fields", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_order_by", - "inputFields": [ - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_data", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_data_hex", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_recv_packets_select_column", - "enumValues": [ - { - "name": "connection_id" - }, - { - "name": "msg_index" - }, - { - "name": "packet_channel_ordering" - }, - { - "name": "packet_connection" - }, - { - "name": "packet_data" - }, - { - "name": "packet_data_hex" - }, - { - "name": "packet_dst_channel" - }, - { - "name": "packet_dst_port" - }, - { - "name": "packet_sequence" - }, - { - "name": "packet_src_channel" - }, - { - "name": "packet_src_port" - }, - { - "name": "packet_timeout_height" - }, - { - "name": "packet_timeout_timestamp" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_recv_packets_stream_cursor_value_input", - "inputFields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_recv_packets_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "completion_time", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_redelegates", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_redelegates_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_redelegates_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "completion_time", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "destination_validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "source_validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "completion_time", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "completion_time", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "completion_time", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "destination_validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "source_validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_redelegates_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "completion_time" - }, - { - "name": "denom" - }, - { - "name": "destination_validator" - }, - { - "name": "msg_index" - }, - { - "name": "source_validator" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_redelegates_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "completion_time", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "destination_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "source_validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_redelegates_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_replies_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_replies", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_replies_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_replies_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_replies_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_replies_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_replies_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_replies_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_replies_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_replies_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_replies_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_replies_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_replies_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_replies_max_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_min_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_replies_order_by", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_replies_select_column", - "enumValues": [ - { - "name": "_contract_address" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_replies_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_replies_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_replies_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_replies_stream_cursor_value_input", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_replies_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_replies_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rewardses", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_rewardses_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_rewardses_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "mode" - }, - { - "name": "validator" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rewardses_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rewardses_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_send_packets", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_send_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_send_packets_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_data_hex", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_max_fields", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_min_fields", - "fields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_order_by", - "inputFields": [ - { - "name": "connection_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_data", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_data_hex", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_send_packets_select_column", - "enumValues": [ - { - "name": "connection_id" - }, - { - "name": "msg_index" - }, - { - "name": "packet_channel_ordering" - }, - { - "name": "packet_connection" - }, - { - "name": "packet_data" - }, - { - "name": "packet_data_hex" - }, - { - "name": "packet_dst_channel" - }, - { - "name": "packet_dst_port" - }, - { - "name": "packet_sequence" - }, - { - "name": "packet_src_channel" - }, - { - "name": "packet_src_port" - }, - { - "name": "packet_timeout_height" - }, - { - "name": "packet_timeout_timestamp" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_send_packets_stream_cursor_value_input", - "inputFields": [ - { - "name": "connection_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "packet_channel_ordering", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_connection", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_data_hex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_dst_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_dst_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "packet_src_channel", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_src_port", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_timeout_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_send_packets_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_sequence", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "packet_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "jailed", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "reason", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_slashes", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_slashes_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_slashes_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_avg_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "burned_coins", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "jailed", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "power", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "reason", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_max_fields", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "jailed", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "reason", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_min_fields", - "fields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "jailed", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "reason", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_order_by", - "inputFields": [ - { - "name": "address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "burned_coins", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "jailed", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "power", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "reason", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_slashes_select_column", - "enumValues": [ - { - "name": "address" - }, - { - "name": "burned_coins" - }, - { - "name": "jailed" - }, - { - "name": "mode" - }, - { - "name": "power" - }, - { - "name": "reason" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_stddev_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_stddev_pop_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_stddev_samp_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_slashes_stream_cursor_value_input", - "inputFields": [ - { - "name": "address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "jailed", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "reason", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_sum_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_var_pop_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_var_samp_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_slashes_variance_fields", - "fields": [ - { - "name": "burned_coins", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes", - "fields": [ - { - "name": "code_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_codes", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_store_codes_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_avg_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "code_checksum", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "code_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_max_fields", - "fields": [ - { - "name": "code_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_min_fields", - "fields": [ - { - "name": "code_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_order_by", - "inputFields": [ - { - "name": "code_checksum", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "code_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_store_codes_select_column", - "enumValues": [ - { - "name": "code_checksum" - }, - { - "name": "code_id" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_stddev_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_stddev_pop_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_stddev_samp_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_codes_stream_cursor_value_input", - "inputFields": [ - { - "name": "code_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_sum_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_var_pop_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_var_samp_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_codes_variance_fields", - "fields": [ - { - "name": "code_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_wasm_codes", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "wasm_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_aggregate_fields", - "fields": [ - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_store_wasm_codes_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_min_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "wasm_checksum", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_max_fields", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "wasm_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_store_wasm_codes_min_fields", - "fields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "wasm_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_order_by", - "inputFields": [ - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "wasm_checksum", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_store_wasm_codes_select_column", - "enumValues": [ - { - "name": "mode" - }, - { - "name": "wasm_checksum" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_store_wasm_codes_stream_cursor_value_input", - "inputFields": [ - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "wasm_checksum", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_messages", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_submit_proposals", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_submit_proposals_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_submit_proposals_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "proposal_messages", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "voting_period_start", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_max_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_messages", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_min_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_messages", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_order_by", - "inputFields": [ - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "proposal_messages", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "voting_period_start", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_submit_proposals_select_column", - "enumValues": [ - { - "name": "msg_index" - }, - { - "name": "proposal_id" - }, - { - "name": "proposal_messages" - }, - { - "name": "voting_period_start" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_submit_proposals_stream_cursor_value_input", - "inputFields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "proposal_messages", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_submit_proposals_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "proposal_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "voting_period_start", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transactions", - "fields": [ - { - "name": "block", - "type": { - "kind": "OBJECT", - "name": "v0_blocks", - "ofType": null - }, - "args": [] - }, - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains", - "ofType": null - } - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "name": "events", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events", - "ofType": null - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "events_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_events_aggregate", - "ofType": null - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_events_select_column", - "ofType": null - } - } - } - }, - { - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "order_by", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_events_order_by", - "ofType": null - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - } - ] - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_bool_exp", - "inputFields": [ - { - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_bool_exp_count", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_bool_exp_count", - "inputFields": [ - { - "name": "arguments", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - }, - { - "name": "predicate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_transactions_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_avg_order_by", - "ofType": null - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_max_order_by", - "ofType": null - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_min_order_by", - "ofType": null - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_order_by", - "ofType": null - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_pop_order_by", - "ofType": null - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_samp_order_by", - "ofType": null - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_sum_order_by", - "ofType": null - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_pop_order_by", - "ofType": null - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_samp_order_by", - "ofType": null - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_variance_order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_append_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_arr_rel_insert_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_insert_input", - "ofType": null - } - } - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_on_conflict", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_avg_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_bool_exp", - "ofType": null - } - }, - { - "name": "events_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_bool_exp", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_transactions_constraint", - "enumValues": [ - { - "name": "transactions_pkey" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_at_path_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_elem_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_key_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_inc_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_insert_input", - "inputFields": [ - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_obj_rel_insert_input", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_obj_rel_insert_input", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "events", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_arr_rel_insert_input", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_max_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_max_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_min_fields", - "fields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_min_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_mutation_response", - "fields": [ - { - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [] - }, - { - "name": "returning", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_obj_rel_insert_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_insert_input", - "ofType": null - } - } - }, - { - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_on_conflict", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_on_conflict", - "inputFields": [ - { - "name": "constraint", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_constraint", - "ofType": null - } - } - }, - { - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_update_column", - "ofType": null - } - } - } - }, - "defaultValue": "[]" - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "inputFields": [ - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "ofType": null - } - }, - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "events_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_events_aggregate_order_by", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_pk_columns_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_prepend_input", - "inputFields": [ - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "enumValues": [ - { - "name": "block_hash" - }, - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "hash" - }, - { - "name": "height" - }, - { - "name": "index" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_set_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_stddev_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_stddev_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_stddev_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stream_cursor_value_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_sum_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_transactions_update_column", - "enumValues": [ - { - "name": "block_hash" - }, - { - "name": "chain_id" - }, - { - "name": "data" - }, - { - "name": "hash" - }, - { - "name": "height" - }, - { - "name": "index" - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_updates", - "inputFields": [ - { - "name": "_append", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_append_input", - "ofType": null - } - }, - { - "name": "_delete_at_path", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_at_path_input", - "ofType": null - } - }, - { - "name": "_delete_elem", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_elem_input", - "ofType": null - } - }, - { - "name": "_delete_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_delete_key_input", - "ofType": null - } - }, - { - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_inc_input", - "ofType": null - } - }, - { - "name": "_prepend", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_prepend_input", - "ofType": null - } - }, - { - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_set_input", - "ofType": null - } - }, - { - "name": "where", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "ofType": null - } - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_var_pop_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_var_samp_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transactions_variance_fields", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transfers", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "recipient", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "recipient", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "recipient", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "recipient", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "recipient", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_transfers_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "mode" - }, - { - "name": "recipient" - }, - { - "name": "sender" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "mode", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "recipient", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_heights", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "header", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_update_clients", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_update_clients_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_update_clients_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "client_type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "consensus_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "consensus_heights", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "header", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_max_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_heights", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "header", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_min_fields", - "fields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "consensus_heights", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "header", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_order_by", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "client_type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "consensus_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "consensus_heights", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "header", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_update_clients_select_column", - "enumValues": [ - { - "name": "client_id" - }, - { - "name": "client_type" - }, - { - "name": "consensus_height" - }, - { - "name": "consensus_heights" - }, - { - "name": "header" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_update_clients_stream_cursor_value_input", - "inputFields": [ - { - "name": "client_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "client_type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "consensus_height", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "consensus_heights", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "header", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_update_clients_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "pub_key", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_validator_updates", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_validator_updates_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_validator_updates_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_avg_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "power", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "pub_key", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_max_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_min_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_order_by", - "inputFields": [ - { - "name": "power", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "pub_key", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_validator_updates_select_column", - "enumValues": [ - { - "name": "power" - }, - { - "name": "pub_key" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_stddev_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_stddev_pop_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_stddev_samp_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_validator_updates_stream_cursor_value_input", - "inputFields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "pub_key", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_sum_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_var_pop_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_var_samp_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_validator_updates_variance_fields", - "fields": [ - { - "name": "power", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "acknowledgement", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "error", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "success", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_fungible_token_packets_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "acknowledgement", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "error", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "module", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "success", - "type": { - "kind": "INPUT_OBJECT", - "name": "Boolean_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_max_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "acknowledgement", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "error", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_min_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "acknowledgement", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "error", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_order_by", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "acknowledgement", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "error", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "module", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "success", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_wasm_fungible_token_packets_select_column", - "enumValues": [ - { - "name": "_contract_address" - }, - { - "name": "acknowledgement" - }, - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "error" - }, - { - "name": "module" - }, - { - "name": "msg_index" - }, - { - "name": "receiver" - }, - { - "name": "sender" - }, - { - "name": "success" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_fungible_token_packets_stream_cursor_value_input", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "acknowledgement", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "error", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "success", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_fungible_token_packets_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_ibc_transfers_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_max_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_min_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_order_by", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_wasm_ibc_transfers_select_column", - "enumValues": [ - { - "name": "_contract_address" - }, - { - "name": "denom" - }, - { - "name": "msg_index" - }, - { - "name": "receiver" - }, - { - "name": "sender" - }, - { - "name": "value" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_ibc_transfers_stream_cursor_value_input", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "sender", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_ibc_transfers_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "value", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_wasm_message", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_wasm_message_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_wasm_message_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_avg_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_contract_address", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "module", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_max_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_min_fields", - "fields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_order_by", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "module", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_wasm_message_select_column", - "enumValues": [ - { - "name": "_contract_address" - }, - { - "name": "module" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_stddev_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_stddev_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_stddev_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_wasm_message_stream_cursor_value_input", - "inputFields": [ - { - "name": "_contract_address", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "module", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_sum_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_var_pop_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_var_samp_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_wasm_message_variance_fields", - "fields": [ - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_commissions_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_withdraw_commissions_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "denom" - }, - { - "name": "msg_index" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_commissions_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_commissions_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_aggregate_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses", - "ofType": null - } - } - } - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_avg_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_withdraw_rewardses_select_column", - "ofType": null - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ] - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_max_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_min_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_stddev_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_stddev_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_stddev_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_sum_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_var_pop_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_var_samp_fields", - "ofType": null - }, - "args": [] - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_variance_fields", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_avg_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_bool_exp", - "ofType": null - } - } - } - }, - { - "name": "amount", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_max_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_min_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_order_by", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ] - }, - { - "kind": "ENUM", - "name": "v0_withdraw_rewardses_select_column", - "enumValues": [ - { - "name": "amount" - }, - { - "name": "delegator" - }, - { - "name": "denom" - }, - { - "name": "msg_index" - }, - { - "name": "validator" - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_stddev_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_stddev_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_stddev_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_withdraw_rewardses_stream_cursor_value_input", - "inputFields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "name": "delegator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "denom", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "name": "validator", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_sum_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_var_pop_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_var_samp_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_withdraw_rewardses_variance_fields", - "fields": [ - { - "name": "amount", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - }, - { - "name": "msg_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "args": [] - } - ], - "interfaces": [] - } - ], - "directives": [] - } + name: never; + query: 'query_root'; + mutation: 'mutation_root'; + subscription: 'subscription_root'; + types: { + 'Address': unknown; + 'Boolean': unknown; + 'Boolean_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; }; defaultValue: null }]; }; + 'Configuration': { kind: 'OBJECT'; name: 'Configuration'; fields: { 'amountSend': { name: 'amountSend'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'chainId': { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'denom': { name: 'denom'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'feeAmount': { name: 'feeAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'gasLimit': { name: 'gasLimit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UInt64'; ofType: null; }; } }; 'memo': { name: 'memo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'prefix': { name: 'prefix'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; + 'Float': unknown; + 'Int': unknown; + 'Int_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; }; defaultValue: null }]; }; + 'Long': unknown; + 'SendInput': { kind: 'INPUT_OBJECT'; name: 'SendInput'; inputFields: [{ name: 'captchaToken'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'toAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Address'; ofType: null; }; }; defaultValue: null }]; }; + 'String': unknown; + 'String_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_ilike'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: '_iregex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_like'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nilike'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: '_niregex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nlike'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nregex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_nsimilar'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_regex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_similar'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'TxResponse': { kind: 'OBJECT'; name: 'TxResponse'; fields: { 'code': { name: 'code'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'gasUsed': { name: 'gasUsed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'gasWanted': { name: 'gasWanted'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'rawLog': { name: 'rawLog'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'UInt64': unknown; + 'Void': unknown; + 'bigint': unknown; + 'bigint_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; }; }; defaultValue: null }]; }; + 'cursor_ordering': { name: 'cursor_ordering'; enumValues: 'ASC' | 'DESC'; }; + 'jsonb': unknown; + 'jsonb_cast_exp': { kind: 'INPUT_OBJECT'; name: 'jsonb_cast_exp'; inputFields: [{ name: 'String'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'jsonb_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; inputFields: [{ name: '_cast'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_cast_exp'; ofType: null; }; defaultValue: null }, { name: '_contained_in'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_contains'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_eq'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_has_key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: '_has_keys_all'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: '_has_keys_any'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; }; }; defaultValue: null }]; }; + 'mutation_root': { kind: 'OBJECT'; name: 'mutation_root'; fields: { 'delete_v0_abis': { name: 'delete_v0_abis'; type: { kind: 'OBJECT'; name: 'v0_abis_mutation_response'; ofType: null; } }; 'delete_v0_abis_by_pk': { name: 'delete_v0_abis_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; } }; 'delete_v0_abis_json': { name: 'delete_v0_abis_json'; type: { kind: 'OBJECT'; name: 'v0_abis_json_mutation_response'; ofType: null; } }; 'delete_v0_abis_json_by_pk': { name: 'delete_v0_abis_json_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; } }; 'delete_v0_acknowledge_packets': { name: 'delete_v0_acknowledge_packets'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_mutation_response'; ofType: null; } }; 'delete_v0_active_proposals': { name: 'delete_v0_active_proposals'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_mutation_response'; ofType: null; } }; 'delete_v0_blocks': { name: 'delete_v0_blocks'; type: { kind: 'OBJECT'; name: 'v0_blocks_mutation_response'; ofType: null; } }; 'delete_v0_blocks_by_pk': { name: 'delete_v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'delete_v0_burns': { name: 'delete_v0_burns'; type: { kind: 'OBJECT'; name: 'v0_burns_mutation_response'; ofType: null; } }; 'delete_v0_chains': { name: 'delete_v0_chains'; type: { kind: 'OBJECT'; name: 'v0_chains_mutation_response'; ofType: null; } }; 'delete_v0_chains_by_pk': { name: 'delete_v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'delete_v0_channel_open_acks': { name: 'delete_v0_channel_open_acks'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_mutation_response'; ofType: null; } }; 'delete_v0_channel_open_confirms': { name: 'delete_v0_channel_open_confirms'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_mutation_response'; ofType: null; } }; 'delete_v0_channel_open_inits': { name: 'delete_v0_channel_open_inits'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_mutation_response'; ofType: null; } }; 'delete_v0_channel_open_tries': { name: 'delete_v0_channel_open_tries'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_mutation_response'; ofType: null; } }; 'delete_v0_coin_receiveds': { name: 'delete_v0_coin_receiveds'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_mutation_response'; ofType: null; } }; 'delete_v0_coin_spents': { name: 'delete_v0_coin_spents'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_mutation_response'; ofType: null; } }; 'delete_v0_coinbases': { name: 'delete_v0_coinbases'; type: { kind: 'OBJECT'; name: 'v0_coinbases_mutation_response'; ofType: null; } }; 'delete_v0_commissions': { name: 'delete_v0_commissions'; type: { kind: 'OBJECT'; name: 'v0_commissions_mutation_response'; ofType: null; } }; 'delete_v0_complete_redelegations': { name: 'delete_v0_complete_redelegations'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_mutation_response'; ofType: null; } }; 'delete_v0_connection_open_acks': { name: 'delete_v0_connection_open_acks'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_mutation_response'; ofType: null; } }; 'delete_v0_connection_open_inits': { name: 'delete_v0_connection_open_inits'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_mutation_response'; ofType: null; } }; 'delete_v0_connections': { name: 'delete_v0_connections'; type: { kind: 'OBJECT'; name: 'v0_connections_mutation_response'; ofType: null; } }; 'delete_v0_connections_by_pk': { name: 'delete_v0_connections_by_pk'; type: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; } }; 'delete_v0_consensus_param_updates': { name: 'delete_v0_consensus_param_updates'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_mutation_response'; ofType: null; } }; 'delete_v0_contracts': { name: 'delete_v0_contracts'; type: { kind: 'OBJECT'; name: 'v0_contracts_mutation_response'; ofType: null; } }; 'delete_v0_contracts_by_pk': { name: 'delete_v0_contracts_by_pk'; type: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; } }; 'delete_v0_create_clients': { name: 'delete_v0_create_clients'; type: { kind: 'OBJECT'; name: 'v0_create_clients_mutation_response'; ofType: null; } }; 'delete_v0_create_validators': { name: 'delete_v0_create_validators'; type: { kind: 'OBJECT'; name: 'v0_create_validators_mutation_response'; ofType: null; } }; 'delete_v0_delegates': { name: 'delete_v0_delegates'; type: { kind: 'OBJECT'; name: 'v0_delegates_mutation_response'; ofType: null; } }; 'delete_v0_edit_validators': { name: 'delete_v0_edit_validators'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_mutation_response'; ofType: null; } }; 'delete_v0_eth_logs_abis_imv': { name: 'delete_v0_eth_logs_abis_imv'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_mutation_response'; ofType: null; } }; 'delete_v0_events': { name: 'delete_v0_events'; type: { kind: 'OBJECT'; name: 'v0_events_mutation_response'; ofType: null; } }; 'delete_v0_events_by_pk': { name: 'delete_v0_events_by_pk'; type: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; } }; 'delete_v0_evm_acknowledge_packet': { name: 'delete_v0_evm_acknowledge_packet'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_mutation_response'; ofType: null; } }; 'delete_v0_evm_channel_open_ack': { name: 'delete_v0_evm_channel_open_ack'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_mutation_response'; ofType: null; } }; 'delete_v0_evm_channel_open_confirm': { name: 'delete_v0_evm_channel_open_confirm'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_mutation_response'; ofType: null; } }; 'delete_v0_evm_channel_open_init': { name: 'delete_v0_evm_channel_open_init'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_mutation_response'; ofType: null; } }; 'delete_v0_evm_channel_open_try': { name: 'delete_v0_evm_channel_open_try'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_mutation_response'; ofType: null; } }; 'delete_v0_evm_client_created': { name: 'delete_v0_evm_client_created'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_mutation_response'; ofType: null; } }; 'delete_v0_evm_client_registered': { name: 'delete_v0_evm_client_registered'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_mutation_response'; ofType: null; } }; 'delete_v0_evm_client_updated': { name: 'delete_v0_evm_client_updated'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_mutation_response'; ofType: null; } }; 'delete_v0_evm_connection_open_try': { name: 'delete_v0_evm_connection_open_try'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_mutation_response'; ofType: null; } }; 'delete_v0_evm_logs_imv': { name: 'delete_v0_evm_logs_imv'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_mutation_response'; ofType: null; } }; 'delete_v0_evm_write_acknowledgement': { name: 'delete_v0_evm_write_acknowledgement'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_mutation_response'; ofType: null; } }; 'delete_v0_executes': { name: 'delete_v0_executes'; type: { kind: 'OBJECT'; name: 'v0_executes_mutation_response'; ofType: null; } }; 'delete_v0_ibc_packet_receiveds': { name: 'delete_v0_ibc_packet_receiveds'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_mutation_response'; ofType: null; } }; 'delete_v0_instantiates': { name: 'delete_v0_instantiates'; type: { kind: 'OBJECT'; name: 'v0_instantiates_mutation_response'; ofType: null; } }; 'delete_v0_livenesses': { name: 'delete_v0_livenesses'; type: { kind: 'OBJECT'; name: 'v0_livenesses_mutation_response'; ofType: null; } }; 'delete_v0_logs': { name: 'delete_v0_logs'; type: { kind: 'OBJECT'; name: 'v0_logs_mutation_response'; ofType: null; } }; 'delete_v0_logs_by_pk': { name: 'delete_v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'delete_v0_messages': { name: 'delete_v0_messages'; type: { kind: 'OBJECT'; name: 'v0_messages_mutation_response'; ofType: null; } }; 'delete_v0_mints': { name: 'delete_v0_mints'; type: { kind: 'OBJECT'; name: 'v0_mints_mutation_response'; ofType: null; } }; 'delete_v0_proposal_deposits': { name: 'delete_v0_proposal_deposits'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_mutation_response'; ofType: null; } }; 'delete_v0_proposal_votes': { name: 'delete_v0_proposal_votes'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_mutation_response'; ofType: null; } }; 'delete_v0_recv_packets': { name: 'delete_v0_recv_packets'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_mutation_response'; ofType: null; } }; 'delete_v0_redelegates': { name: 'delete_v0_redelegates'; type: { kind: 'OBJECT'; name: 'v0_redelegates_mutation_response'; ofType: null; } }; 'delete_v0_replies': { name: 'delete_v0_replies'; type: { kind: 'OBJECT'; name: 'v0_replies_mutation_response'; ofType: null; } }; 'delete_v0_rewardses': { name: 'delete_v0_rewardses'; type: { kind: 'OBJECT'; name: 'v0_rewardses_mutation_response'; ofType: null; } }; 'delete_v0_send_packets': { name: 'delete_v0_send_packets'; type: { kind: 'OBJECT'; name: 'v0_send_packets_mutation_response'; ofType: null; } }; 'delete_v0_slashes': { name: 'delete_v0_slashes'; type: { kind: 'OBJECT'; name: 'v0_slashes_mutation_response'; ofType: null; } }; 'delete_v0_store_codes': { name: 'delete_v0_store_codes'; type: { kind: 'OBJECT'; name: 'v0_store_codes_mutation_response'; ofType: null; } }; 'delete_v0_store_wasm_codes': { name: 'delete_v0_store_wasm_codes'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_mutation_response'; ofType: null; } }; 'delete_v0_transactions': { name: 'delete_v0_transactions'; type: { kind: 'OBJECT'; name: 'v0_transactions_mutation_response'; ofType: null; } }; 'delete_v0_transactions_by_pk': { name: 'delete_v0_transactions_by_pk'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'delete_v0_transfers': { name: 'delete_v0_transfers'; type: { kind: 'OBJECT'; name: 'v0_transfers_mutation_response'; ofType: null; } }; 'delete_v0_update_clients': { name: 'delete_v0_update_clients'; type: { kind: 'OBJECT'; name: 'v0_update_clients_mutation_response'; ofType: null; } }; 'delete_v0_validator_updates': { name: 'delete_v0_validator_updates'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_mutation_response'; ofType: null; } }; 'delete_v0_wasm_ibc_transfers': { name: 'delete_v0_wasm_ibc_transfers'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_mutation_response'; ofType: null; } }; 'delete_v0_wasm_message': { name: 'delete_v0_wasm_message'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_mutation_response'; ofType: null; } }; 'delete_v0_withdraw_commissions': { name: 'delete_v0_withdraw_commissions'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_mutation_response'; ofType: null; } }; 'delete_v0_withdraw_rewardses': { name: 'delete_v0_withdraw_rewardses'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_mutation_response'; ofType: null; } }; 'insert_v0_abis': { name: 'insert_v0_abis'; type: { kind: 'OBJECT'; name: 'v0_abis_mutation_response'; ofType: null; } }; 'insert_v0_abis_json': { name: 'insert_v0_abis_json'; type: { kind: 'OBJECT'; name: 'v0_abis_json_mutation_response'; ofType: null; } }; 'insert_v0_abis_json_one': { name: 'insert_v0_abis_json_one'; type: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; } }; 'insert_v0_abis_one': { name: 'insert_v0_abis_one'; type: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; } }; 'insert_v0_acknowledge_packets': { name: 'insert_v0_acknowledge_packets'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_mutation_response'; ofType: null; } }; 'insert_v0_acknowledge_packets_one': { name: 'insert_v0_acknowledge_packets_one'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets'; ofType: null; } }; 'insert_v0_active_proposals': { name: 'insert_v0_active_proposals'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_mutation_response'; ofType: null; } }; 'insert_v0_active_proposals_one': { name: 'insert_v0_active_proposals_one'; type: { kind: 'OBJECT'; name: 'v0_active_proposals'; ofType: null; } }; 'insert_v0_blocks': { name: 'insert_v0_blocks'; type: { kind: 'OBJECT'; name: 'v0_blocks_mutation_response'; ofType: null; } }; 'insert_v0_blocks_one': { name: 'insert_v0_blocks_one'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'insert_v0_burns': { name: 'insert_v0_burns'; type: { kind: 'OBJECT'; name: 'v0_burns_mutation_response'; ofType: null; } }; 'insert_v0_burns_one': { name: 'insert_v0_burns_one'; type: { kind: 'OBJECT'; name: 'v0_burns'; ofType: null; } }; 'insert_v0_chains': { name: 'insert_v0_chains'; type: { kind: 'OBJECT'; name: 'v0_chains_mutation_response'; ofType: null; } }; 'insert_v0_chains_one': { name: 'insert_v0_chains_one'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'insert_v0_channel_open_acks': { name: 'insert_v0_channel_open_acks'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_mutation_response'; ofType: null; } }; 'insert_v0_channel_open_acks_one': { name: 'insert_v0_channel_open_acks_one'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks'; ofType: null; } }; 'insert_v0_channel_open_confirms': { name: 'insert_v0_channel_open_confirms'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_mutation_response'; ofType: null; } }; 'insert_v0_channel_open_confirms_one': { name: 'insert_v0_channel_open_confirms_one'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms'; ofType: null; } }; 'insert_v0_channel_open_inits': { name: 'insert_v0_channel_open_inits'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_mutation_response'; ofType: null; } }; 'insert_v0_channel_open_inits_one': { name: 'insert_v0_channel_open_inits_one'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits'; ofType: null; } }; 'insert_v0_channel_open_tries': { name: 'insert_v0_channel_open_tries'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_mutation_response'; ofType: null; } }; 'insert_v0_channel_open_tries_one': { name: 'insert_v0_channel_open_tries_one'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries'; ofType: null; } }; 'insert_v0_coin_receiveds': { name: 'insert_v0_coin_receiveds'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_mutation_response'; ofType: null; } }; 'insert_v0_coin_receiveds_one': { name: 'insert_v0_coin_receiveds_one'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds'; ofType: null; } }; 'insert_v0_coin_spents': { name: 'insert_v0_coin_spents'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_mutation_response'; ofType: null; } }; 'insert_v0_coin_spents_one': { name: 'insert_v0_coin_spents_one'; type: { kind: 'OBJECT'; name: 'v0_coin_spents'; ofType: null; } }; 'insert_v0_coinbases': { name: 'insert_v0_coinbases'; type: { kind: 'OBJECT'; name: 'v0_coinbases_mutation_response'; ofType: null; } }; 'insert_v0_coinbases_one': { name: 'insert_v0_coinbases_one'; type: { kind: 'OBJECT'; name: 'v0_coinbases'; ofType: null; } }; 'insert_v0_commissions': { name: 'insert_v0_commissions'; type: { kind: 'OBJECT'; name: 'v0_commissions_mutation_response'; ofType: null; } }; 'insert_v0_commissions_one': { name: 'insert_v0_commissions_one'; type: { kind: 'OBJECT'; name: 'v0_commissions'; ofType: null; } }; 'insert_v0_complete_redelegations': { name: 'insert_v0_complete_redelegations'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_mutation_response'; ofType: null; } }; 'insert_v0_complete_redelegations_one': { name: 'insert_v0_complete_redelegations_one'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations'; ofType: null; } }; 'insert_v0_connection_open_acks': { name: 'insert_v0_connection_open_acks'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_mutation_response'; ofType: null; } }; 'insert_v0_connection_open_acks_one': { name: 'insert_v0_connection_open_acks_one'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks'; ofType: null; } }; 'insert_v0_connection_open_inits': { name: 'insert_v0_connection_open_inits'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_mutation_response'; ofType: null; } }; 'insert_v0_connection_open_inits_one': { name: 'insert_v0_connection_open_inits_one'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits'; ofType: null; } }; 'insert_v0_connections': { name: 'insert_v0_connections'; type: { kind: 'OBJECT'; name: 'v0_connections_mutation_response'; ofType: null; } }; 'insert_v0_connections_one': { name: 'insert_v0_connections_one'; type: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; } }; 'insert_v0_consensus_param_updates': { name: 'insert_v0_consensus_param_updates'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_mutation_response'; ofType: null; } }; 'insert_v0_consensus_param_updates_one': { name: 'insert_v0_consensus_param_updates_one'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates'; ofType: null; } }; 'insert_v0_contracts': { name: 'insert_v0_contracts'; type: { kind: 'OBJECT'; name: 'v0_contracts_mutation_response'; ofType: null; } }; 'insert_v0_contracts_one': { name: 'insert_v0_contracts_one'; type: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; } }; 'insert_v0_create_clients': { name: 'insert_v0_create_clients'; type: { kind: 'OBJECT'; name: 'v0_create_clients_mutation_response'; ofType: null; } }; 'insert_v0_create_clients_one': { name: 'insert_v0_create_clients_one'; type: { kind: 'OBJECT'; name: 'v0_create_clients'; ofType: null; } }; 'insert_v0_create_validators': { name: 'insert_v0_create_validators'; type: { kind: 'OBJECT'; name: 'v0_create_validators_mutation_response'; ofType: null; } }; 'insert_v0_create_validators_one': { name: 'insert_v0_create_validators_one'; type: { kind: 'OBJECT'; name: 'v0_create_validators'; ofType: null; } }; 'insert_v0_delegates': { name: 'insert_v0_delegates'; type: { kind: 'OBJECT'; name: 'v0_delegates_mutation_response'; ofType: null; } }; 'insert_v0_delegates_one': { name: 'insert_v0_delegates_one'; type: { kind: 'OBJECT'; name: 'v0_delegates'; ofType: null; } }; 'insert_v0_edit_validators': { name: 'insert_v0_edit_validators'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_mutation_response'; ofType: null; } }; 'insert_v0_edit_validators_one': { name: 'insert_v0_edit_validators_one'; type: { kind: 'OBJECT'; name: 'v0_edit_validators'; ofType: null; } }; 'insert_v0_eth_logs_abis_imv': { name: 'insert_v0_eth_logs_abis_imv'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_mutation_response'; ofType: null; } }; 'insert_v0_eth_logs_abis_imv_one': { name: 'insert_v0_eth_logs_abis_imv_one'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv'; ofType: null; } }; 'insert_v0_events': { name: 'insert_v0_events'; type: { kind: 'OBJECT'; name: 'v0_events_mutation_response'; ofType: null; } }; 'insert_v0_events_one': { name: 'insert_v0_events_one'; type: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; } }; 'insert_v0_evm_acknowledge_packet': { name: 'insert_v0_evm_acknowledge_packet'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_mutation_response'; ofType: null; } }; 'insert_v0_evm_acknowledge_packet_one': { name: 'insert_v0_evm_acknowledge_packet_one'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet'; ofType: null; } }; 'insert_v0_evm_channel_open_ack': { name: 'insert_v0_evm_channel_open_ack'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_mutation_response'; ofType: null; } }; 'insert_v0_evm_channel_open_ack_one': { name: 'insert_v0_evm_channel_open_ack_one'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack'; ofType: null; } }; 'insert_v0_evm_channel_open_confirm': { name: 'insert_v0_evm_channel_open_confirm'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_mutation_response'; ofType: null; } }; 'insert_v0_evm_channel_open_confirm_one': { name: 'insert_v0_evm_channel_open_confirm_one'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm'; ofType: null; } }; 'insert_v0_evm_channel_open_init': { name: 'insert_v0_evm_channel_open_init'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_mutation_response'; ofType: null; } }; 'insert_v0_evm_channel_open_init_one': { name: 'insert_v0_evm_channel_open_init_one'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init'; ofType: null; } }; 'insert_v0_evm_channel_open_try': { name: 'insert_v0_evm_channel_open_try'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_mutation_response'; ofType: null; } }; 'insert_v0_evm_channel_open_try_one': { name: 'insert_v0_evm_channel_open_try_one'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try'; ofType: null; } }; 'insert_v0_evm_client_created': { name: 'insert_v0_evm_client_created'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_mutation_response'; ofType: null; } }; 'insert_v0_evm_client_created_one': { name: 'insert_v0_evm_client_created_one'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; } }; 'insert_v0_evm_client_registered': { name: 'insert_v0_evm_client_registered'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_mutation_response'; ofType: null; } }; 'insert_v0_evm_client_registered_one': { name: 'insert_v0_evm_client_registered_one'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered'; ofType: null; } }; 'insert_v0_evm_client_updated': { name: 'insert_v0_evm_client_updated'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_mutation_response'; ofType: null; } }; 'insert_v0_evm_client_updated_one': { name: 'insert_v0_evm_client_updated_one'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated'; ofType: null; } }; 'insert_v0_evm_connection_open_try': { name: 'insert_v0_evm_connection_open_try'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_mutation_response'; ofType: null; } }; 'insert_v0_evm_connection_open_try_one': { name: 'insert_v0_evm_connection_open_try_one'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try'; ofType: null; } }; 'insert_v0_evm_logs_imv': { name: 'insert_v0_evm_logs_imv'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_mutation_response'; ofType: null; } }; 'insert_v0_evm_logs_imv_one': { name: 'insert_v0_evm_logs_imv_one'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv'; ofType: null; } }; 'insert_v0_evm_write_acknowledgement': { name: 'insert_v0_evm_write_acknowledgement'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_mutation_response'; ofType: null; } }; 'insert_v0_evm_write_acknowledgement_one': { name: 'insert_v0_evm_write_acknowledgement_one'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement'; ofType: null; } }; 'insert_v0_executes': { name: 'insert_v0_executes'; type: { kind: 'OBJECT'; name: 'v0_executes_mutation_response'; ofType: null; } }; 'insert_v0_executes_one': { name: 'insert_v0_executes_one'; type: { kind: 'OBJECT'; name: 'v0_executes'; ofType: null; } }; 'insert_v0_ibc_packet_receiveds': { name: 'insert_v0_ibc_packet_receiveds'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_mutation_response'; ofType: null; } }; 'insert_v0_ibc_packet_receiveds_one': { name: 'insert_v0_ibc_packet_receiveds_one'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; } }; 'insert_v0_instantiates': { name: 'insert_v0_instantiates'; type: { kind: 'OBJECT'; name: 'v0_instantiates_mutation_response'; ofType: null; } }; 'insert_v0_instantiates_one': { name: 'insert_v0_instantiates_one'; type: { kind: 'OBJECT'; name: 'v0_instantiates'; ofType: null; } }; 'insert_v0_livenesses': { name: 'insert_v0_livenesses'; type: { kind: 'OBJECT'; name: 'v0_livenesses_mutation_response'; ofType: null; } }; 'insert_v0_livenesses_one': { name: 'insert_v0_livenesses_one'; type: { kind: 'OBJECT'; name: 'v0_livenesses'; ofType: null; } }; 'insert_v0_logs': { name: 'insert_v0_logs'; type: { kind: 'OBJECT'; name: 'v0_logs_mutation_response'; ofType: null; } }; 'insert_v0_logs_one': { name: 'insert_v0_logs_one'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'insert_v0_messages': { name: 'insert_v0_messages'; type: { kind: 'OBJECT'; name: 'v0_messages_mutation_response'; ofType: null; } }; 'insert_v0_messages_one': { name: 'insert_v0_messages_one'; type: { kind: 'OBJECT'; name: 'v0_messages'; ofType: null; } }; 'insert_v0_mints': { name: 'insert_v0_mints'; type: { kind: 'OBJECT'; name: 'v0_mints_mutation_response'; ofType: null; } }; 'insert_v0_mints_one': { name: 'insert_v0_mints_one'; type: { kind: 'OBJECT'; name: 'v0_mints'; ofType: null; } }; 'insert_v0_proposal_deposits': { name: 'insert_v0_proposal_deposits'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_mutation_response'; ofType: null; } }; 'insert_v0_proposal_deposits_one': { name: 'insert_v0_proposal_deposits_one'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits'; ofType: null; } }; 'insert_v0_proposal_votes': { name: 'insert_v0_proposal_votes'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_mutation_response'; ofType: null; } }; 'insert_v0_proposal_votes_one': { name: 'insert_v0_proposal_votes_one'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes'; ofType: null; } }; 'insert_v0_recv_packets': { name: 'insert_v0_recv_packets'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_mutation_response'; ofType: null; } }; 'insert_v0_recv_packets_one': { name: 'insert_v0_recv_packets_one'; type: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; } }; 'insert_v0_redelegates': { name: 'insert_v0_redelegates'; type: { kind: 'OBJECT'; name: 'v0_redelegates_mutation_response'; ofType: null; } }; 'insert_v0_redelegates_one': { name: 'insert_v0_redelegates_one'; type: { kind: 'OBJECT'; name: 'v0_redelegates'; ofType: null; } }; 'insert_v0_replies': { name: 'insert_v0_replies'; type: { kind: 'OBJECT'; name: 'v0_replies_mutation_response'; ofType: null; } }; 'insert_v0_replies_one': { name: 'insert_v0_replies_one'; type: { kind: 'OBJECT'; name: 'v0_replies'; ofType: null; } }; 'insert_v0_rewardses': { name: 'insert_v0_rewardses'; type: { kind: 'OBJECT'; name: 'v0_rewardses_mutation_response'; ofType: null; } }; 'insert_v0_rewardses_one': { name: 'insert_v0_rewardses_one'; type: { kind: 'OBJECT'; name: 'v0_rewardses'; ofType: null; } }; 'insert_v0_send_packets': { name: 'insert_v0_send_packets'; type: { kind: 'OBJECT'; name: 'v0_send_packets_mutation_response'; ofType: null; } }; 'insert_v0_send_packets_one': { name: 'insert_v0_send_packets_one'; type: { kind: 'OBJECT'; name: 'v0_send_packets'; ofType: null; } }; 'insert_v0_slashes': { name: 'insert_v0_slashes'; type: { kind: 'OBJECT'; name: 'v0_slashes_mutation_response'; ofType: null; } }; 'insert_v0_slashes_one': { name: 'insert_v0_slashes_one'; type: { kind: 'OBJECT'; name: 'v0_slashes'; ofType: null; } }; 'insert_v0_store_codes': { name: 'insert_v0_store_codes'; type: { kind: 'OBJECT'; name: 'v0_store_codes_mutation_response'; ofType: null; } }; 'insert_v0_store_codes_one': { name: 'insert_v0_store_codes_one'; type: { kind: 'OBJECT'; name: 'v0_store_codes'; ofType: null; } }; 'insert_v0_store_wasm_codes': { name: 'insert_v0_store_wasm_codes'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_mutation_response'; ofType: null; } }; 'insert_v0_store_wasm_codes_one': { name: 'insert_v0_store_wasm_codes_one'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes'; ofType: null; } }; 'insert_v0_transactions': { name: 'insert_v0_transactions'; type: { kind: 'OBJECT'; name: 'v0_transactions_mutation_response'; ofType: null; } }; 'insert_v0_transactions_one': { name: 'insert_v0_transactions_one'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'insert_v0_transfers': { name: 'insert_v0_transfers'; type: { kind: 'OBJECT'; name: 'v0_transfers_mutation_response'; ofType: null; } }; 'insert_v0_transfers_one': { name: 'insert_v0_transfers_one'; type: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; } }; 'insert_v0_update_clients': { name: 'insert_v0_update_clients'; type: { kind: 'OBJECT'; name: 'v0_update_clients_mutation_response'; ofType: null; } }; 'insert_v0_update_clients_one': { name: 'insert_v0_update_clients_one'; type: { kind: 'OBJECT'; name: 'v0_update_clients'; ofType: null; } }; 'insert_v0_validator_updates': { name: 'insert_v0_validator_updates'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_mutation_response'; ofType: null; } }; 'insert_v0_validator_updates_one': { name: 'insert_v0_validator_updates_one'; type: { kind: 'OBJECT'; name: 'v0_validator_updates'; ofType: null; } }; 'insert_v0_wasm_ibc_transfers': { name: 'insert_v0_wasm_ibc_transfers'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_mutation_response'; ofType: null; } }; 'insert_v0_wasm_ibc_transfers_one': { name: 'insert_v0_wasm_ibc_transfers_one'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers'; ofType: null; } }; 'insert_v0_wasm_message': { name: 'insert_v0_wasm_message'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_mutation_response'; ofType: null; } }; 'insert_v0_wasm_message_one': { name: 'insert_v0_wasm_message_one'; type: { kind: 'OBJECT'; name: 'v0_wasm_message'; ofType: null; } }; 'insert_v0_withdraw_commissions': { name: 'insert_v0_withdraw_commissions'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_mutation_response'; ofType: null; } }; 'insert_v0_withdraw_commissions_one': { name: 'insert_v0_withdraw_commissions_one'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions'; ofType: null; } }; 'insert_v0_withdraw_rewardses': { name: 'insert_v0_withdraw_rewardses'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_mutation_response'; ofType: null; } }; 'insert_v0_withdraw_rewardses_one': { name: 'insert_v0_withdraw_rewardses_one'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses'; ofType: null; } }; 'union': { name: 'union'; type: { kind: 'OBJECT'; name: 'unionMutation'; ofType: null; } }; 'update_v0_abis': { name: 'update_v0_abis'; type: { kind: 'OBJECT'; name: 'v0_abis_mutation_response'; ofType: null; } }; 'update_v0_abis_by_pk': { name: 'update_v0_abis_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; } }; 'update_v0_abis_json': { name: 'update_v0_abis_json'; type: { kind: 'OBJECT'; name: 'v0_abis_json_mutation_response'; ofType: null; } }; 'update_v0_abis_json_by_pk': { name: 'update_v0_abis_json_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; } }; 'update_v0_abis_json_many': { name: 'update_v0_abis_json_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json_mutation_response'; ofType: null; }; } }; 'update_v0_abis_many': { name: 'update_v0_abis_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_mutation_response'; ofType: null; }; } }; 'update_v0_acknowledge_packets': { name: 'update_v0_acknowledge_packets'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_mutation_response'; ofType: null; } }; 'update_v0_acknowledge_packets_many': { name: 'update_v0_acknowledge_packets_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_mutation_response'; ofType: null; }; } }; 'update_v0_active_proposals': { name: 'update_v0_active_proposals'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_mutation_response'; ofType: null; } }; 'update_v0_active_proposals_many': { name: 'update_v0_active_proposals_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals_mutation_response'; ofType: null; }; } }; 'update_v0_blocks': { name: 'update_v0_blocks'; type: { kind: 'OBJECT'; name: 'v0_blocks_mutation_response'; ofType: null; } }; 'update_v0_blocks_by_pk': { name: 'update_v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'update_v0_blocks_many': { name: 'update_v0_blocks_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks_mutation_response'; ofType: null; }; } }; 'update_v0_burns': { name: 'update_v0_burns'; type: { kind: 'OBJECT'; name: 'v0_burns_mutation_response'; ofType: null; } }; 'update_v0_burns_many': { name: 'update_v0_burns_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns_mutation_response'; ofType: null; }; } }; 'update_v0_chains': { name: 'update_v0_chains'; type: { kind: 'OBJECT'; name: 'v0_chains_mutation_response'; ofType: null; } }; 'update_v0_chains_by_pk': { name: 'update_v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'update_v0_chains_many': { name: 'update_v0_chains_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains_mutation_response'; ofType: null; }; } }; 'update_v0_channel_open_acks': { name: 'update_v0_channel_open_acks'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_mutation_response'; ofType: null; } }; 'update_v0_channel_open_acks_many': { name: 'update_v0_channel_open_acks_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks_mutation_response'; ofType: null; }; } }; 'update_v0_channel_open_confirms': { name: 'update_v0_channel_open_confirms'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_mutation_response'; ofType: null; } }; 'update_v0_channel_open_confirms_many': { name: 'update_v0_channel_open_confirms_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_mutation_response'; ofType: null; }; } }; 'update_v0_channel_open_inits': { name: 'update_v0_channel_open_inits'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_mutation_response'; ofType: null; } }; 'update_v0_channel_open_inits_many': { name: 'update_v0_channel_open_inits_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits_mutation_response'; ofType: null; }; } }; 'update_v0_channel_open_tries': { name: 'update_v0_channel_open_tries'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_mutation_response'; ofType: null; } }; 'update_v0_channel_open_tries_many': { name: 'update_v0_channel_open_tries_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries_mutation_response'; ofType: null; }; } }; 'update_v0_coin_receiveds': { name: 'update_v0_coin_receiveds'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_mutation_response'; ofType: null; } }; 'update_v0_coin_receiveds_many': { name: 'update_v0_coin_receiveds_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds_mutation_response'; ofType: null; }; } }; 'update_v0_coin_spents': { name: 'update_v0_coin_spents'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_mutation_response'; ofType: null; } }; 'update_v0_coin_spents_many': { name: 'update_v0_coin_spents_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents_mutation_response'; ofType: null; }; } }; 'update_v0_coinbases': { name: 'update_v0_coinbases'; type: { kind: 'OBJECT'; name: 'v0_coinbases_mutation_response'; ofType: null; } }; 'update_v0_coinbases_many': { name: 'update_v0_coinbases_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases_mutation_response'; ofType: null; }; } }; 'update_v0_commissions': { name: 'update_v0_commissions'; type: { kind: 'OBJECT'; name: 'v0_commissions_mutation_response'; ofType: null; } }; 'update_v0_commissions_many': { name: 'update_v0_commissions_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions_mutation_response'; ofType: null; }; } }; 'update_v0_complete_redelegations': { name: 'update_v0_complete_redelegations'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_mutation_response'; ofType: null; } }; 'update_v0_complete_redelegations_many': { name: 'update_v0_complete_redelegations_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations_mutation_response'; ofType: null; }; } }; 'update_v0_connection_open_acks': { name: 'update_v0_connection_open_acks'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_mutation_response'; ofType: null; } }; 'update_v0_connection_open_acks_many': { name: 'update_v0_connection_open_acks_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks_mutation_response'; ofType: null; }; } }; 'update_v0_connection_open_inits': { name: 'update_v0_connection_open_inits'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_mutation_response'; ofType: null; } }; 'update_v0_connection_open_inits_many': { name: 'update_v0_connection_open_inits_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits_mutation_response'; ofType: null; }; } }; 'update_v0_connections': { name: 'update_v0_connections'; type: { kind: 'OBJECT'; name: 'v0_connections_mutation_response'; ofType: null; } }; 'update_v0_connections_by_pk': { name: 'update_v0_connections_by_pk'; type: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; } }; 'update_v0_connections_many': { name: 'update_v0_connections_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections_mutation_response'; ofType: null; }; } }; 'update_v0_consensus_param_updates': { name: 'update_v0_consensus_param_updates'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_mutation_response'; ofType: null; } }; 'update_v0_consensus_param_updates_many': { name: 'update_v0_consensus_param_updates_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_mutation_response'; ofType: null; }; } }; 'update_v0_contracts': { name: 'update_v0_contracts'; type: { kind: 'OBJECT'; name: 'v0_contracts_mutation_response'; ofType: null; } }; 'update_v0_contracts_by_pk': { name: 'update_v0_contracts_by_pk'; type: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; } }; 'update_v0_contracts_many': { name: 'update_v0_contracts_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts_mutation_response'; ofType: null; }; } }; 'update_v0_create_clients': { name: 'update_v0_create_clients'; type: { kind: 'OBJECT'; name: 'v0_create_clients_mutation_response'; ofType: null; } }; 'update_v0_create_clients_many': { name: 'update_v0_create_clients_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients_mutation_response'; ofType: null; }; } }; 'update_v0_create_validators': { name: 'update_v0_create_validators'; type: { kind: 'OBJECT'; name: 'v0_create_validators_mutation_response'; ofType: null; } }; 'update_v0_create_validators_many': { name: 'update_v0_create_validators_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators_mutation_response'; ofType: null; }; } }; 'update_v0_delegates': { name: 'update_v0_delegates'; type: { kind: 'OBJECT'; name: 'v0_delegates_mutation_response'; ofType: null; } }; 'update_v0_delegates_many': { name: 'update_v0_delegates_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates_mutation_response'; ofType: null; }; } }; 'update_v0_edit_validators': { name: 'update_v0_edit_validators'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_mutation_response'; ofType: null; } }; 'update_v0_edit_validators_many': { name: 'update_v0_edit_validators_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators_mutation_response'; ofType: null; }; } }; 'update_v0_eth_logs_abis_imv': { name: 'update_v0_eth_logs_abis_imv'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_mutation_response'; ofType: null; } }; 'update_v0_eth_logs_abis_imv_many': { name: 'update_v0_eth_logs_abis_imv_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_mutation_response'; ofType: null; }; } }; 'update_v0_events': { name: 'update_v0_events'; type: { kind: 'OBJECT'; name: 'v0_events_mutation_response'; ofType: null; } }; 'update_v0_events_by_pk': { name: 'update_v0_events_by_pk'; type: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; } }; 'update_v0_events_many': { name: 'update_v0_events_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events_mutation_response'; ofType: null; }; } }; 'update_v0_evm_acknowledge_packet': { name: 'update_v0_evm_acknowledge_packet'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_mutation_response'; ofType: null; } }; 'update_v0_evm_acknowledge_packet_many': { name: 'update_v0_evm_acknowledge_packet_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_mutation_response'; ofType: null; }; } }; 'update_v0_evm_channel_open_ack': { name: 'update_v0_evm_channel_open_ack'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_mutation_response'; ofType: null; } }; 'update_v0_evm_channel_open_ack_many': { name: 'update_v0_evm_channel_open_ack_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_mutation_response'; ofType: null; }; } }; 'update_v0_evm_channel_open_confirm': { name: 'update_v0_evm_channel_open_confirm'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_mutation_response'; ofType: null; } }; 'update_v0_evm_channel_open_confirm_many': { name: 'update_v0_evm_channel_open_confirm_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_mutation_response'; ofType: null; }; } }; 'update_v0_evm_channel_open_init': { name: 'update_v0_evm_channel_open_init'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_mutation_response'; ofType: null; } }; 'update_v0_evm_channel_open_init_many': { name: 'update_v0_evm_channel_open_init_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_mutation_response'; ofType: null; }; } }; 'update_v0_evm_channel_open_try': { name: 'update_v0_evm_channel_open_try'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_mutation_response'; ofType: null; } }; 'update_v0_evm_channel_open_try_many': { name: 'update_v0_evm_channel_open_try_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_mutation_response'; ofType: null; }; } }; 'update_v0_evm_client_created': { name: 'update_v0_evm_client_created'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_mutation_response'; ofType: null; } }; 'update_v0_evm_client_created_many': { name: 'update_v0_evm_client_created_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created_mutation_response'; ofType: null; }; } }; 'update_v0_evm_client_registered': { name: 'update_v0_evm_client_registered'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_mutation_response'; ofType: null; } }; 'update_v0_evm_client_registered_many': { name: 'update_v0_evm_client_registered_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered_mutation_response'; ofType: null; }; } }; 'update_v0_evm_client_updated': { name: 'update_v0_evm_client_updated'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_mutation_response'; ofType: null; } }; 'update_v0_evm_client_updated_many': { name: 'update_v0_evm_client_updated_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated_mutation_response'; ofType: null; }; } }; 'update_v0_evm_connection_open_try': { name: 'update_v0_evm_connection_open_try'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_mutation_response'; ofType: null; } }; 'update_v0_evm_connection_open_try_many': { name: 'update_v0_evm_connection_open_try_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_mutation_response'; ofType: null; }; } }; 'update_v0_evm_logs_imv': { name: 'update_v0_evm_logs_imv'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_mutation_response'; ofType: null; } }; 'update_v0_evm_logs_imv_many': { name: 'update_v0_evm_logs_imv_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_mutation_response'; ofType: null; }; } }; 'update_v0_evm_write_acknowledgement': { name: 'update_v0_evm_write_acknowledgement'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_mutation_response'; ofType: null; } }; 'update_v0_evm_write_acknowledgement_many': { name: 'update_v0_evm_write_acknowledgement_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_mutation_response'; ofType: null; }; } }; 'update_v0_executes': { name: 'update_v0_executes'; type: { kind: 'OBJECT'; name: 'v0_executes_mutation_response'; ofType: null; } }; 'update_v0_executes_many': { name: 'update_v0_executes_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes_mutation_response'; ofType: null; }; } }; 'update_v0_ibc_packet_receiveds': { name: 'update_v0_ibc_packet_receiveds'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_mutation_response'; ofType: null; } }; 'update_v0_ibc_packet_receiveds_many': { name: 'update_v0_ibc_packet_receiveds_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_mutation_response'; ofType: null; }; } }; 'update_v0_instantiates': { name: 'update_v0_instantiates'; type: { kind: 'OBJECT'; name: 'v0_instantiates_mutation_response'; ofType: null; } }; 'update_v0_instantiates_many': { name: 'update_v0_instantiates_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates_mutation_response'; ofType: null; }; } }; 'update_v0_livenesses': { name: 'update_v0_livenesses'; type: { kind: 'OBJECT'; name: 'v0_livenesses_mutation_response'; ofType: null; } }; 'update_v0_livenesses_many': { name: 'update_v0_livenesses_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses_mutation_response'; ofType: null; }; } }; 'update_v0_logs': { name: 'update_v0_logs'; type: { kind: 'OBJECT'; name: 'v0_logs_mutation_response'; ofType: null; } }; 'update_v0_logs_by_pk': { name: 'update_v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'update_v0_logs_many': { name: 'update_v0_logs_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_mutation_response'; ofType: null; }; } }; 'update_v0_messages': { name: 'update_v0_messages'; type: { kind: 'OBJECT'; name: 'v0_messages_mutation_response'; ofType: null; } }; 'update_v0_messages_many': { name: 'update_v0_messages_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages_mutation_response'; ofType: null; }; } }; 'update_v0_mints': { name: 'update_v0_mints'; type: { kind: 'OBJECT'; name: 'v0_mints_mutation_response'; ofType: null; } }; 'update_v0_mints_many': { name: 'update_v0_mints_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints_mutation_response'; ofType: null; }; } }; 'update_v0_proposal_deposits': { name: 'update_v0_proposal_deposits'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_mutation_response'; ofType: null; } }; 'update_v0_proposal_deposits_many': { name: 'update_v0_proposal_deposits_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits_mutation_response'; ofType: null; }; } }; 'update_v0_proposal_votes': { name: 'update_v0_proposal_votes'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_mutation_response'; ofType: null; } }; 'update_v0_proposal_votes_many': { name: 'update_v0_proposal_votes_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes_mutation_response'; ofType: null; }; } }; 'update_v0_recv_packets': { name: 'update_v0_recv_packets'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_mutation_response'; ofType: null; } }; 'update_v0_recv_packets_many': { name: 'update_v0_recv_packets_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets_mutation_response'; ofType: null; }; } }; 'update_v0_redelegates': { name: 'update_v0_redelegates'; type: { kind: 'OBJECT'; name: 'v0_redelegates_mutation_response'; ofType: null; } }; 'update_v0_redelegates_many': { name: 'update_v0_redelegates_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates_mutation_response'; ofType: null; }; } }; 'update_v0_replies': { name: 'update_v0_replies'; type: { kind: 'OBJECT'; name: 'v0_replies_mutation_response'; ofType: null; } }; 'update_v0_replies_many': { name: 'update_v0_replies_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies_mutation_response'; ofType: null; }; } }; 'update_v0_rewardses': { name: 'update_v0_rewardses'; type: { kind: 'OBJECT'; name: 'v0_rewardses_mutation_response'; ofType: null; } }; 'update_v0_rewardses_many': { name: 'update_v0_rewardses_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses_mutation_response'; ofType: null; }; } }; 'update_v0_send_packets': { name: 'update_v0_send_packets'; type: { kind: 'OBJECT'; name: 'v0_send_packets_mutation_response'; ofType: null; } }; 'update_v0_send_packets_many': { name: 'update_v0_send_packets_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets_mutation_response'; ofType: null; }; } }; 'update_v0_slashes': { name: 'update_v0_slashes'; type: { kind: 'OBJECT'; name: 'v0_slashes_mutation_response'; ofType: null; } }; 'update_v0_slashes_many': { name: 'update_v0_slashes_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes_mutation_response'; ofType: null; }; } }; 'update_v0_store_codes': { name: 'update_v0_store_codes'; type: { kind: 'OBJECT'; name: 'v0_store_codes_mutation_response'; ofType: null; } }; 'update_v0_store_codes_many': { name: 'update_v0_store_codes_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes_mutation_response'; ofType: null; }; } }; 'update_v0_store_wasm_codes': { name: 'update_v0_store_wasm_codes'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_mutation_response'; ofType: null; } }; 'update_v0_store_wasm_codes_many': { name: 'update_v0_store_wasm_codes_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_mutation_response'; ofType: null; }; } }; 'update_v0_transactions': { name: 'update_v0_transactions'; type: { kind: 'OBJECT'; name: 'v0_transactions_mutation_response'; ofType: null; } }; 'update_v0_transactions_by_pk': { name: 'update_v0_transactions_by_pk'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'update_v0_transactions_many': { name: 'update_v0_transactions_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions_mutation_response'; ofType: null; }; } }; 'update_v0_transfers': { name: 'update_v0_transfers'; type: { kind: 'OBJECT'; name: 'v0_transfers_mutation_response'; ofType: null; } }; 'update_v0_transfers_many': { name: 'update_v0_transfers_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers_mutation_response'; ofType: null; }; } }; 'update_v0_update_clients': { name: 'update_v0_update_clients'; type: { kind: 'OBJECT'; name: 'v0_update_clients_mutation_response'; ofType: null; } }; 'update_v0_update_clients_many': { name: 'update_v0_update_clients_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients_mutation_response'; ofType: null; }; } }; 'update_v0_validator_updates': { name: 'update_v0_validator_updates'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_mutation_response'; ofType: null; } }; 'update_v0_validator_updates_many': { name: 'update_v0_validator_updates_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates_mutation_response'; ofType: null; }; } }; 'update_v0_wasm_ibc_transfers': { name: 'update_v0_wasm_ibc_transfers'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_mutation_response'; ofType: null; } }; 'update_v0_wasm_ibc_transfers_many': { name: 'update_v0_wasm_ibc_transfers_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_mutation_response'; ofType: null; }; } }; 'update_v0_wasm_message': { name: 'update_v0_wasm_message'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_mutation_response'; ofType: null; } }; 'update_v0_wasm_message_many': { name: 'update_v0_wasm_message_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message_mutation_response'; ofType: null; }; } }; 'update_v0_withdraw_commissions': { name: 'update_v0_withdraw_commissions'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_mutation_response'; ofType: null; } }; 'update_v0_withdraw_commissions_many': { name: 'update_v0_withdraw_commissions_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_mutation_response'; ofType: null; }; } }; 'update_v0_withdraw_rewardses': { name: 'update_v0_withdraw_rewardses'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_mutation_response'; ofType: null; } }; 'update_v0_withdraw_rewardses_many': { name: 'update_v0_withdraw_rewardses_many'; type: { kind: 'LIST'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_mutation_response'; ofType: null; }; } }; }; }; + 'numeric': unknown; + 'numeric_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; }; }; defaultValue: null }]; }; + 'order_by': { name: 'order_by'; enumValues: 'asc' | 'asc_nulls_first' | 'asc_nulls_last' | 'desc' | 'desc_nulls_first' | 'desc_nulls_last'; }; + 'query_root': { kind: 'OBJECT'; name: 'query_root'; fields: { 'union': { name: 'union'; type: { kind: 'OBJECT'; name: 'unionQuery'; ofType: null; } }; 'v0_abis': { name: 'v0_abis'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; }; }; }; } }; 'v0_abis_aggregate': { name: 'v0_abis_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_aggregate'; ofType: null; }; } }; 'v0_abis_by_pk': { name: 'v0_abis_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; } }; 'v0_abis_json': { name: 'v0_abis_json'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; }; }; }; } }; 'v0_abis_json_aggregate': { name: 'v0_abis_json_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json_aggregate'; ofType: null; }; } }; 'v0_abis_json_by_pk': { name: 'v0_abis_json_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; } }; 'v0_acknowledge_packets': { name: 'v0_acknowledge_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets'; ofType: null; }; }; }; } }; 'v0_acknowledge_packets_aggregate': { name: 'v0_acknowledge_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_aggregate'; ofType: null; }; } }; 'v0_active_proposals': { name: 'v0_active_proposals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals'; ofType: null; }; }; }; } }; 'v0_active_proposals_aggregate': { name: 'v0_active_proposals_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals_aggregate'; ofType: null; }; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_aggregate': { name: 'v0_blocks_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks_aggregate'; ofType: null; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_burns': { name: 'v0_burns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns'; ofType: null; }; }; }; } }; 'v0_burns_aggregate': { name: 'v0_burns_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns_aggregate'; ofType: null; }; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_aggregate': { name: 'v0_chains_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains_aggregate'; ofType: null; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_channel_open_acks': { name: 'v0_channel_open_acks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks'; ofType: null; }; }; }; } }; 'v0_channel_open_acks_aggregate': { name: 'v0_channel_open_acks_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks_aggregate'; ofType: null; }; } }; 'v0_channel_open_confirms': { name: 'v0_channel_open_confirms'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms'; ofType: null; }; }; }; } }; 'v0_channel_open_confirms_aggregate': { name: 'v0_channel_open_confirms_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_aggregate'; ofType: null; }; } }; 'v0_channel_open_inits': { name: 'v0_channel_open_inits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits'; ofType: null; }; }; }; } }; 'v0_channel_open_inits_aggregate': { name: 'v0_channel_open_inits_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits_aggregate'; ofType: null; }; } }; 'v0_channel_open_tries': { name: 'v0_channel_open_tries'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries'; ofType: null; }; }; }; } }; 'v0_channel_open_tries_aggregate': { name: 'v0_channel_open_tries_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries_aggregate'; ofType: null; }; } }; 'v0_coin_receiveds': { name: 'v0_coin_receiveds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds'; ofType: null; }; }; }; } }; 'v0_coin_receiveds_aggregate': { name: 'v0_coin_receiveds_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds_aggregate'; ofType: null; }; } }; 'v0_coin_spents': { name: 'v0_coin_spents'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents'; ofType: null; }; }; }; } }; 'v0_coin_spents_aggregate': { name: 'v0_coin_spents_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents_aggregate'; ofType: null; }; } }; 'v0_coinbases': { name: 'v0_coinbases'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases'; ofType: null; }; }; }; } }; 'v0_coinbases_aggregate': { name: 'v0_coinbases_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases_aggregate'; ofType: null; }; } }; 'v0_commissions': { name: 'v0_commissions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions'; ofType: null; }; }; }; } }; 'v0_commissions_aggregate': { name: 'v0_commissions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions_aggregate'; ofType: null; }; } }; 'v0_complete_redelegations': { name: 'v0_complete_redelegations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations'; ofType: null; }; }; }; } }; 'v0_complete_redelegations_aggregate': { name: 'v0_complete_redelegations_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations_aggregate'; ofType: null; }; } }; 'v0_connection_open_acks': { name: 'v0_connection_open_acks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks'; ofType: null; }; }; }; } }; 'v0_connection_open_acks_aggregate': { name: 'v0_connection_open_acks_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks_aggregate'; ofType: null; }; } }; 'v0_connection_open_inits': { name: 'v0_connection_open_inits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits'; ofType: null; }; }; }; } }; 'v0_connection_open_inits_aggregate': { name: 'v0_connection_open_inits_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits_aggregate'; ofType: null; }; } }; 'v0_connections': { name: 'v0_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'v0_connections_aggregate': { name: 'v0_connections_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections_aggregate'; ofType: null; }; } }; 'v0_connections_by_pk': { name: 'v0_connections_by_pk'; type: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; } }; 'v0_consensus_param_updates': { name: 'v0_consensus_param_updates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates'; ofType: null; }; }; }; } }; 'v0_consensus_param_updates_aggregate': { name: 'v0_consensus_param_updates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_aggregate'; ofType: null; }; } }; 'v0_contracts': { name: 'v0_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; }; }; }; } }; 'v0_contracts_aggregate': { name: 'v0_contracts_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts_aggregate'; ofType: null; }; } }; 'v0_contracts_by_pk': { name: 'v0_contracts_by_pk'; type: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; } }; 'v0_create_clients': { name: 'v0_create_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients'; ofType: null; }; }; }; } }; 'v0_create_clients_aggregate': { name: 'v0_create_clients_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients_aggregate'; ofType: null; }; } }; 'v0_create_validators': { name: 'v0_create_validators'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators'; ofType: null; }; }; }; } }; 'v0_create_validators_aggregate': { name: 'v0_create_validators_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators_aggregate'; ofType: null; }; } }; 'v0_delegates': { name: 'v0_delegates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates'; ofType: null; }; }; }; } }; 'v0_delegates_aggregate': { name: 'v0_delegates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates_aggregate'; ofType: null; }; } }; 'v0_edit_validators': { name: 'v0_edit_validators'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators'; ofType: null; }; }; }; } }; 'v0_edit_validators_aggregate': { name: 'v0_edit_validators_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators_aggregate'; ofType: null; }; } }; 'v0_eth_logs': { name: 'v0_eth_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs'; ofType: null; }; }; }; } }; 'v0_eth_logs_abis_imv': { name: 'v0_eth_logs_abis_imv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv'; ofType: null; }; }; }; } }; 'v0_eth_logs_abis_imv_aggregate': { name: 'v0_eth_logs_abis_imv_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_aggregate'; ofType: null; }; } }; 'v0_eth_logs_aggregate': { name: 'v0_eth_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_aggregate'; ofType: null; }; } }; 'v0_eth_transactions': { name: 'v0_eth_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_transactions'; ofType: null; }; }; }; } }; 'v0_eth_transactions_aggregate': { name: 'v0_eth_transactions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_transactions_aggregate'; ofType: null; }; } }; 'v0_events': { name: 'v0_events'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; 'v0_events_aggregate': { name: 'v0_events_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events_aggregate'; ofType: null; }; } }; 'v0_events_by_pk': { name: 'v0_events_by_pk'; type: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; } }; 'v0_evm_acknowledge_packet': { name: 'v0_evm_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet'; ofType: null; }; }; }; } }; 'v0_evm_acknowledge_packet_aggregate': { name: 'v0_evm_acknowledge_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_ack': { name: 'v0_evm_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_ack_aggregate': { name: 'v0_evm_channel_open_ack_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_confirm': { name: 'v0_evm_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_confirm_aggregate': { name: 'v0_evm_channel_open_confirm_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_init': { name: 'v0_evm_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_init_aggregate': { name: 'v0_evm_channel_open_init_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_try': { name: 'v0_evm_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_try_aggregate': { name: 'v0_evm_channel_open_try_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_aggregate'; ofType: null; }; } }; 'v0_evm_client_created': { name: 'v0_evm_client_created'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; 'v0_evm_client_created_aggregate': { name: 'v0_evm_client_created_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate'; ofType: null; }; } }; 'v0_evm_client_registered': { name: 'v0_evm_client_registered'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered'; ofType: null; }; }; }; } }; 'v0_evm_client_registered_aggregate': { name: 'v0_evm_client_registered_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered_aggregate'; ofType: null; }; } }; 'v0_evm_client_updated': { name: 'v0_evm_client_updated'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated'; ofType: null; }; }; }; } }; 'v0_evm_client_updated_aggregate': { name: 'v0_evm_client_updated_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated_aggregate'; ofType: null; }; } }; 'v0_evm_connection_open_try': { name: 'v0_evm_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try'; ofType: null; }; }; }; } }; 'v0_evm_connection_open_try_aggregate': { name: 'v0_evm_connection_open_try_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_aggregate'; ofType: null; }; } }; 'v0_evm_logs_imv': { name: 'v0_evm_logs_imv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv'; ofType: null; }; }; }; } }; 'v0_evm_logs_imv_aggregate': { name: 'v0_evm_logs_imv_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_aggregate'; ofType: null; }; } }; 'v0_evm_write_acknowledgement': { name: 'v0_evm_write_acknowledgement'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement'; ofType: null; }; }; }; } }; 'v0_evm_write_acknowledgement_aggregate': { name: 'v0_evm_write_acknowledgement_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_aggregate'; ofType: null; }; } }; 'v0_executes': { name: 'v0_executes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes'; ofType: null; }; }; }; } }; 'v0_executes_aggregate': { name: 'v0_executes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes_aggregate'; ofType: null; }; } }; 'v0_hops': { name: 'v0_hops'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops'; ofType: null; }; }; }; } }; 'v0_hops_aggregate': { name: 'v0_hops_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops_aggregate'; ofType: null; }; } }; 'v0_ibc_packet_receiveds': { name: 'v0_ibc_packet_receiveds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; 'v0_ibc_packet_receiveds_aggregate': { name: 'v0_ibc_packet_receiveds_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_aggregate'; ofType: null; }; } }; 'v0_incoming_transfers': { name: 'v0_incoming_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_incoming_transfers'; ofType: null; }; }; }; } }; 'v0_incoming_transfers_aggregate': { name: 'v0_incoming_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_incoming_transfers_aggregate'; ofType: null; }; } }; 'v0_instantiates': { name: 'v0_instantiates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates'; ofType: null; }; }; }; } }; 'v0_instantiates_aggregate': { name: 'v0_instantiates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates_aggregate'; ofType: null; }; } }; 'v0_livenesses': { name: 'v0_livenesses'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses'; ofType: null; }; }; }; } }; 'v0_livenesses_aggregate': { name: 'v0_livenesses_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses_aggregate'; ofType: null; }; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_messages': { name: 'v0_messages'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages'; ofType: null; }; }; }; } }; 'v0_messages_aggregate': { name: 'v0_messages_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages_aggregate'; ofType: null; }; } }; 'v0_mints': { name: 'v0_mints'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints'; ofType: null; }; }; }; } }; 'v0_mints_aggregate': { name: 'v0_mints_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints_aggregate'; ofType: null; }; } }; 'v0_outgoing_transfers': { name: 'v0_outgoing_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_outgoing_transfers'; ofType: null; }; }; }; } }; 'v0_outgoing_transfers_aggregate': { name: 'v0_outgoing_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_aggregate'; ofType: null; }; } }; 'v0_proposal_deposits': { name: 'v0_proposal_deposits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits'; ofType: null; }; }; }; } }; 'v0_proposal_deposits_aggregate': { name: 'v0_proposal_deposits_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits_aggregate'; ofType: null; }; } }; 'v0_proposal_votes': { name: 'v0_proposal_votes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes'; ofType: null; }; }; }; } }; 'v0_proposal_votes_aggregate': { name: 'v0_proposal_votes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes_aggregate'; ofType: null; }; } }; 'v0_recv_packets': { name: 'v0_recv_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_recv_packets_aggregate': { name: 'v0_recv_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets_aggregate'; ofType: null; }; } }; 'v0_redelegates': { name: 'v0_redelegates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates'; ofType: null; }; }; }; } }; 'v0_redelegates_aggregate': { name: 'v0_redelegates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates_aggregate'; ofType: null; }; } }; 'v0_replies': { name: 'v0_replies'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies'; ofType: null; }; }; }; } }; 'v0_replies_aggregate': { name: 'v0_replies_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies_aggregate'; ofType: null; }; } }; 'v0_rewardses': { name: 'v0_rewardses'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses'; ofType: null; }; }; }; } }; 'v0_rewardses_aggregate': { name: 'v0_rewardses_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses_aggregate'; ofType: null; }; } }; 'v0_send_packets': { name: 'v0_send_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets'; ofType: null; }; }; }; } }; 'v0_send_packets_aggregate': { name: 'v0_send_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets_aggregate'; ofType: null; }; } }; 'v0_slashes': { name: 'v0_slashes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes'; ofType: null; }; }; }; } }; 'v0_slashes_aggregate': { name: 'v0_slashes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes_aggregate'; ofType: null; }; } }; 'v0_store_codes': { name: 'v0_store_codes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes'; ofType: null; }; }; }; } }; 'v0_store_codes_aggregate': { name: 'v0_store_codes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes_aggregate'; ofType: null; }; } }; 'v0_store_wasm_codes': { name: 'v0_store_wasm_codes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes'; ofType: null; }; }; }; } }; 'v0_store_wasm_codes_aggregate': { name: 'v0_store_wasm_codes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_aggregate'; ofType: null; }; } }; 'v0_submit_proposals': { name: 'v0_submit_proposals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_submit_proposals'; ofType: null; }; }; }; } }; 'v0_submit_proposals_aggregate': { name: 'v0_submit_proposals_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_submit_proposals_aggregate'; ofType: null; }; } }; 'v0_transactions': { name: 'v0_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'v0_transactions_aggregate': { name: 'v0_transactions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions_aggregate'; ofType: null; }; } }; 'v0_transactions_by_pk': { name: 'v0_transactions_by_pk'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; 'v0_transfers_aggregate': { name: 'v0_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers_aggregate'; ofType: null; }; } }; 'v0_unified_recv_packet': { name: 'v0_unified_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_recv_packet'; ofType: null; }; }; }; } }; 'v0_unified_recv_packet_aggregate': { name: 'v0_unified_recv_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_aggregate'; ofType: null; }; } }; 'v0_unified_send_packet': { name: 'v0_unified_send_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_send_packet'; ofType: null; }; }; }; } }; 'v0_unified_send_packet_aggregate': { name: 'v0_unified_send_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_send_packet_aggregate'; ofType: null; }; } }; 'v0_update_clients': { name: 'v0_update_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients'; ofType: null; }; }; }; } }; 'v0_update_clients_aggregate': { name: 'v0_update_clients_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients_aggregate'; ofType: null; }; } }; 'v0_validator_updates': { name: 'v0_validator_updates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates'; ofType: null; }; }; }; } }; 'v0_validator_updates_aggregate': { name: 'v0_validator_updates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates_aggregate'; ofType: null; }; } }; 'v0_wasm_fungible_token_packets': { name: 'v0_wasm_fungible_token_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets'; ofType: null; }; }; }; } }; 'v0_wasm_fungible_token_packets_aggregate': { name: 'v0_wasm_fungible_token_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_aggregate'; ofType: null; }; } }; 'v0_wasm_ibc_transfers': { name: 'v0_wasm_ibc_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers'; ofType: null; }; }; }; } }; 'v0_wasm_ibc_transfers_aggregate': { name: 'v0_wasm_ibc_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_aggregate'; ofType: null; }; } }; 'v0_wasm_message': { name: 'v0_wasm_message'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message'; ofType: null; }; }; }; } }; 'v0_wasm_message_aggregate': { name: 'v0_wasm_message_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message_aggregate'; ofType: null; }; } }; 'v0_withdraw_commissions': { name: 'v0_withdraw_commissions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions'; ofType: null; }; }; }; } }; 'v0_withdraw_commissions_aggregate': { name: 'v0_withdraw_commissions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_aggregate'; ofType: null; }; } }; 'v0_withdraw_rewardses': { name: 'v0_withdraw_rewardses'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses'; ofType: null; }; }; }; } }; 'v0_withdraw_rewardses_aggregate': { name: 'v0_withdraw_rewardses_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_aggregate'; ofType: null; }; } }; }; }; + 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'union': { name: 'union'; type: { kind: 'OBJECT'; name: 'unionSubscription'; ofType: null; } }; 'v0_abis': { name: 'v0_abis'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; }; }; }; } }; 'v0_abis_aggregate': { name: 'v0_abis_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_aggregate'; ofType: null; }; } }; 'v0_abis_by_pk': { name: 'v0_abis_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; } }; 'v0_abis_json': { name: 'v0_abis_json'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; }; }; }; } }; 'v0_abis_json_aggregate': { name: 'v0_abis_json_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json_aggregate'; ofType: null; }; } }; 'v0_abis_json_by_pk': { name: 'v0_abis_json_by_pk'; type: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; } }; 'v0_abis_json_stream': { name: 'v0_abis_json_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; }; }; }; } }; 'v0_abis_stream': { name: 'v0_abis_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; }; }; }; } }; 'v0_acknowledge_packets': { name: 'v0_acknowledge_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets'; ofType: null; }; }; }; } }; 'v0_acknowledge_packets_aggregate': { name: 'v0_acknowledge_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_aggregate'; ofType: null; }; } }; 'v0_acknowledge_packets_stream': { name: 'v0_acknowledge_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets'; ofType: null; }; }; }; } }; 'v0_active_proposals': { name: 'v0_active_proposals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals'; ofType: null; }; }; }; } }; 'v0_active_proposals_aggregate': { name: 'v0_active_proposals_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals_aggregate'; ofType: null; }; } }; 'v0_active_proposals_stream': { name: 'v0_active_proposals_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals'; ofType: null; }; }; }; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_aggregate': { name: 'v0_blocks_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks_aggregate'; ofType: null; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_blocks_stream': { name: 'v0_blocks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_burns': { name: 'v0_burns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns'; ofType: null; }; }; }; } }; 'v0_burns_aggregate': { name: 'v0_burns_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns_aggregate'; ofType: null; }; } }; 'v0_burns_stream': { name: 'v0_burns_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns'; ofType: null; }; }; }; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_aggregate': { name: 'v0_chains_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains_aggregate'; ofType: null; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_chains_stream': { name: 'v0_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_channel_open_acks': { name: 'v0_channel_open_acks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks'; ofType: null; }; }; }; } }; 'v0_channel_open_acks_aggregate': { name: 'v0_channel_open_acks_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks_aggregate'; ofType: null; }; } }; 'v0_channel_open_acks_stream': { name: 'v0_channel_open_acks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks'; ofType: null; }; }; }; } }; 'v0_channel_open_confirms': { name: 'v0_channel_open_confirms'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms'; ofType: null; }; }; }; } }; 'v0_channel_open_confirms_aggregate': { name: 'v0_channel_open_confirms_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_aggregate'; ofType: null; }; } }; 'v0_channel_open_confirms_stream': { name: 'v0_channel_open_confirms_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms'; ofType: null; }; }; }; } }; 'v0_channel_open_inits': { name: 'v0_channel_open_inits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits'; ofType: null; }; }; }; } }; 'v0_channel_open_inits_aggregate': { name: 'v0_channel_open_inits_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits_aggregate'; ofType: null; }; } }; 'v0_channel_open_inits_stream': { name: 'v0_channel_open_inits_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits'; ofType: null; }; }; }; } }; 'v0_channel_open_tries': { name: 'v0_channel_open_tries'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries'; ofType: null; }; }; }; } }; 'v0_channel_open_tries_aggregate': { name: 'v0_channel_open_tries_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries_aggregate'; ofType: null; }; } }; 'v0_channel_open_tries_stream': { name: 'v0_channel_open_tries_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries'; ofType: null; }; }; }; } }; 'v0_coin_receiveds': { name: 'v0_coin_receiveds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds'; ofType: null; }; }; }; } }; 'v0_coin_receiveds_aggregate': { name: 'v0_coin_receiveds_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds_aggregate'; ofType: null; }; } }; 'v0_coin_receiveds_stream': { name: 'v0_coin_receiveds_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds'; ofType: null; }; }; }; } }; 'v0_coin_spents': { name: 'v0_coin_spents'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents'; ofType: null; }; }; }; } }; 'v0_coin_spents_aggregate': { name: 'v0_coin_spents_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents_aggregate'; ofType: null; }; } }; 'v0_coin_spents_stream': { name: 'v0_coin_spents_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents'; ofType: null; }; }; }; } }; 'v0_coinbases': { name: 'v0_coinbases'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases'; ofType: null; }; }; }; } }; 'v0_coinbases_aggregate': { name: 'v0_coinbases_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases_aggregate'; ofType: null; }; } }; 'v0_coinbases_stream': { name: 'v0_coinbases_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases'; ofType: null; }; }; }; } }; 'v0_commissions': { name: 'v0_commissions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions'; ofType: null; }; }; }; } }; 'v0_commissions_aggregate': { name: 'v0_commissions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions_aggregate'; ofType: null; }; } }; 'v0_commissions_stream': { name: 'v0_commissions_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions'; ofType: null; }; }; }; } }; 'v0_complete_redelegations': { name: 'v0_complete_redelegations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations'; ofType: null; }; }; }; } }; 'v0_complete_redelegations_aggregate': { name: 'v0_complete_redelegations_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations_aggregate'; ofType: null; }; } }; 'v0_complete_redelegations_stream': { name: 'v0_complete_redelegations_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations'; ofType: null; }; }; }; } }; 'v0_connection_open_acks': { name: 'v0_connection_open_acks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks'; ofType: null; }; }; }; } }; 'v0_connection_open_acks_aggregate': { name: 'v0_connection_open_acks_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks_aggregate'; ofType: null; }; } }; 'v0_connection_open_acks_stream': { name: 'v0_connection_open_acks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks'; ofType: null; }; }; }; } }; 'v0_connection_open_inits': { name: 'v0_connection_open_inits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits'; ofType: null; }; }; }; } }; 'v0_connection_open_inits_aggregate': { name: 'v0_connection_open_inits_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits_aggregate'; ofType: null; }; } }; 'v0_connection_open_inits_stream': { name: 'v0_connection_open_inits_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits'; ofType: null; }; }; }; } }; 'v0_connections': { name: 'v0_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'v0_connections_aggregate': { name: 'v0_connections_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections_aggregate'; ofType: null; }; } }; 'v0_connections_by_pk': { name: 'v0_connections_by_pk'; type: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; } }; 'v0_connections_stream': { name: 'v0_connections_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'v0_consensus_param_updates': { name: 'v0_consensus_param_updates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates'; ofType: null; }; }; }; } }; 'v0_consensus_param_updates_aggregate': { name: 'v0_consensus_param_updates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_aggregate'; ofType: null; }; } }; 'v0_consensus_param_updates_stream': { name: 'v0_consensus_param_updates_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates'; ofType: null; }; }; }; } }; 'v0_contracts': { name: 'v0_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; }; }; }; } }; 'v0_contracts_aggregate': { name: 'v0_contracts_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts_aggregate'; ofType: null; }; } }; 'v0_contracts_by_pk': { name: 'v0_contracts_by_pk'; type: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; } }; 'v0_contracts_stream': { name: 'v0_contracts_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; }; }; }; } }; 'v0_create_clients': { name: 'v0_create_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients'; ofType: null; }; }; }; } }; 'v0_create_clients_aggregate': { name: 'v0_create_clients_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients_aggregate'; ofType: null; }; } }; 'v0_create_clients_stream': { name: 'v0_create_clients_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients'; ofType: null; }; }; }; } }; 'v0_create_validators': { name: 'v0_create_validators'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators'; ofType: null; }; }; }; } }; 'v0_create_validators_aggregate': { name: 'v0_create_validators_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators_aggregate'; ofType: null; }; } }; 'v0_create_validators_stream': { name: 'v0_create_validators_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators'; ofType: null; }; }; }; } }; 'v0_delegates': { name: 'v0_delegates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates'; ofType: null; }; }; }; } }; 'v0_delegates_aggregate': { name: 'v0_delegates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates_aggregate'; ofType: null; }; } }; 'v0_delegates_stream': { name: 'v0_delegates_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates'; ofType: null; }; }; }; } }; 'v0_edit_validators': { name: 'v0_edit_validators'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators'; ofType: null; }; }; }; } }; 'v0_edit_validators_aggregate': { name: 'v0_edit_validators_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators_aggregate'; ofType: null; }; } }; 'v0_edit_validators_stream': { name: 'v0_edit_validators_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators'; ofType: null; }; }; }; } }; 'v0_eth_logs': { name: 'v0_eth_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs'; ofType: null; }; }; }; } }; 'v0_eth_logs_abis_imv': { name: 'v0_eth_logs_abis_imv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv'; ofType: null; }; }; }; } }; 'v0_eth_logs_abis_imv_aggregate': { name: 'v0_eth_logs_abis_imv_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_aggregate'; ofType: null; }; } }; 'v0_eth_logs_abis_imv_stream': { name: 'v0_eth_logs_abis_imv_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv'; ofType: null; }; }; }; } }; 'v0_eth_logs_aggregate': { name: 'v0_eth_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_aggregate'; ofType: null; }; } }; 'v0_eth_logs_stream': { name: 'v0_eth_logs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs'; ofType: null; }; }; }; } }; 'v0_eth_transactions': { name: 'v0_eth_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_transactions'; ofType: null; }; }; }; } }; 'v0_eth_transactions_aggregate': { name: 'v0_eth_transactions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_transactions_aggregate'; ofType: null; }; } }; 'v0_eth_transactions_stream': { name: 'v0_eth_transactions_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_transactions'; ofType: null; }; }; }; } }; 'v0_events': { name: 'v0_events'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; 'v0_events_aggregate': { name: 'v0_events_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events_aggregate'; ofType: null; }; } }; 'v0_events_by_pk': { name: 'v0_events_by_pk'; type: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; } }; 'v0_events_stream': { name: 'v0_events_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; 'v0_evm_acknowledge_packet': { name: 'v0_evm_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet'; ofType: null; }; }; }; } }; 'v0_evm_acknowledge_packet_aggregate': { name: 'v0_evm_acknowledge_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_aggregate'; ofType: null; }; } }; 'v0_evm_acknowledge_packet_stream': { name: 'v0_evm_acknowledge_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_ack': { name: 'v0_evm_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_ack_aggregate': { name: 'v0_evm_channel_open_ack_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_ack_stream': { name: 'v0_evm_channel_open_ack_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_confirm': { name: 'v0_evm_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_confirm_aggregate': { name: 'v0_evm_channel_open_confirm_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_confirm_stream': { name: 'v0_evm_channel_open_confirm_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_init': { name: 'v0_evm_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_init_aggregate': { name: 'v0_evm_channel_open_init_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_init_stream': { name: 'v0_evm_channel_open_init_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_try': { name: 'v0_evm_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try'; ofType: null; }; }; }; } }; 'v0_evm_channel_open_try_aggregate': { name: 'v0_evm_channel_open_try_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_aggregate'; ofType: null; }; } }; 'v0_evm_channel_open_try_stream': { name: 'v0_evm_channel_open_try_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try'; ofType: null; }; }; }; } }; 'v0_evm_client_created': { name: 'v0_evm_client_created'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; 'v0_evm_client_created_aggregate': { name: 'v0_evm_client_created_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate'; ofType: null; }; } }; 'v0_evm_client_created_stream': { name: 'v0_evm_client_created_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; 'v0_evm_client_registered': { name: 'v0_evm_client_registered'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered'; ofType: null; }; }; }; } }; 'v0_evm_client_registered_aggregate': { name: 'v0_evm_client_registered_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered_aggregate'; ofType: null; }; } }; 'v0_evm_client_registered_stream': { name: 'v0_evm_client_registered_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered'; ofType: null; }; }; }; } }; 'v0_evm_client_updated': { name: 'v0_evm_client_updated'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated'; ofType: null; }; }; }; } }; 'v0_evm_client_updated_aggregate': { name: 'v0_evm_client_updated_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated_aggregate'; ofType: null; }; } }; 'v0_evm_client_updated_stream': { name: 'v0_evm_client_updated_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated'; ofType: null; }; }; }; } }; 'v0_evm_connection_open_try': { name: 'v0_evm_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try'; ofType: null; }; }; }; } }; 'v0_evm_connection_open_try_aggregate': { name: 'v0_evm_connection_open_try_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_aggregate'; ofType: null; }; } }; 'v0_evm_connection_open_try_stream': { name: 'v0_evm_connection_open_try_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try'; ofType: null; }; }; }; } }; 'v0_evm_logs_imv': { name: 'v0_evm_logs_imv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv'; ofType: null; }; }; }; } }; 'v0_evm_logs_imv_aggregate': { name: 'v0_evm_logs_imv_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_aggregate'; ofType: null; }; } }; 'v0_evm_logs_imv_stream': { name: 'v0_evm_logs_imv_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv'; ofType: null; }; }; }; } }; 'v0_evm_write_acknowledgement': { name: 'v0_evm_write_acknowledgement'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement'; ofType: null; }; }; }; } }; 'v0_evm_write_acknowledgement_aggregate': { name: 'v0_evm_write_acknowledgement_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_aggregate'; ofType: null; }; } }; 'v0_evm_write_acknowledgement_stream': { name: 'v0_evm_write_acknowledgement_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement'; ofType: null; }; }; }; } }; 'v0_executes': { name: 'v0_executes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes'; ofType: null; }; }; }; } }; 'v0_executes_aggregate': { name: 'v0_executes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes_aggregate'; ofType: null; }; } }; 'v0_executes_stream': { name: 'v0_executes_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes'; ofType: null; }; }; }; } }; 'v0_hops': { name: 'v0_hops'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops'; ofType: null; }; }; }; } }; 'v0_hops_aggregate': { name: 'v0_hops_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops_aggregate'; ofType: null; }; } }; 'v0_hops_stream': { name: 'v0_hops_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops'; ofType: null; }; }; }; } }; 'v0_ibc_packet_receiveds': { name: 'v0_ibc_packet_receiveds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; 'v0_ibc_packet_receiveds_aggregate': { name: 'v0_ibc_packet_receiveds_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_aggregate'; ofType: null; }; } }; 'v0_ibc_packet_receiveds_stream': { name: 'v0_ibc_packet_receiveds_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; 'v0_incoming_transfers': { name: 'v0_incoming_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_incoming_transfers'; ofType: null; }; }; }; } }; 'v0_incoming_transfers_aggregate': { name: 'v0_incoming_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_incoming_transfers_aggregate'; ofType: null; }; } }; 'v0_incoming_transfers_stream': { name: 'v0_incoming_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_incoming_transfers'; ofType: null; }; }; }; } }; 'v0_instantiates': { name: 'v0_instantiates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates'; ofType: null; }; }; }; } }; 'v0_instantiates_aggregate': { name: 'v0_instantiates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates_aggregate'; ofType: null; }; } }; 'v0_instantiates_stream': { name: 'v0_instantiates_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates'; ofType: null; }; }; }; } }; 'v0_livenesses': { name: 'v0_livenesses'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses'; ofType: null; }; }; }; } }; 'v0_livenesses_aggregate': { name: 'v0_livenesses_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses_aggregate'; ofType: null; }; } }; 'v0_livenesses_stream': { name: 'v0_livenesses_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses'; ofType: null; }; }; }; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_logs_stream': { name: 'v0_logs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_messages': { name: 'v0_messages'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages'; ofType: null; }; }; }; } }; 'v0_messages_aggregate': { name: 'v0_messages_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages_aggregate'; ofType: null; }; } }; 'v0_messages_stream': { name: 'v0_messages_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages'; ofType: null; }; }; }; } }; 'v0_mints': { name: 'v0_mints'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints'; ofType: null; }; }; }; } }; 'v0_mints_aggregate': { name: 'v0_mints_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints_aggregate'; ofType: null; }; } }; 'v0_mints_stream': { name: 'v0_mints_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints'; ofType: null; }; }; }; } }; 'v0_outgoing_transfers': { name: 'v0_outgoing_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_outgoing_transfers'; ofType: null; }; }; }; } }; 'v0_outgoing_transfers_aggregate': { name: 'v0_outgoing_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_aggregate'; ofType: null; }; } }; 'v0_outgoing_transfers_stream': { name: 'v0_outgoing_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_outgoing_transfers'; ofType: null; }; }; }; } }; 'v0_proposal_deposits': { name: 'v0_proposal_deposits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits'; ofType: null; }; }; }; } }; 'v0_proposal_deposits_aggregate': { name: 'v0_proposal_deposits_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits_aggregate'; ofType: null; }; } }; 'v0_proposal_deposits_stream': { name: 'v0_proposal_deposits_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits'; ofType: null; }; }; }; } }; 'v0_proposal_votes': { name: 'v0_proposal_votes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes'; ofType: null; }; }; }; } }; 'v0_proposal_votes_aggregate': { name: 'v0_proposal_votes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes_aggregate'; ofType: null; }; } }; 'v0_proposal_votes_stream': { name: 'v0_proposal_votes_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes'; ofType: null; }; }; }; } }; 'v0_recv_packets': { name: 'v0_recv_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_recv_packets_aggregate': { name: 'v0_recv_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets_aggregate'; ofType: null; }; } }; 'v0_recv_packets_stream': { name: 'v0_recv_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_redelegates': { name: 'v0_redelegates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates'; ofType: null; }; }; }; } }; 'v0_redelegates_aggregate': { name: 'v0_redelegates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates_aggregate'; ofType: null; }; } }; 'v0_redelegates_stream': { name: 'v0_redelegates_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates'; ofType: null; }; }; }; } }; 'v0_replies': { name: 'v0_replies'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies'; ofType: null; }; }; }; } }; 'v0_replies_aggregate': { name: 'v0_replies_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies_aggregate'; ofType: null; }; } }; 'v0_replies_stream': { name: 'v0_replies_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies'; ofType: null; }; }; }; } }; 'v0_rewardses': { name: 'v0_rewardses'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses'; ofType: null; }; }; }; } }; 'v0_rewardses_aggregate': { name: 'v0_rewardses_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses_aggregate'; ofType: null; }; } }; 'v0_rewardses_stream': { name: 'v0_rewardses_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses'; ofType: null; }; }; }; } }; 'v0_send_packets': { name: 'v0_send_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets'; ofType: null; }; }; }; } }; 'v0_send_packets_aggregate': { name: 'v0_send_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets_aggregate'; ofType: null; }; } }; 'v0_send_packets_stream': { name: 'v0_send_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets'; ofType: null; }; }; }; } }; 'v0_slashes': { name: 'v0_slashes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes'; ofType: null; }; }; }; } }; 'v0_slashes_aggregate': { name: 'v0_slashes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes_aggregate'; ofType: null; }; } }; 'v0_slashes_stream': { name: 'v0_slashes_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes'; ofType: null; }; }; }; } }; 'v0_store_codes': { name: 'v0_store_codes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes'; ofType: null; }; }; }; } }; 'v0_store_codes_aggregate': { name: 'v0_store_codes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes_aggregate'; ofType: null; }; } }; 'v0_store_codes_stream': { name: 'v0_store_codes_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes'; ofType: null; }; }; }; } }; 'v0_store_wasm_codes': { name: 'v0_store_wasm_codes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes'; ofType: null; }; }; }; } }; 'v0_store_wasm_codes_aggregate': { name: 'v0_store_wasm_codes_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_aggregate'; ofType: null; }; } }; 'v0_store_wasm_codes_stream': { name: 'v0_store_wasm_codes_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes'; ofType: null; }; }; }; } }; 'v0_submit_proposals': { name: 'v0_submit_proposals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_submit_proposals'; ofType: null; }; }; }; } }; 'v0_submit_proposals_aggregate': { name: 'v0_submit_proposals_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_submit_proposals_aggregate'; ofType: null; }; } }; 'v0_submit_proposals_stream': { name: 'v0_submit_proposals_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_submit_proposals'; ofType: null; }; }; }; } }; 'v0_transactions': { name: 'v0_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'v0_transactions_aggregate': { name: 'v0_transactions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions_aggregate'; ofType: null; }; } }; 'v0_transactions_by_pk': { name: 'v0_transactions_by_pk'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'v0_transactions_stream': { name: 'v0_transactions_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; 'v0_transfers_aggregate': { name: 'v0_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers_aggregate'; ofType: null; }; } }; 'v0_transfers_stream': { name: 'v0_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; 'v0_unified_recv_packet': { name: 'v0_unified_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_recv_packet'; ofType: null; }; }; }; } }; 'v0_unified_recv_packet_aggregate': { name: 'v0_unified_recv_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_aggregate'; ofType: null; }; } }; 'v0_unified_recv_packet_stream': { name: 'v0_unified_recv_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_recv_packet'; ofType: null; }; }; }; } }; 'v0_unified_send_packet': { name: 'v0_unified_send_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_send_packet'; ofType: null; }; }; }; } }; 'v0_unified_send_packet_aggregate': { name: 'v0_unified_send_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_send_packet_aggregate'; ofType: null; }; } }; 'v0_unified_send_packet_stream': { name: 'v0_unified_send_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_send_packet'; ofType: null; }; }; }; } }; 'v0_update_clients': { name: 'v0_update_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients'; ofType: null; }; }; }; } }; 'v0_update_clients_aggregate': { name: 'v0_update_clients_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients_aggregate'; ofType: null; }; } }; 'v0_update_clients_stream': { name: 'v0_update_clients_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients'; ofType: null; }; }; }; } }; 'v0_validator_updates': { name: 'v0_validator_updates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates'; ofType: null; }; }; }; } }; 'v0_validator_updates_aggregate': { name: 'v0_validator_updates_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates_aggregate'; ofType: null; }; } }; 'v0_validator_updates_stream': { name: 'v0_validator_updates_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates'; ofType: null; }; }; }; } }; 'v0_wasm_fungible_token_packets': { name: 'v0_wasm_fungible_token_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets'; ofType: null; }; }; }; } }; 'v0_wasm_fungible_token_packets_aggregate': { name: 'v0_wasm_fungible_token_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_aggregate'; ofType: null; }; } }; 'v0_wasm_fungible_token_packets_stream': { name: 'v0_wasm_fungible_token_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets'; ofType: null; }; }; }; } }; 'v0_wasm_ibc_transfers': { name: 'v0_wasm_ibc_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers'; ofType: null; }; }; }; } }; 'v0_wasm_ibc_transfers_aggregate': { name: 'v0_wasm_ibc_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_aggregate'; ofType: null; }; } }; 'v0_wasm_ibc_transfers_stream': { name: 'v0_wasm_ibc_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers'; ofType: null; }; }; }; } }; 'v0_wasm_message': { name: 'v0_wasm_message'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message'; ofType: null; }; }; }; } }; 'v0_wasm_message_aggregate': { name: 'v0_wasm_message_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message_aggregate'; ofType: null; }; } }; 'v0_wasm_message_stream': { name: 'v0_wasm_message_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message'; ofType: null; }; }; }; } }; 'v0_withdraw_commissions': { name: 'v0_withdraw_commissions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions'; ofType: null; }; }; }; } }; 'v0_withdraw_commissions_aggregate': { name: 'v0_withdraw_commissions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_aggregate'; ofType: null; }; } }; 'v0_withdraw_commissions_stream': { name: 'v0_withdraw_commissions_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions'; ofType: null; }; }; }; } }; 'v0_withdraw_rewardses': { name: 'v0_withdraw_rewardses'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses'; ofType: null; }; }; }; } }; 'v0_withdraw_rewardses_aggregate': { name: 'v0_withdraw_rewardses_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_aggregate'; ofType: null; }; } }; 'v0_withdraw_rewardses_stream': { name: 'v0_withdraw_rewardses_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses'; ofType: null; }; }; }; } }; }; }; + 'timestamptz': unknown; + 'timestamptz_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; }; }; defaultValue: null }]; }; + 'unionMutation': { kind: 'OBJECT'; name: 'unionMutation'; fields: { 'send': { name: 'send'; type: { kind: 'SCALAR'; name: 'Void'; ofType: null; } }; }; }; + 'unionQuery': { kind: 'OBJECT'; name: 'unionQuery'; fields: { 'configuration': { name: 'configuration'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Configuration'; ofType: null; }; } }; }; }; + 'unionSubscription': { kind: 'OBJECT'; name: 'unionSubscription'; fields: { 'send': { name: 'send'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TxResponse'; ofType: null; }; } }; }; }; + 'v0_abis': { kind: 'OBJECT'; name: 'v0_abis'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; }; + 'v0_abis_aggregate': { kind: 'OBJECT'; name: 'v0_abis_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_abis_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; }; }; }; } }; }; }; + 'v0_abis_aggregate_fields': { kind: 'OBJECT'; name: 'v0_abis_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_abis_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_abis_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_abis_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_abis_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_abis_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_abis_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_abis_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_abis_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_abis_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_abis_variance_fields'; ofType: null; } }; }; }; + 'v0_abis_avg_fields': { kind: 'OBJECT'; name: 'v0_abis_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_abis_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'abi'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_constraint': { name: 'v0_abis_constraint'; enumValues: 'abis_pkey'; }; + 'v0_abis_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_insert_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json': { kind: 'OBJECT'; name: 'v0_abis_json'; fields: { 'abi': { name: 'abi'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; }; + 'v0_abis_json_aggregate': { kind: 'OBJECT'; name: 'v0_abis_json_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_abis_json_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; }; }; }; } }; }; }; + 'v0_abis_json_aggregate_fields': { kind: 'OBJECT'; name: 'v0_abis_json_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_abis_json_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_abis_json_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_abis_json_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_abis_json_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_abis_json_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_abis_json_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_abis_json_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_abis_json_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_abis_json_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_abis_json_variance_fields'; ofType: null; } }; }; }; + 'v0_abis_json_avg_fields': { kind: 'OBJECT'; name: 'v0_abis_json_avg_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_json_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'abi'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_constraint': { name: 'v0_abis_json_constraint'; enumValues: 'abis_json_pkey'; }; + 'v0_abis_json_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_inc_input'; inputFields: [{ name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_insert_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_max_fields': { kind: 'OBJECT'; name: 'v0_abis_json_max_fields'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_abis_json_min_fields': { kind: 'OBJECT'; name: 'v0_abis_json_min_fields'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_abis_json_mutation_response': { kind: 'OBJECT'; name: 'v0_abis_json_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis_json'; ofType: null; }; }; }; } }; }; }; + 'v0_abis_json_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_abis_json_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_abis_json_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_order_by'; inputFields: [{ name: 'abi'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_pk_columns_input'; inputFields: [{ name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_abis_json_select_column': { name: 'v0_abis_json_select_column'; enumValues: 'abi' | 'id'; }; + 'v0_abis_json_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_set_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_stddev_fields': { kind: 'OBJECT'; name: 'v0_abis_json_stddev_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_json_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_abis_json_stddev_pop_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_json_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_abis_json_stddev_samp_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_json_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_stream_cursor_value_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_json_sum_fields': { kind: 'OBJECT'; name: 'v0_abis_json_sum_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_abis_json_update_column': { name: 'v0_abis_json_update_column'; enumValues: 'abi' | 'id'; }; + 'v0_abis_json_updates': { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_updates'; inputFields: [{ name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_inc_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_json_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_abis_json_var_pop_fields': { kind: 'OBJECT'; name: 'v0_abis_json_var_pop_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_json_var_samp_fields': { kind: 'OBJECT'; name: 'v0_abis_json_var_samp_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_json_variance_fields': { kind: 'OBJECT'; name: 'v0_abis_json_variance_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_max_fields': { kind: 'OBJECT'; name: 'v0_abis_max_fields'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_abis_min_fields': { kind: 'OBJECT'; name: 'v0_abis_min_fields'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_abis_mutation_response': { kind: 'OBJECT'; name: 'v0_abis_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_abis'; ofType: null; }; }; }; } }; }; }; + 'v0_abis_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_abis_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_abis_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_abis_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_abis_order_by'; inputFields: [{ name: 'abi'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_pk_columns_input'; inputFields: [{ name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_abis_select_column': { name: 'v0_abis_select_column'; enumValues: 'abi' | 'address' | 'chain_id' | 'height' | 'id'; }; + 'v0_abis_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_set_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_stddev_fields': { kind: 'OBJECT'; name: 'v0_abis_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_abis_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_abis_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_abis_stream_cursor_value_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_abis_sum_fields': { kind: 'OBJECT'; name: 'v0_abis_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_abis_update_column': { name: 'v0_abis_update_column'; enumValues: 'abi' | 'address' | 'chain_id' | 'height' | 'id'; }; + 'v0_abis_updates': { kind: 'INPUT_OBJECT'; name: 'v0_abis_updates'; inputFields: [{ name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_inc_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_abis_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_abis_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_abis_var_pop_fields': { kind: 'OBJECT'; name: 'v0_abis_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_var_samp_fields': { kind: 'OBJECT'; name: 'v0_abis_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_abis_variance_fields': { kind: 'OBJECT'; name: 'v0_abis_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_acknowledge_packets': { kind: 'OBJECT'; name: 'v0_acknowledge_packets'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_aggregate': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_acknowledge_packets_aggregate_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_acknowledge_packets_variance_fields'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_avg_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_max_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_min_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_mutation_response': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_acknowledge_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_acknowledge_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_select_column': { name: 'v0_acknowledge_packets_select_column'; enumValues: 'block_hash' | 'chain_id' | 'connection_id' | 'data' | 'height' | 'index' | 'msg_index' | 'packet_channel_ordering' | 'packet_connection' | 'packet_dst_channel' | 'packet_dst_port' | 'packet_sequence' | 'packet_src_channel' | 'packet_src_port' | 'packet_timeout_height' | 'packet_timeout_timestamp' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_acknowledge_packets_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_stddev_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_sum_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_updates': { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_acknowledge_packets_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_acknowledge_packets_var_pop_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_var_samp_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_acknowledge_packets_variance_fields': { kind: 'OBJECT'; name: 'v0_acknowledge_packets_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_active_proposals': { kind: 'OBJECT'; name: 'v0_active_proposals'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_log': { name: 'proposal_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_result': { name: 'proposal_result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_active_proposals_aggregate': { kind: 'OBJECT'; name: 'v0_active_proposals_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals'; ofType: null; }; }; }; } }; }; }; + 'v0_active_proposals_aggregate_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_active_proposals_variance_fields'; ofType: null; } }; }; }; + 'v0_active_proposals_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_avg_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_active_proposals_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'proposal_log'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'proposal_result'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_active_proposals_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_max_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_log': { name: 'proposal_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_result': { name: 'proposal_result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_active_proposals_min_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_log': { name: 'proposal_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_result': { name: 'proposal_result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_active_proposals_mutation_response': { kind: 'OBJECT'; name: 'v0_active_proposals_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_active_proposals'; ofType: null; }; }; }; } }; }; }; + 'v0_active_proposals_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'proposal_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'proposal_result'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_select_column': { name: 'v0_active_proposals_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'mode' | 'proposal_id' | 'proposal_log' | 'proposal_result' | 'time'; }; + 'v0_active_proposals_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_stddev_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_active_proposals_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_active_proposals_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_active_proposals_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_active_proposals_sum_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_active_proposals_updates': { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_active_proposals_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_active_proposals_var_pop_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_active_proposals_var_samp_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_active_proposals_variance_fields': { kind: 'OBJECT'; name: 'v0_active_proposals_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks': { kind: 'OBJECT'; name: 'v0_blocks'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'events': { name: 'events'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; 'events_aggregate': { name: 'events_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events_aggregate'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; 'transactions': { name: 'transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'transactions_aggregate': { name: 'transactions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions_aggregate'; ofType: null; }; } }; }; }; + 'v0_blocks_aggregate': { kind: 'OBJECT'; name: 'v0_blocks_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_blocks_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; }; }; + 'v0_blocks_aggregate_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_bool_exp'; inputFields: [{ name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_bool_exp_count'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_aggregate_bool_exp_count': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_bool_exp_count'; inputFields: [{ name: 'arguments'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_blocks_select_column'; ofType: null; }; }; }; defaultValue: null }, { name: 'distinct'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'predicate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_blocks_aggregate_fields': { kind: 'OBJECT'; name: 'v0_blocks_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_blocks_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_blocks_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_blocks_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_blocks_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_blocks_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_blocks_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_blocks_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_blocks_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_blocks_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_blocks_variance_fields'; ofType: null; } }; }; }; + 'v0_blocks_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_order_by'; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_arr_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_arr_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_insert_input'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_avg_fields': { kind: 'OBJECT'; name: 'v0_blocks_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_avg_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'events_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transactions'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'transactions_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_constraint': { name: 'v0_blocks_constraint'; enumValues: 'blocks_pkey'; }; + 'v0_blocks_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_blocks_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_insert_input'; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_arr_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transactions'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_arr_rel_insert_input'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_max_fields': { kind: 'OBJECT'; name: 'v0_blocks_max_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_blocks_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_max_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_min_fields': { kind: 'OBJECT'; name: 'v0_blocks_min_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_blocks_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_min_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_mutation_response': { kind: 'OBJECT'; name: 'v0_blocks_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; }; }; + 'v0_blocks_obj_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_obj_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_insert_input'; ofType: null; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_blocks_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_blocks_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'events_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transactions_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_pk_columns_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }, { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_blocks_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_select_column': { name: 'v0_blocks_select_column'; enumValues: 'chain_id' | 'data' | 'hash' | 'height' | 'time'; }; + 'v0_blocks_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_set_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stddev_fields': { kind: 'OBJECT'; name: 'v0_blocks_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_blocks_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_blocks_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_value_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_sum_fields': { kind: 'OBJECT'; name: 'v0_blocks_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_blocks_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_sum_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_update_column': { name: 'v0_blocks_update_column'; enumValues: 'chain_id' | 'data' | 'hash' | 'height' | 'time'; }; + 'v0_blocks_updates': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_blocks_var_pop_fields': { kind: 'OBJECT'; name: 'v0_blocks_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_var_samp_fields': { kind: 'OBJECT'; name: 'v0_blocks_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_variance_fields': { kind: 'OBJECT'; name: 'v0_blocks_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_blocks_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_variance_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns': { kind: 'OBJECT'; name: 'v0_burns'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burner': { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_burns_aggregate': { kind: 'OBJECT'; name: 'v0_burns_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_burns_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns'; ofType: null; }; }; }; } }; }; }; + 'v0_burns_aggregate_fields': { kind: 'OBJECT'; name: 'v0_burns_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_burns_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_burns_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_burns_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_burns_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_burns_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_burns_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_burns_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_burns_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_burns_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_burns_variance_fields'; ofType: null; } }; }; }; + 'v0_burns_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_avg_fields': { kind: 'OBJECT'; name: 'v0_burns_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_burns_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_burns_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_burns_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_burns_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_burns_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_max_fields': { kind: 'OBJECT'; name: 'v0_burns_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burner': { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_burns_min_fields': { kind: 'OBJECT'; name: 'v0_burns_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burner': { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_burns_mutation_response': { kind: 'OBJECT'; name: 'v0_burns_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_burns'; ofType: null; }; }; }; } }; }; }; + 'v0_burns_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_burns_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_select_column': { name: 'v0_burns_select_column'; enumValues: 'amount' | 'block_hash' | 'burner' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'time'; }; + 'v0_burns_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_stddev_fields': { kind: 'OBJECT'; name: 'v0_burns_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_burns_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_burns_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_burns_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_burns_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_burns_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_burns_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_burns_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'burner'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_burns_sum_fields': { kind: 'OBJECT'; name: 'v0_burns_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_burns_updates': { kind: 'INPUT_OBJECT'; name: 'v0_burns_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_burns_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_burns_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_burns_var_pop_fields': { kind: 'OBJECT'; name: 'v0_burns_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_burns_var_samp_fields': { kind: 'OBJECT'; name: 'v0_burns_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_burns_variance_fields': { kind: 'OBJECT'; name: 'v0_burns_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_chains': { kind: 'OBJECT'; name: 'v0_chains'; fields: { 'blocks': { name: 'blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'blocks_aggregate': { name: 'blocks_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks_aggregate'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'connections': { name: 'connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'connectionsByCounterpartyId': { name: 'connectionsByCounterpartyId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'connectionsByCounterpartyId_aggregate': { name: 'connectionsByCounterpartyId_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections_aggregate'; ofType: null; }; } }; 'connections_aggregate': { name: 'connections_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections_aggregate'; ofType: null; }; } }; 'events': { name: 'events'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; 'events_aggregate': { name: 'events_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events_aggregate'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'logs': { name: 'logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'logs_aggregate': { name: 'logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'transactions': { name: 'transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'transactions_aggregate': { name: 'transactions_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions_aggregate'; ofType: null; }; } }; }; }; + 'v0_chains_aggregate': { kind: 'OBJECT'; name: 'v0_chains_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_chains_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; }; }; + 'v0_chains_aggregate_fields': { kind: 'OBJECT'; name: 'v0_chains_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_chains_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_chains_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_chains_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_chains_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_chains_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_chains_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_chains_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_chains_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_chains_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_chains_variance_fields'; ofType: null; } }; }; }; + 'v0_chains_avg_fields': { kind: 'OBJECT'; name: 'v0_chains_avg_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_chains_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'blocks'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'blocks_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connections'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'connectionsByCounterpartyId'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'connectionsByCounterpartyId_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'connections_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'events_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logs'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'logs_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'transactions'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'transactions_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_constraint': { name: 'v0_chains_constraint'; enumValues: 'chains_pkey'; }; + 'v0_chains_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_inc_input'; inputFields: [{ name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_insert_input'; inputFields: [{ name: 'blocks'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_arr_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connections'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_arr_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'connectionsByCounterpartyId'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_arr_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_arr_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'logs'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_arr_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'transactions'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_arr_rel_insert_input'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_max_fields': { kind: 'OBJECT'; name: 'v0_chains_max_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_chains_min_fields': { kind: 'OBJECT'; name: 'v0_chains_min_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_chains_mutation_response': { kind: 'OBJECT'; name: 'v0_chains_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; }; }; + 'v0_chains_obj_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_obj_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_insert_input'; ofType: null; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_chains_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_chains_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_chains_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; inputFields: [{ name: 'blocks_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connectionsByCounterpartyId_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'connections_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'events_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logs_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'transactions_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_pk_columns_input'; inputFields: [{ name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_chains_select_column': { name: 'v0_chains_select_column'; enumValues: 'chain_id' | 'id'; }; + 'v0_chains_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_set_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_stddev_fields': { kind: 'OBJECT'; name: 'v0_chains_stddev_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_chains_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_chains_stddev_pop_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_chains_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_chains_stddev_samp_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_chains_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_value_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_sum_fields': { kind: 'OBJECT'; name: 'v0_chains_sum_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_chains_update_column': { name: 'v0_chains_update_column'; enumValues: 'chain_id' | 'id'; }; + 'v0_chains_updates': { kind: 'INPUT_OBJECT'; name: 'v0_chains_updates'; inputFields: [{ name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_inc_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_chains_var_pop_fields': { kind: 'OBJECT'; name: 'v0_chains_var_pop_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_chains_var_samp_fields': { kind: 'OBJECT'; name: 'v0_chains_var_samp_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_chains_variance_fields': { kind: 'OBJECT'; name: 'v0_chains_variance_fields'; fields: { 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_acks': { kind: 'OBJECT'; name: 'v0_channel_open_acks'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_acks_aggregate': { kind: 'OBJECT'; name: 'v0_channel_open_acks_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_acks_aggregate_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_channel_open_acks_variance_fields'; ofType: null; } }; }; }; + 'v0_channel_open_acks_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_avg_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_acks_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_channel_open_acks_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_max_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_acks_min_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_acks_mutation_response': { kind: 'OBJECT'; name: 'v0_channel_open_acks_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_acks'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_acks_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_select_column': { name: 'v0_channel_open_acks_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_channel_id' | 'counterparty_port_id' | 'data' | 'height' | 'index' | 'msg_index' | 'port_id' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_channel_open_acks_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_stddev_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_acks_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_acks_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_acks_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_acks_sum_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_acks_updates': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_acks_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_channel_open_acks_var_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_acks_var_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_acks_variance_fields': { kind: 'OBJECT'; name: 'v0_channel_open_acks_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_confirms': { kind: 'OBJECT'; name: 'v0_channel_open_confirms'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_aggregate': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_confirms_aggregate_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_channel_open_confirms_variance_fields'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_avg_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_max_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_min_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_mutation_response': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_confirms'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_confirms_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_select_column': { name: 'v0_channel_open_confirms_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_channel_id' | 'counterparty_port_id' | 'data' | 'height' | 'index' | 'msg_index' | 'port_id' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_channel_open_confirms_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_stddev_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_sum_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_updates': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_confirms_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_channel_open_confirms_var_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_var_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_confirms_variance_fields': { kind: 'OBJECT'; name: 'v0_channel_open_confirms_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_inits': { kind: 'OBJECT'; name: 'v0_channel_open_inits'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_channel_open_inits_aggregate': { kind: 'OBJECT'; name: 'v0_channel_open_inits_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_inits_aggregate_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_channel_open_inits_variance_fields'; ofType: null; } }; }; }; + 'v0_channel_open_inits_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_avg_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_inits_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_channel_open_inits_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_max_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_channel_open_inits_min_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_channel_open_inits_mutation_response': { kind: 'OBJECT'; name: 'v0_channel_open_inits_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_inits'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_inits_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_select_column': { name: 'v0_channel_open_inits_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_port_id' | 'data' | 'height' | 'index' | 'msg_index' | 'port_id' | 'time' | 'transaction_hash' | 'transaction_index' | 'version'; }; + 'v0_channel_open_inits_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_stddev_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_inits_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_inits_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_inits_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_inits_sum_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_inits_updates': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_inits_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_channel_open_inits_var_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_inits_var_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_inits_variance_fields': { kind: 'OBJECT'; name: 'v0_channel_open_inits_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_tries': { kind: 'OBJECT'; name: 'v0_channel_open_tries'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_channel_open_tries_aggregate': { kind: 'OBJECT'; name: 'v0_channel_open_tries_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_tries_aggregate_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_channel_open_tries_variance_fields'; ofType: null; } }; }; }; + 'v0_channel_open_tries_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_avg_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_tries_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_channel_open_tries_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_max_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_channel_open_tries_min_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_channel_id': { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_channel_open_tries_mutation_response': { kind: 'OBJECT'; name: 'v0_channel_open_tries_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_open_tries'; ofType: null; }; }; }; } }; }; }; + 'v0_channel_open_tries_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_select_column': { name: 'v0_channel_open_tries_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_channel_id' | 'counterparty_port_id' | 'data' | 'height' | 'index' | 'msg_index' | 'port_id' | 'time' | 'transaction_hash' | 'transaction_index' | 'version'; }; + 'v0_channel_open_tries_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_stddev_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_tries_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_tries_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_tries_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_open_tries_sum_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channel_open_tries_updates': { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_open_tries_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_channel_open_tries_var_pop_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_tries_var_samp_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channel_open_tries_variance_fields': { kind: 'OBJECT'; name: 'v0_channel_open_tries_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_receiveds': { kind: 'OBJECT'; name: 'v0_coin_receiveds'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coin_receiveds_aggregate': { kind: 'OBJECT'; name: 'v0_coin_receiveds_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds'; ofType: null; }; }; }; } }; }; }; + 'v0_coin_receiveds_aggregate_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_coin_receiveds_variance_fields'; ofType: null; } }; }; }; + 'v0_coin_receiveds_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_avg_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_receiveds_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_coin_receiveds_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_max_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coin_receiveds_min_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coin_receiveds_mutation_response': { kind: 'OBJECT'; name: 'v0_coin_receiveds_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_receiveds'; ofType: null; }; }; }; } }; }; }; + 'v0_coin_receiveds_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_select_column': { name: 'v0_coin_receiveds_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'receiver' | 'time'; }; + 'v0_coin_receiveds_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_stddev_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_receiveds_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_receiveds_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_receiveds_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_receiveds_sum_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_coin_receiveds_updates': { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_receiveds_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_coin_receiveds_var_pop_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_receiveds_var_samp_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_receiveds_variance_fields': { kind: 'OBJECT'; name: 'v0_coin_receiveds_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_spents': { kind: 'OBJECT'; name: 'v0_coin_spents'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'spender': { name: 'spender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coin_spents_aggregate': { kind: 'OBJECT'; name: 'v0_coin_spents_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents'; ofType: null; }; }; }; } }; }; }; + 'v0_coin_spents_aggregate_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_coin_spents_variance_fields'; ofType: null; } }; }; }; + 'v0_coin_spents_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_avg_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_spents_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'spender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_coin_spents_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'spender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_max_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'spender': { name: 'spender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coin_spents_min_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'spender': { name: 'spender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coin_spents_mutation_response': { kind: 'OBJECT'; name: 'v0_coin_spents_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coin_spents'; ofType: null; }; }; }; } }; }; }; + 'v0_coin_spents_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'spender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_select_column': { name: 'v0_coin_spents_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'spender' | 'time'; }; + 'v0_coin_spents_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'spender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_stddev_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_spents_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_spents_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_spents_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'spender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coin_spents_sum_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_coin_spents_updates': { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coin_spents_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_coin_spents_var_pop_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_spents_var_samp_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coin_spents_variance_fields': { kind: 'OBJECT'; name: 'v0_coin_spents_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coinbases': { kind: 'OBJECT'; name: 'v0_coinbases'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'minter': { name: 'minter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coinbases_aggregate': { kind: 'OBJECT'; name: 'v0_coinbases_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_coinbases_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases'; ofType: null; }; }; }; } }; }; }; + 'v0_coinbases_aggregate_fields': { kind: 'OBJECT'; name: 'v0_coinbases_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_coinbases_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_coinbases_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_coinbases_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_coinbases_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_coinbases_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_coinbases_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_coinbases_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_coinbases_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_coinbases_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_coinbases_variance_fields'; ofType: null; } }; }; }; + 'v0_coinbases_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_avg_fields': { kind: 'OBJECT'; name: 'v0_coinbases_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coinbases_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'minter'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_coinbases_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'minter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_max_fields': { kind: 'OBJECT'; name: 'v0_coinbases_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'minter': { name: 'minter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coinbases_min_fields': { kind: 'OBJECT'; name: 'v0_coinbases_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'minter': { name: 'minter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_coinbases_mutation_response': { kind: 'OBJECT'; name: 'v0_coinbases_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_coinbases'; ofType: null; }; }; }; } }; }; }; + 'v0_coinbases_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'minter'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_select_column': { name: 'v0_coinbases_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'minter' | 'mode' | 'time'; }; + 'v0_coinbases_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'minter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_stddev_fields': { kind: 'OBJECT'; name: 'v0_coinbases_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coinbases_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_coinbases_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coinbases_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_coinbases_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coinbases_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'minter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_coinbases_sum_fields': { kind: 'OBJECT'; name: 'v0_coinbases_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_coinbases_updates': { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_coinbases_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_coinbases_var_pop_fields': { kind: 'OBJECT'; name: 'v0_coinbases_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coinbases_var_samp_fields': { kind: 'OBJECT'; name: 'v0_coinbases_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_coinbases_variance_fields': { kind: 'OBJECT'; name: 'v0_coinbases_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_commissions': { kind: 'OBJECT'; name: 'v0_commissions'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_commissions_aggregate': { kind: 'OBJECT'; name: 'v0_commissions_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_commissions_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions'; ofType: null; }; }; }; } }; }; }; + 'v0_commissions_aggregate_fields': { kind: 'OBJECT'; name: 'v0_commissions_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_commissions_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_commissions_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_commissions_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_commissions_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_commissions_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_commissions_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_commissions_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_commissions_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_commissions_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_commissions_variance_fields'; ofType: null; } }; }; }; + 'v0_commissions_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_avg_fields': { kind: 'OBJECT'; name: 'v0_commissions_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_commissions_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_commissions_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_max_fields': { kind: 'OBJECT'; name: 'v0_commissions_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_commissions_min_fields': { kind: 'OBJECT'; name: 'v0_commissions_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_commissions_mutation_response': { kind: 'OBJECT'; name: 'v0_commissions_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_commissions'; ofType: null; }; }; }; } }; }; }; + 'v0_commissions_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_select_column': { name: 'v0_commissions_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'time' | 'validator'; }; + 'v0_commissions_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_stddev_fields': { kind: 'OBJECT'; name: 'v0_commissions_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_commissions_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_commissions_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_commissions_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_commissions_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_commissions_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_commissions_sum_fields': { kind: 'OBJECT'; name: 'v0_commissions_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_commissions_updates': { kind: 'INPUT_OBJECT'; name: 'v0_commissions_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_commissions_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_commissions_var_pop_fields': { kind: 'OBJECT'; name: 'v0_commissions_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_commissions_var_samp_fields': { kind: 'OBJECT'; name: 'v0_commissions_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_commissions_variance_fields': { kind: 'OBJECT'; name: 'v0_commissions_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_complete_redelegations': { kind: 'OBJECT'; name: 'v0_complete_redelegations'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_validator': { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_validator': { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_complete_redelegations_aggregate': { kind: 'OBJECT'; name: 'v0_complete_redelegations_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations'; ofType: null; }; }; }; } }; }; }; + 'v0_complete_redelegations_aggregate_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_complete_redelegations_variance_fields'; ofType: null; } }; }; }; + 'v0_complete_redelegations_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_avg_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_complete_redelegations_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_complete_redelegations_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_max_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_validator': { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_validator': { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_complete_redelegations_min_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_validator': { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_validator': { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_complete_redelegations_mutation_response': { kind: 'OBJECT'; name: 'v0_complete_redelegations_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_complete_redelegations'; ofType: null; }; }; }; } }; }; }; + 'v0_complete_redelegations_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_select_column': { name: 'v0_complete_redelegations_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'delegator' | 'denom' | 'destination_validator' | 'height' | 'index' | 'mode' | 'source_validator' | 'time'; }; + 'v0_complete_redelegations_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_stddev_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_complete_redelegations_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_complete_redelegations_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_complete_redelegations_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_complete_redelegations_sum_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_complete_redelegations_updates': { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_complete_redelegations_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_complete_redelegations_var_pop_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_complete_redelegations_var_samp_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_complete_redelegations_variance_fields': { kind: 'OBJECT'; name: 'v0_complete_redelegations_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_acks': { kind: 'OBJECT'; name: 'v0_connection_open_acks'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_client_id': { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_connection_id': { name: 'counterparty_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_acks_aggregate': { kind: 'OBJECT'; name: 'v0_connection_open_acks_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks'; ofType: null; }; }; }; } }; }; }; + 'v0_connection_open_acks_aggregate_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_connection_open_acks_variance_fields'; ofType: null; } }; }; }; + 'v0_connection_open_acks_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_avg_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_acks_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_connection_open_acks_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_max_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_client_id': { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_connection_id': { name: 'counterparty_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_acks_min_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_client_id': { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_connection_id': { name: 'counterparty_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_acks_mutation_response': { kind: 'OBJECT'; name: 'v0_connection_open_acks_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_acks'; ofType: null; }; }; }; } }; }; }; + 'v0_connection_open_acks_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_select_column': { name: 'v0_connection_open_acks_select_column'; enumValues: 'block_hash' | 'chain_id' | 'client_id' | 'connection_id' | 'counterparty_client_id' | 'counterparty_connection_id' | 'data' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_connection_open_acks_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_stddev_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_acks_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_acks_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_acks_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_acks_sum_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_acks_updates': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_acks_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_connection_open_acks_var_pop_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_acks_var_samp_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_acks_variance_fields': { kind: 'OBJECT'; name: 'v0_connection_open_acks_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_inits': { kind: 'OBJECT'; name: 'v0_connection_open_inits'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_client_id': { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_inits_aggregate': { kind: 'OBJECT'; name: 'v0_connection_open_inits_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits'; ofType: null; }; }; }; } }; }; }; + 'v0_connection_open_inits_aggregate_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_connection_open_inits_variance_fields'; ofType: null; } }; }; }; + 'v0_connection_open_inits_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_avg_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_inits_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_connection_open_inits_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_max_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_client_id': { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_inits_min_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_client_id': { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_inits_mutation_response': { kind: 'OBJECT'; name: 'v0_connection_open_inits_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_open_inits'; ofType: null; }; }; }; } }; }; }; + 'v0_connection_open_inits_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_select_column': { name: 'v0_connection_open_inits_select_column'; enumValues: 'block_hash' | 'chain_id' | 'client_id' | 'connection_id' | 'counterparty_client_id' | 'data' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_connection_open_inits_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_stddev_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_inits_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_inits_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_inits_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_open_inits_sum_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_open_inits_updates': { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_open_inits_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_connection_open_inits_var_pop_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_inits_var_samp_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_open_inits_variance_fields': { kind: 'OBJECT'; name: 'v0_connection_open_inits_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections': { kind: 'OBJECT'; name: 'v0_connections'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chainByCounterpartyId': { name: 'chainByCounterpartyId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; }; + 'v0_connections_aggregate': { kind: 'OBJECT'; name: 'v0_connections_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_connections_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; }; }; + 'v0_connections_aggregate_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_bool_exp'; inputFields: [{ name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_bool_exp_count'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_aggregate_bool_exp_count': { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_bool_exp_count'; inputFields: [{ name: 'arguments'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_connections_select_column'; ofType: null; }; }; }; defaultValue: null }, { name: 'distinct'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'predicate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_connections_aggregate_fields': { kind: 'OBJECT'; name: 'v0_connections_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_connections_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_connections_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_connections_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_connections_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_connections_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_connections_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_connections_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_connections_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_connections_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_connections_variance_fields'; ofType: null; } }; }; }; + 'v0_connections_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_aggregate_order_by'; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_arr_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_arr_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_insert_input'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_avg_fields': { kind: 'OBJECT'; name: 'v0_connections_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_avg_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chainByCounterpartyId'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_constraint': { name: 'v0_connections_constraint'; enumValues: 'connections_pkey'; }; + 'v0_connections_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_insert_input'; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'chainByCounterpartyId'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_max_fields': { kind: 'OBJECT'; name: 'v0_connections_max_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connections_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_max_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_min_fields': { kind: 'OBJECT'; name: 'v0_connections_min_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connections_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_min_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_mutation_response': { kind: 'OBJECT'; name: 'v0_connections_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; }; }; + 'v0_connections_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_connections_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_connections_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_connections_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_order_by'; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chainByCounterpartyId'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_pk_columns_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_connections_select_column': { name: 'v0_connections_select_column'; enumValues: 'chain_id' | 'connection_id' | 'counterparty_id'; }; + 'v0_connections_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_set_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_stddev_fields': { kind: 'OBJECT'; name: 'v0_connections_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_stddev_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_connections_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_stddev_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_connections_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_stddev_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_stream_cursor_value_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_sum_fields': { kind: 'OBJECT'; name: 'v0_connections_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connections_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_sum_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_update_column': { name: 'v0_connections_update_column'; enumValues: 'chain_id' | 'connection_id' | 'counterparty_id'; }; + 'v0_connections_updates': { kind: 'INPUT_OBJECT'; name: 'v0_connections_updates'; inputFields: [{ name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_inc_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_connections_var_pop_fields': { kind: 'OBJECT'; name: 'v0_connections_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_var_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_var_samp_fields': { kind: 'OBJECT'; name: 'v0_connections_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_var_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_variance_fields': { kind: 'OBJECT'; name: 'v0_connections_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connections_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_variance_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates': { kind: 'OBJECT'; name: 'v0_consensus_param_updates'; fields: { 'abci': { name: 'abci'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'block': { name: 'block'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'evidence': { name: 'evidence'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_aggregate': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates'; ofType: null; }; }; }; } }; }; }; + 'v0_consensus_param_updates_aggregate_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_consensus_param_updates_variance_fields'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_append_input'; inputFields: [{ name: 'abci'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_avg_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'abci'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_delete_at_path_input'; inputFields: [{ name: 'abci'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'block'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'validator'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_delete_elem_input'; inputFields: [{ name: 'abci'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_delete_key_input'; inputFields: [{ name: 'abci'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_insert_input'; inputFields: [{ name: 'abci'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_max_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_min_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_mutation_response': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_consensus_param_updates'; ofType: null; }; }; }; } }; }; }; + 'v0_consensus_param_updates_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_order_by'; inputFields: [{ name: 'abci'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_prepend_input'; inputFields: [{ name: 'abci'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_select_column': { name: 'v0_consensus_param_updates_select_column'; enumValues: 'abci' | 'block' | 'block_hash' | 'chain_id' | 'data' | 'evidence' | 'height' | 'index' | 'time' | 'validator'; }; + 'v0_consensus_param_updates_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_set_input'; inputFields: [{ name: 'abci'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_stddev_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_stream_cursor_value_input'; inputFields: [{ name: 'abci'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'evidence'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_sum_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_updates': { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_consensus_param_updates_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_consensus_param_updates_var_pop_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_var_samp_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_consensus_param_updates_variance_fields': { kind: 'OBJECT'; name: 'v0_consensus_param_updates_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_contracts': { kind: 'OBJECT'; name: 'v0_contracts'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'created_at': { name: 'created_at'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; } }; 'updated_at': { name: 'updated_at'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; }; }; + 'v0_contracts_aggregate': { kind: 'OBJECT'; name: 'v0_contracts_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_contracts_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; }; }; }; } }; }; }; + 'v0_contracts_aggregate_fields': { kind: 'OBJECT'; name: 'v0_contracts_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_contracts_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_contracts_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_contracts_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_contracts_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_contracts_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_contracts_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_contracts_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_contracts_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_contracts_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_contracts_variance_fields'; ofType: null; } }; }; }; + 'v0_contracts_avg_fields': { kind: 'OBJECT'; name: 'v0_contracts_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_contracts_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'abi'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_constraint': { name: 'v0_contracts_constraint'; enumValues: 'contracts_pkey'; }; + 'v0_contracts_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_insert_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_max_fields': { kind: 'OBJECT'; name: 'v0_contracts_max_fields'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'created_at': { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'updated_at': { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_contracts_min_fields': { kind: 'OBJECT'; name: 'v0_contracts_min_fields'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'created_at': { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'updated_at': { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_contracts_mutation_response': { kind: 'OBJECT'; name: 'v0_contracts_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_contracts'; ofType: null; }; }; }; } }; }; }; + 'v0_contracts_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_contracts_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_contracts_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_order_by'; inputFields: [{ name: 'abi'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_pk_columns_input'; inputFields: [{ name: 'address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_contracts_select_column': { name: 'v0_contracts_select_column'; enumValues: 'abi' | 'address' | 'chain_id' | 'created_at' | 'height' | 'updated_at'; }; + 'v0_contracts_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_set_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_stddev_fields': { kind: 'OBJECT'; name: 'v0_contracts_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_contracts_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_contracts_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_contracts_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_contracts_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_contracts_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_stream_cursor_value_input'; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_contracts_sum_fields': { kind: 'OBJECT'; name: 'v0_contracts_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; }; }; + 'v0_contracts_update_column': { name: 'v0_contracts_update_column'; enumValues: 'abi' | 'address' | 'chain_id' | 'created_at' | 'height' | 'updated_at'; }; + 'v0_contracts_updates': { kind: 'INPUT_OBJECT'; name: 'v0_contracts_updates'; inputFields: [{ name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_inc_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_contracts_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_contracts_var_pop_fields': { kind: 'OBJECT'; name: 'v0_contracts_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_contracts_var_samp_fields': { kind: 'OBJECT'; name: 'v0_contracts_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_contracts_variance_fields': { kind: 'OBJECT'; name: 'v0_contracts_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_clients': { kind: 'OBJECT'; name: 'v0_create_clients'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'client_type': { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_height': { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_create_clients_aggregate': { kind: 'OBJECT'; name: 'v0_create_clients_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_create_clients_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients'; ofType: null; }; }; }; } }; }; }; + 'v0_create_clients_aggregate_fields': { kind: 'OBJECT'; name: 'v0_create_clients_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_create_clients_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_create_clients_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_create_clients_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_create_clients_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_create_clients_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_create_clients_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_create_clients_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_create_clients_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_create_clients_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_create_clients_variance_fields'; ofType: null; } }; }; }; + 'v0_create_clients_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_avg_fields': { kind: 'OBJECT'; name: 'v0_create_clients_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_clients_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_create_clients_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_max_fields': { kind: 'OBJECT'; name: 'v0_create_clients_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'client_type': { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_height': { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_create_clients_min_fields': { kind: 'OBJECT'; name: 'v0_create_clients_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'client_type': { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_height': { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_create_clients_mutation_response': { kind: 'OBJECT'; name: 'v0_create_clients_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_clients'; ofType: null; }; }; }; } }; }; }; + 'v0_create_clients_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_select_column': { name: 'v0_create_clients_select_column'; enumValues: 'block_hash' | 'chain_id' | 'client_id' | 'client_type' | 'consensus_height' | 'data' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_create_clients_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_stddev_fields': { kind: 'OBJECT'; name: 'v0_create_clients_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_clients_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_create_clients_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_clients_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_create_clients_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_clients_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_clients_sum_fields': { kind: 'OBJECT'; name: 'v0_create_clients_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_create_clients_updates': { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_clients_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_create_clients_var_pop_fields': { kind: 'OBJECT'; name: 'v0_create_clients_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_clients_var_samp_fields': { kind: 'OBJECT'; name: 'v0_create_clients_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_clients_variance_fields': { kind: 'OBJECT'; name: 'v0_create_clients_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_validators': { kind: 'OBJECT'; name: 'v0_create_validators'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_create_validators_aggregate': { kind: 'OBJECT'; name: 'v0_create_validators_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_create_validators_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators'; ofType: null; }; }; }; } }; }; }; + 'v0_create_validators_aggregate_fields': { kind: 'OBJECT'; name: 'v0_create_validators_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_create_validators_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_create_validators_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_create_validators_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_create_validators_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_create_validators_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_create_validators_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_create_validators_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_create_validators_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_create_validators_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_create_validators_variance_fields'; ofType: null; } }; }; }; + 'v0_create_validators_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_avg_fields': { kind: 'OBJECT'; name: 'v0_create_validators_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_validators_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_create_validators_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_max_fields': { kind: 'OBJECT'; name: 'v0_create_validators_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_create_validators_min_fields': { kind: 'OBJECT'; name: 'v0_create_validators_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_create_validators_mutation_response': { kind: 'OBJECT'; name: 'v0_create_validators_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_create_validators'; ofType: null; }; }; }; } }; }; }; + 'v0_create_validators_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_select_column': { name: 'v0_create_validators_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index' | 'validator'; }; + 'v0_create_validators_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_stddev_fields': { kind: 'OBJECT'; name: 'v0_create_validators_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_validators_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_create_validators_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_validators_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_create_validators_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_validators_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_create_validators_sum_fields': { kind: 'OBJECT'; name: 'v0_create_validators_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_create_validators_updates': { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_create_validators_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_create_validators_var_pop_fields': { kind: 'OBJECT'; name: 'v0_create_validators_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_validators_var_samp_fields': { kind: 'OBJECT'; name: 'v0_create_validators_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_create_validators_variance_fields': { kind: 'OBJECT'; name: 'v0_create_validators_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_delegates': { kind: 'OBJECT'; name: 'v0_delegates'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_delegates_aggregate': { kind: 'OBJECT'; name: 'v0_delegates_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_delegates_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates'; ofType: null; }; }; }; } }; }; }; + 'v0_delegates_aggregate_fields': { kind: 'OBJECT'; name: 'v0_delegates_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_delegates_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_delegates_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_delegates_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_delegates_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_delegates_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_delegates_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_delegates_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_delegates_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_delegates_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_delegates_variance_fields'; ofType: null; } }; }; }; + 'v0_delegates_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_avg_fields': { kind: 'OBJECT'; name: 'v0_delegates_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_delegates_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'new_shares'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_delegates_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_max_fields': { kind: 'OBJECT'; name: 'v0_delegates_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_delegates_min_fields': { kind: 'OBJECT'; name: 'v0_delegates_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_delegates_mutation_response': { kind: 'OBJECT'; name: 'v0_delegates_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_delegates'; ofType: null; }; }; }; } }; }; }; + 'v0_delegates_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'new_shares'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_select_column': { name: 'v0_delegates_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'delegator' | 'denom' | 'height' | 'index' | 'msg_index' | 'new_shares' | 'time' | 'transaction_hash' | 'transaction_index' | 'validator'; }; + 'v0_delegates_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_stddev_fields': { kind: 'OBJECT'; name: 'v0_delegates_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_delegates_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_delegates_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_delegates_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_delegates_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_delegates_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_delegates_sum_fields': { kind: 'OBJECT'; name: 'v0_delegates_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_delegates_updates': { kind: 'INPUT_OBJECT'; name: 'v0_delegates_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_delegates_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_delegates_var_pop_fields': { kind: 'OBJECT'; name: 'v0_delegates_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_delegates_var_samp_fields': { kind: 'OBJECT'; name: 'v0_delegates_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_delegates_variance_fields': { kind: 'OBJECT'; name: 'v0_delegates_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'new_shares': { name: 'new_shares'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_edit_validators': { kind: 'OBJECT'; name: 'v0_edit_validators'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'commission_rate': { name: 'commission_rate'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_edit_validators_aggregate': { kind: 'OBJECT'; name: 'v0_edit_validators_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators'; ofType: null; }; }; }; } }; }; }; + 'v0_edit_validators_aggregate_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_edit_validators_variance_fields'; ofType: null; } }; }; }; + 'v0_edit_validators_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_avg_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_edit_validators_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'commission_rate'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'min_self_delegation'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_edit_validators_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'commission_rate'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_max_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'commission_rate': { name: 'commission_rate'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_edit_validators_min_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'commission_rate': { name: 'commission_rate'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_edit_validators_mutation_response': { kind: 'OBJECT'; name: 'v0_edit_validators_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_edit_validators'; ofType: null; }; }; }; } }; }; }; + 'v0_edit_validators_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'commission_rate'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'min_self_delegation'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_select_column': { name: 'v0_edit_validators_select_column'; enumValues: 'block_hash' | 'chain_id' | 'commission_rate' | 'data' | 'height' | 'index' | 'min_self_delegation' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_edit_validators_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'commission_rate'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_stddev_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_edit_validators_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_edit_validators_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_edit_validators_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'commission_rate'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_edit_validators_sum_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_edit_validators_updates': { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_edit_validators_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_edit_validators_var_pop_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_edit_validators_var_samp_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_edit_validators_variance_fields': { kind: 'OBJECT'; name: 'v0_edit_validators_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'min_self_delegation': { name: 'min_self_delegation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs': { kind: 'OBJECT'; name: 'v0_eth_logs'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log': { name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'removed': { name: 'removed'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'topics': { name: 'topics'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log': { name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_aggregate': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv'; ofType: null; }; }; }; } }; }; }; + 'v0_eth_logs_abis_imv_aggregate_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_variance_fields'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_append_input'; inputFields: [{ name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_avg_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_delete_at_path_input'; inputFields: [{ name: 'log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_delete_elem_input'; inputFields: [{ name: 'log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_delete_key_input'; inputFields: [{ name: 'log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_insert_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_max_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_max_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_min_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_min_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_mutation_response': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv'; ofType: null; }; }; }; } }; }; }; + 'v0_eth_logs_abis_imv_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_prepend_input'; inputFields: [{ name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_select_column': { name: 'v0_eth_logs_abis_imv_select_column'; enumValues: 'chain_id' | 'hash' | 'height' | 'index' | 'log' | 'transaction_hash' | 'transaction_index'; }; + 'v0_eth_logs_abis_imv_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_set_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_stddev_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_stream_cursor_value_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_sum_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_updates': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_abis_imv_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_eth_logs_abis_imv_var_pop_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_var_samp_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_abis_imv_variance_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_abis_imv_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_aggregate': { kind: 'OBJECT'; name: 'v0_eth_logs_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_logs'; ofType: null; }; }; }; } }; }; }; + 'v0_eth_logs_aggregate_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_eth_logs_variance_fields'; ofType: null; } }; }; }; + 'v0_eth_logs_avg_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'removed'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'topics'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_max_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_max_fields'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_logs_min_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_min_fields'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_logs_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_order_by'; inputFields: [{ name: 'address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'removed'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'topics'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_select_column': { name: 'v0_eth_logs_select_column'; enumValues: 'address' | 'block_hash' | 'chain_id' | 'data' | 'hash' | 'height' | 'index' | 'log' | 'log_index' | 'removed' | 'topics' | 'transaction_hash' | 'transaction_index'; }; + 'v0_eth_logs_stddev_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_logs_stream_cursor_value_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'removed'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'topics'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_logs_sum_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_eth_logs_var_pop_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_var_samp_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_logs_variance_fields': { kind: 'OBJECT'; name: 'v0_eth_logs_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_transactions': { kind: 'OBJECT'; name: 'v0_eth_transactions'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_number': { name: 'block_number'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'contract_address': { name: 'contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'cumulative_gas_used': { name: 'cumulative_gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'events': { name: 'events'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'from': { name: 'from'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'gas_used': { name: 'gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'logs': { name: 'logs'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'logs_bloom': { name: 'logs_bloom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to': { name: 'to'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_transactions_aggregate': { kind: 'OBJECT'; name: 'v0_eth_transactions_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_eth_transactions'; ofType: null; }; }; }; } }; }; }; + 'v0_eth_transactions_aggregate_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_eth_transactions_variance_fields'; ofType: null; } }; }; }; + 'v0_eth_transactions_avg_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_transactions_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_number'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'cumulative_gas_used'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'gas_used'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logs'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logs_bloom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_transactions_max_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_number': { name: 'block_number'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'contract_address': { name: 'contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'cumulative_gas_used': { name: 'cumulative_gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from': { name: 'from'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'gas_used': { name: 'gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'logs_bloom': { name: 'logs_bloom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to': { name: 'to'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_transactions_min_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_number': { name: 'block_number'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'contract_address': { name: 'contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'cumulative_gas_used': { name: 'cumulative_gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from': { name: 'from'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'gas_used': { name: 'gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'logs_bloom': { name: 'logs_bloom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to': { name: 'to'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_eth_transactions_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_number'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'cumulative_gas_used'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'gas_used'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logs'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logs_bloom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_transactions_select_column': { name: 'v0_eth_transactions_select_column'; enumValues: 'block_hash' | 'block_number' | 'chain_id' | 'contract_address' | 'cumulative_gas_used' | 'events' | 'from' | 'gas_used' | 'hash' | 'height' | 'index' | 'logs' | 'logs_bloom' | 'status' | 'to' | 'transaction_hash' | 'transaction_index' | 'type'; }; + 'v0_eth_transactions_stddev_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_transactions_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_transactions_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_transactions_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_transactions_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_eth_transactions_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_number'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'cumulative_gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'from'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'gas_used'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'logs'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'logs_bloom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_eth_transactions_sum_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_eth_transactions_var_pop_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_transactions_var_samp_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_eth_transactions_variance_fields': { kind: 'OBJECT'; name: 'v0_eth_transactions_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events': { kind: 'OBJECT'; name: 'v0_events'; fields: { 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'index': { name: 'index'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; 'transaction': { name: 'transaction'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_events_aggregate': { kind: 'OBJECT'; name: 'v0_events_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_events_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; }; }; + 'v0_events_aggregate_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_bool_exp'; inputFields: [{ name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_bool_exp_count'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_aggregate_bool_exp_count': { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_bool_exp_count'; inputFields: [{ name: 'arguments'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_events_select_column'; ofType: null; }; }; }; defaultValue: null }, { name: 'distinct'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'predicate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_events_aggregate_fields': { kind: 'OBJECT'; name: 'v0_events_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_events_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_events_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_events_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_events_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_events_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_events_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_events_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_events_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_events_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_events_variance_fields'; ofType: null; } }; }; }; + 'v0_events_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_order_by'; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_arr_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_arr_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_events_insert_input'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_avg_fields': { kind: 'OBJECT'; name: 'v0_events_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_avg_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_constraint': { name: 'v0_events_constraint'; enumValues: 'events_pkey'; }; + 'v0_events_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_events_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_insert_input'; inputFields: [{ name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_max_fields': { kind: 'OBJECT'; name: 'v0_events_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_events_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_max_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_min_fields': { kind: 'OBJECT'; name: 'v0_events_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_events_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_min_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_mutation_response': { kind: 'OBJECT'; name: 'v0_events_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; }; }; + 'v0_events_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_events_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_events_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_events_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_order_by'; inputFields: [{ name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_pk_columns_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }, { name: 'index'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_events_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_select_column': { name: 'v0_events_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_events_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_stddev_fields': { kind: 'OBJECT'; name: 'v0_events_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_stddev_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_events_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_stddev_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_events_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_stddev_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_events_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_events_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_sum_fields': { kind: 'OBJECT'; name: 'v0_events_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_events_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_sum_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_update_column': { name: 'v0_events_update_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_events_updates': { kind: 'INPUT_OBJECT'; name: 'v0_events_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_events_var_pop_fields': { kind: 'OBJECT'; name: 'v0_events_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_var_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_var_samp_fields': { kind: 'OBJECT'; name: 'v0_events_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_var_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_events_variance_fields': { kind: 'OBJECT'; name: 'v0_events_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_events_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_events_variance_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_aggregate': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_acknowledge_packet_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_append_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_delete_at_path_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'packet'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_delete_elem_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_delete_key_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_insert_input'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_max_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_max_fields'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_min_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_min_fields'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_acknowledge_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_order_by'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_prepend_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_select_column': { name: 'v0_evm_acknowledge_packet_select_column'; enumValues: 'acknowledgement' | 'block_hash' | 'chain_id' | 'destination_channel' | 'destination_port' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'packet' | 'raw_log' | 'revision_height' | 'revision_number' | 'sequence' | 'source_channel' | 'source_port' | 'time' | 'timeout_height' | 'timeout_timestamp' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_acknowledge_packet_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_set_input'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_stream_cursor_value_input'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_acknowledge_packet_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_acknowledge_packet_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_acknowledge_packet_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_acknowledge_packet_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_aggregate': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_ack_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_append_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_delete_at_path_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_delete_elem_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_delete_key_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_max_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_min_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_ack_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_prepend_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_select_column': { name: 'v0_evm_channel_open_ack_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'port_id' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_channel_open_ack_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_ack_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_ack_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_ack_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_ack_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_aggregate': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_confirm_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_append_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_delete_at_path_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_delete_elem_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_delete_key_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_max_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_min_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_confirm_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_prepend_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_select_column': { name: 'v0_evm_channel_open_confirm_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'port_id' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_channel_open_confirm_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_confirm_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_confirm_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_confirm_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_confirm_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_aggregate': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_init_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_append_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_delete_at_path_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_delete_elem_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_delete_key_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_max_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_min_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_init'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_init_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_prepend_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_select_column': { name: 'v0_evm_channel_open_init_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_port_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'port_id' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_channel_open_init_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_init_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_init_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_init_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_init_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'counterparty_port_id': { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_aggregate': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_try_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_append_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_delete_at_path_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'version'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_delete_elem_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_delete_key_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_max_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_min_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_channel_open_try'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_channel_open_try_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_prepend_input'; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_select_column': { name: 'v0_evm_channel_open_try_select_column'; enumValues: 'block_hash' | 'chain_id' | 'channel_id' | 'connection_id' | 'counterparty_port_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'port_id' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index' | 'version'; }; + 'v0_evm_channel_open_try_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'counterparty_port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_channel_open_try_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_channel_open_try_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_channel_open_try_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_channel_open_try_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_created': { kind: 'OBJECT'; name: 'v0_evm_client_created'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client': { name: 'client'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_created_aggregate': { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_client_created_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_client_created_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_client_created_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_append_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_created_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_delete_at_path_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_client_created_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_delete_elem_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_delete_key_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_max_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client': { name: 'client'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_created_min_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client': { name: 'client'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_created_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_client_created_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_created'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_client_created_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_prepend_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_select_column': { name: 'v0_evm_client_created_select_column'; enumValues: 'block_hash' | 'chain_id' | 'client' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_client_created_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_created_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_created_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_created_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_created_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_client_created_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_created_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_client_created_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_created_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_created_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_client_created_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_registered': { kind: 'OBJECT'; name: 'v0_evm_client_registered'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_registered_aggregate': { kind: 'OBJECT'; name: 'v0_evm_client_registered_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_client_registered_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_client_registered_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_client_registered_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_append_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_registered_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_delete_at_path_input'; inputFields: [{ name: 'address'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_client_registered_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_delete_elem_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_delete_key_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_insert_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_max_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_registered_min_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_registered_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_client_registered_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_registered'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_client_registered_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_order_by'; inputFields: [{ name: 'address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_prepend_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_select_column': { name: 'v0_evm_client_registered_select_column'; enumValues: 'address' | 'block_hash' | 'chain_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_client_registered_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_set_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_registered_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_registered_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_registered_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_stream_cursor_value_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_registered_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_client_registered_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_registered_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_client_registered_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_registered_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_registered_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_client_registered_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_updated': { kind: 'OBJECT'; name: 'v0_evm_client_updated'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_updated_aggregate': { kind: 'OBJECT'; name: 'v0_evm_client_updated_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_client_updated_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_client_updated_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_client_updated_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_append_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_updated_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_delete_at_path_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_client_updated_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_delete_elem_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_delete_key_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_max_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_updated_min_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_client_updated_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_client_updated_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_client_updated'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_client_updated_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_prepend_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_select_column': { name: 'v0_evm_client_updated_select_column'; enumValues: 'block_hash' | 'chain_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'raw_log' | 'revision_height' | 'revision_number' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_client_updated_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_updated_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_updated_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_updated_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_client_updated_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_evm_client_updated_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_client_updated_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_client_updated_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_updated_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_client_updated_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_client_updated_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_aggregate': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_connection_open_try_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_append_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_delete_at_path_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_delete_elem_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_delete_key_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_max_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_min_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_connection_open_try'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_connection_open_try_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_prepend_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_select_column': { name: 'v0_evm_connection_open_try_select_column'; enumValues: 'block_hash' | 'chain_id' | 'connection_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_connection_open_try_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_connection_open_try_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_connection_open_try_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_connection_open_try_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_connection_open_try_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_logs_imv': { kind: 'OBJECT'; name: 'v0_evm_logs_imv'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_aggregate': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_logs_imv_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_logs_imv_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_append_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_delete_at_path_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_delete_elem_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_delete_key_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_max_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_min_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_logs_imv'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_logs_imv_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_prepend_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_select_column': { name: 'v0_evm_logs_imv_select_column'; enumValues: 'block_hash' | 'chain_id' | 'height' | 'log_index' | 'log_to_jsonb' | 'raw_log' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_logs_imv_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_logs_imv_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_logs_imv_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_logs_imv_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_logs_imv_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_aggregate': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_write_acknowledgement_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_variance_fields'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_append_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_delete_at_path_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_delete_elem_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_delete_key_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_insert_input'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_max_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_max_fields'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_min_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_min_fields'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_mutation_response': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement'; ofType: null; }; }; }; } }; }; }; + 'v0_evm_write_acknowledgement_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_order_by'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_prepend_input'; inputFields: [{ name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_select_column': { name: 'v0_evm_write_acknowledgement_select_column'; enumValues: 'acknowledgement' | 'block_hash' | 'chain_id' | 'destination_channel' | 'destination_port' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'raw_log' | 'sequence' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_evm_write_acknowledgement_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_set_input'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_stream_cursor_value_input'; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_updates': { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_write_acknowledgement_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_evm_write_acknowledgement_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_evm_write_acknowledgement_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_write_acknowledgement_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_executes': { kind: 'OBJECT'; name: 'v0_executes'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_executes_aggregate': { kind: 'OBJECT'; name: 'v0_executes_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_executes_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes'; ofType: null; }; }; }; } }; }; }; + 'v0_executes_aggregate_fields': { kind: 'OBJECT'; name: 'v0_executes_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_executes_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_executes_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_executes_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_executes_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_executes_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_executes_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_executes_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_executes_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_executes_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_executes_variance_fields'; ofType: null; } }; }; }; + 'v0_executes_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_avg_fields': { kind: 'OBJECT'; name: 'v0_executes_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_executes_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_executes_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_executes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_executes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_executes_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_insert_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_max_fields': { kind: 'OBJECT'; name: 'v0_executes_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_executes_min_fields': { kind: 'OBJECT'; name: 'v0_executes_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_executes_mutation_response': { kind: 'OBJECT'; name: 'v0_executes_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_executes'; ofType: null; }; }; }; } }; }; }; + 'v0_executes_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_executes_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_select_column': { name: 'v0_executes_select_column'; enumValues: '_contract_address' | 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_executes_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_set_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_stddev_fields': { kind: 'OBJECT'; name: 'v0_executes_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_executes_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_executes_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_executes_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_executes_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_executes_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_executes_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_executes_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_executes_sum_fields': { kind: 'OBJECT'; name: 'v0_executes_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_executes_updates': { kind: 'INPUT_OBJECT'; name: 'v0_executes_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_executes_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_executes_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_executes_var_pop_fields': { kind: 'OBJECT'; name: 'v0_executes_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_executes_var_samp_fields': { kind: 'OBJECT'; name: 'v0_executes_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_executes_variance_fields': { kind: 'OBJECT'; name: 'v0_executes_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_hops': { kind: 'OBJECT'; name: 'v0_hops'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_json': { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_source_channel': { name: 'destination_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_source_port': { name: 'destination_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_block_hash': { name: 'origin_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_data': { name: 'origin_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_json': { name: 'origin_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_source_channel': { name: 'origin_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_source_port': { name: 'origin_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_time': { name: 'origin_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_transaction_hash': { name: 'origin_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_transaction_index': { name: 'origin_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_hops_aggregate': { kind: 'OBJECT'; name: 'v0_hops_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_hops_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops'; ofType: null; }; }; }; } }; }; }; + 'v0_hops_aggregate_fields': { kind: 'OBJECT'; name: 'v0_hops_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_hops_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_hops_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_hops_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_hops_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_hops_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_hops_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_hops_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_hops_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_hops_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_hops_variance_fields'; ofType: null; } }; }; }; + 'v0_hops_avg_fields': { kind: 'OBJECT'; name: 'v0_hops_avg_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_hops_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_hops_max_fields': { kind: 'OBJECT'; name: 'v0_hops_max_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_source_channel': { name: 'destination_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_source_port': { name: 'destination_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_block_hash': { name: 'origin_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_data': { name: 'origin_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_source_channel': { name: 'origin_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_source_port': { name: 'origin_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_time': { name: 'origin_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_transaction_hash': { name: 'origin_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_transaction_index': { name: 'origin_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_hops_min_fields': { kind: 'OBJECT'; name: 'v0_hops_min_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_source_channel': { name: 'destination_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_source_port': { name: 'destination_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_block_hash': { name: 'origin_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_data': { name: 'origin_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_source_channel': { name: 'origin_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_source_port': { name: 'origin_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_time': { name: 'origin_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_transaction_hash': { name: 'origin_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_transaction_index': { name: 'origin_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_hops_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_hops_order_by'; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_hops_select_column': { name: 'v0_hops_select_column'; enumValues: 'destination_block_hash' | 'destination_chain_id' | 'destination_data' | 'destination_height' | 'destination_json' | 'destination_sequence' | 'destination_source_channel' | 'destination_source_port' | 'destination_time' | 'destination_timeout_timestamp' | 'destination_transaction_hash' | 'destination_transaction_index' | 'origin_block_hash' | 'origin_chain_id' | 'origin_data' | 'origin_height' | 'origin_json' | 'origin_sequence' | 'origin_source_channel' | 'origin_source_port' | 'origin_time' | 'origin_timeout_timestamp' | 'origin_transaction_hash' | 'origin_transaction_index'; }; + 'v0_hops_stddev_fields': { kind: 'OBJECT'; name: 'v0_hops_stddev_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_hops_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_hops_stddev_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_hops_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_hops_stddev_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_hops_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_hops_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_hops_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_hops_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_hops_stream_cursor_value_input'; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'origin_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'origin_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'origin_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_hops_sum_fields': { kind: 'OBJECT'; name: 'v0_hops_sum_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_hops_var_pop_fields': { kind: 'OBJECT'; name: 'v0_hops_var_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_hops_var_samp_fields': { kind: 'OBJECT'; name: 'v0_hops_var_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_hops_variance_fields': { kind: 'OBJECT'; name: 'v0_hops_variance_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'success': { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_aggregate': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; }; }; + 'v0_ibc_packet_receiveds_aggregate_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_variance_fields'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_avg_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_insert_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_max_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_min_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_mutation_response': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; }; }; + 'v0_ibc_packet_receiveds_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_select_column': { name: 'v0_ibc_packet_receiveds_select_column'; enumValues: '_contract_address' | 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'module' | 'msg_index' | 'success' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_ibc_packet_receiveds_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_set_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_stddev_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_sum_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_updates': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_ibc_packet_receiveds_var_pop_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_var_samp_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ibc_packet_receiveds_variance_fields': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_incoming_transfers': { kind: 'OBJECT'; name: 'v0_incoming_transfers'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination': { name: 'destination'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_incoming_transfers_aggregate': { kind: 'OBJECT'; name: 'v0_incoming_transfers_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_incoming_transfers'; ofType: null; }; }; }; } }; }; }; + 'v0_incoming_transfers_aggregate_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_incoming_transfers_variance_fields'; ofType: null; } }; }; }; + 'v0_incoming_transfers_avg_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_incoming_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_incoming_transfers_max_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_incoming_transfers_min_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_incoming_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_incoming_transfers_select_column': { name: 'v0_incoming_transfers_select_column'; enumValues: '_contract_address' | 'amount' | 'chain_id' | 'connection_id' | 'counterparty_id' | 'denom' | 'msg_index' | 'origin_id' | 'packet_channel_ordering' | 'packet_connection' | 'packet_data_hex' | 'packet_dst_channel' | 'packet_dst_port' | 'packet_sequence' | 'packet_src_channel' | 'packet_src_port' | 'packet_timeout_height' | 'packet_timeout_timestamp' | 'receiver' | 'sender' | 'transaction_hash'; }; + 'v0_incoming_transfers_stddev_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_incoming_transfers_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_incoming_transfers_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_incoming_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_incoming_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_incoming_transfers_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_incoming_transfers_sum_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_incoming_transfers_var_pop_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_incoming_transfers_var_samp_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_incoming_transfers_variance_fields': { kind: 'OBJECT'; name: 'v0_incoming_transfers_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin_id': { name: 'origin_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_instantiates': { kind: 'OBJECT'; name: 'v0_instantiates'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_instantiates_aggregate': { kind: 'OBJECT'; name: 'v0_instantiates_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_instantiates_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates'; ofType: null; }; }; }; } }; }; }; + 'v0_instantiates_aggregate_fields': { kind: 'OBJECT'; name: 'v0_instantiates_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_instantiates_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_instantiates_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_instantiates_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_instantiates_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_instantiates_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_instantiates_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_instantiates_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_instantiates_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_instantiates_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_instantiates_variance_fields'; ofType: null; } }; }; }; + 'v0_instantiates_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_avg_fields': { kind: 'OBJECT'; name: 'v0_instantiates_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_instantiates_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_instantiates_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_insert_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_max_fields': { kind: 'OBJECT'; name: 'v0_instantiates_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_instantiates_min_fields': { kind: 'OBJECT'; name: 'v0_instantiates_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_instantiates_mutation_response': { kind: 'OBJECT'; name: 'v0_instantiates_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_instantiates'; ofType: null; }; }; }; } }; }; }; + 'v0_instantiates_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_select_column': { name: 'v0_instantiates_select_column'; enumValues: '_contract_address' | 'block_hash' | 'chain_id' | 'code_id' | 'data' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_instantiates_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_set_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_stddev_fields': { kind: 'OBJECT'; name: 'v0_instantiates_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_instantiates_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_instantiates_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_instantiates_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_instantiates_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_instantiates_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_instantiates_sum_fields': { kind: 'OBJECT'; name: 'v0_instantiates_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_instantiates_updates': { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_instantiates_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_instantiates_var_pop_fields': { kind: 'OBJECT'; name: 'v0_instantiates_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_instantiates_var_samp_fields': { kind: 'OBJECT'; name: 'v0_instantiates_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_instantiates_variance_fields': { kind: 'OBJECT'; name: 'v0_instantiates_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_livenesses': { kind: 'OBJECT'; name: 'v0_livenesses'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'missed_blocks': { name: 'missed_blocks'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_livenesses_aggregate': { kind: 'OBJECT'; name: 'v0_livenesses_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_livenesses_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses'; ofType: null; }; }; }; } }; }; }; + 'v0_livenesses_aggregate_fields': { kind: 'OBJECT'; name: 'v0_livenesses_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_livenesses_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_livenesses_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_livenesses_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_livenesses_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_livenesses_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_livenesses_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_livenesses_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_livenesses_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_livenesses_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_livenesses_variance_fields'; ofType: null; } }; }; }; + 'v0_livenesses_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_avg_fields': { kind: 'OBJECT'; name: 'v0_livenesses_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_livenesses_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'event_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'missed_blocks'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_livenesses_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_insert_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'missed_blocks'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_max_fields': { kind: 'OBJECT'; name: 'v0_livenesses_max_fields'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'missed_blocks': { name: 'missed_blocks'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_livenesses_min_fields': { kind: 'OBJECT'; name: 'v0_livenesses_min_fields'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'missed_blocks': { name: 'missed_blocks'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_livenesses_mutation_response': { kind: 'OBJECT'; name: 'v0_livenesses_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_livenesses'; ofType: null; }; }; }; } }; }; }; + 'v0_livenesses_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_order_by'; inputFields: [{ name: 'address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'event_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'missed_blocks'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_select_column': { name: 'v0_livenesses_select_column'; enumValues: 'address' | 'block_hash' | 'chain_id' | 'data' | 'event_height' | 'height' | 'index' | 'missed_blocks' | 'mode' | 'time'; }; + 'v0_livenesses_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_set_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'missed_blocks'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_stddev_fields': { kind: 'OBJECT'; name: 'v0_livenesses_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_livenesses_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_livenesses_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_livenesses_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_livenesses_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_livenesses_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_stream_cursor_value_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'missed_blocks'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_livenesses_sum_fields': { kind: 'OBJECT'; name: 'v0_livenesses_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_livenesses_updates': { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_livenesses_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_livenesses_var_pop_fields': { kind: 'OBJECT'; name: 'v0_livenesses_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_livenesses_var_samp_fields': { kind: 'OBJECT'; name: 'v0_livenesses_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_livenesses_variance_fields': { kind: 'OBJECT'; name: 'v0_livenesses_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'event_height': { name: 'event_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs': { kind: 'OBJECT'; name: 'v0_logs'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; }; }; + 'v0_logs_aggregate': { kind: 'OBJECT'; name: 'v0_logs_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_logs_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; }; }; + 'v0_logs_aggregate_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp'; inputFields: [{ name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp_count'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_aggregate_bool_exp_count': { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_bool_exp_count'; inputFields: [{ name: 'arguments'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_logs_select_column'; ofType: null; }; }; }; defaultValue: null }, { name: 'distinct'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'predicate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_logs_aggregate_fields': { kind: 'OBJECT'; name: 'v0_logs_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_logs_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_logs_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_logs_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_logs_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_logs_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_logs_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_logs_variance_fields'; ofType: null; } }; }; }; + 'v0_logs_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_aggregate_order_by'; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_arr_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_arr_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_logs_insert_input'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_avg_fields': { kind: 'OBJECT'; name: 'v0_logs_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_avg_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_constraint': { name: 'v0_logs_constraint'; enumValues: 'logs_pkey'; }; + 'v0_logs_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_logs_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_max_fields': { kind: 'OBJECT'; name: 'v0_logs_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_logs_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_max_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_min_fields': { kind: 'OBJECT'; name: 'v0_logs_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_logs_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_min_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_mutation_response': { kind: 'OBJECT'; name: 'v0_logs_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; }; }; + 'v0_logs_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_logs_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_logs_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_logs_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_pk_columns_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_logs_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_select_column': { name: 'v0_logs_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'time'; }; + 'v0_logs_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_stddev_fields': { kind: 'OBJECT'; name: 'v0_logs_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_logs_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_logs_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stddev_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_logs_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_logs_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_sum_fields': { kind: 'OBJECT'; name: 'v0_logs_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_logs_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_sum_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_update_column': { name: 'v0_logs_update_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'time'; }; + 'v0_logs_updates': { kind: 'INPUT_OBJECT'; name: 'v0_logs_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_logs_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_logs_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_logs_var_pop_fields': { kind: 'OBJECT'; name: 'v0_logs_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_var_samp_fields': { kind: 'OBJECT'; name: 'v0_logs_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_var_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_logs_variance_fields': { kind: 'OBJECT'; name: 'v0_logs_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_logs_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_logs_variance_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages': { kind: 'OBJECT'; name: 'v0_messages'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_messages_aggregate': { kind: 'OBJECT'; name: 'v0_messages_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_messages_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages'; ofType: null; }; }; }; } }; }; }; + 'v0_messages_aggregate_fields': { kind: 'OBJECT'; name: 'v0_messages_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_messages_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_messages_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_messages_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_messages_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_messages_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_messages_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_messages_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_messages_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_messages_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_messages_variance_fields'; ofType: null; } }; }; }; + 'v0_messages_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_avg_fields': { kind: 'OBJECT'; name: 'v0_messages_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_messages_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_messages_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_messages_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_messages_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_messages_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_max_fields': { kind: 'OBJECT'; name: 'v0_messages_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_messages_min_fields': { kind: 'OBJECT'; name: 'v0_messages_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_messages_mutation_response': { kind: 'OBJECT'; name: 'v0_messages_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_messages'; ofType: null; }; }; }; } }; }; }; + 'v0_messages_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_messages_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_select_column': { name: 'v0_messages_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'mode' | 'sender' | 'time'; }; + 'v0_messages_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_stddev_fields': { kind: 'OBJECT'; name: 'v0_messages_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_messages_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_messages_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_messages_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_messages_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_messages_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_messages_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_messages_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_messages_sum_fields': { kind: 'OBJECT'; name: 'v0_messages_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_messages_updates': { kind: 'INPUT_OBJECT'; name: 'v0_messages_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_messages_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_messages_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_messages_var_pop_fields': { kind: 'OBJECT'; name: 'v0_messages_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_messages_var_samp_fields': { kind: 'OBJECT'; name: 'v0_messages_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_messages_variance_fields': { kind: 'OBJECT'; name: 'v0_messages_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_mints': { kind: 'OBJECT'; name: 'v0_mints'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_mints_aggregate': { kind: 'OBJECT'; name: 'v0_mints_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_mints_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints'; ofType: null; }; }; }; } }; }; }; + 'v0_mints_aggregate_fields': { kind: 'OBJECT'; name: 'v0_mints_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_mints_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_mints_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_mints_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_mints_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_mints_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_mints_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_mints_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_mints_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_mints_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_mints_variance_fields'; ofType: null; } }; }; }; + 'v0_mints_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_avg_fields': { kind: 'OBJECT'; name: 'v0_mints_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_mints_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_mints_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_mints_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_mints_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'annual_provisions'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'bonded_ratio'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'inflation'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_mints_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_max_fields': { kind: 'OBJECT'; name: 'v0_mints_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_mints_min_fields': { kind: 'OBJECT'; name: 'v0_mints_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_mints_mutation_response': { kind: 'OBJECT'; name: 'v0_mints_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_mints'; ofType: null; }; }; }; } }; }; }; + 'v0_mints_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_mints_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'annual_provisions'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'bonded_ratio'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'inflation'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_select_column': { name: 'v0_mints_select_column'; enumValues: 'amount' | 'annual_provisions' | 'block_hash' | 'bonded_ratio' | 'chain_id' | 'data' | 'height' | 'index' | 'inflation' | 'mode' | 'time'; }; + 'v0_mints_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_stddev_fields': { kind: 'OBJECT'; name: 'v0_mints_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_mints_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_mints_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_mints_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_mints_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_mints_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_mints_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_mints_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_mints_sum_fields': { kind: 'OBJECT'; name: 'v0_mints_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_mints_updates': { kind: 'INPUT_OBJECT'; name: 'v0_mints_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_mints_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_mints_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_mints_var_pop_fields': { kind: 'OBJECT'; name: 'v0_mints_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_mints_var_samp_fields': { kind: 'OBJECT'; name: 'v0_mints_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_mints_variance_fields': { kind: 'OBJECT'; name: 'v0_mints_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'annual_provisions': { name: 'annual_provisions'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'bonded_ratio': { name: 'bonded_ratio'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'inflation': { name: 'inflation'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_outgoing_transfers': { kind: 'OBJECT'; name: 'v0_outgoing_transfers'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty': { name: 'counterparty'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_aggregate': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_outgoing_transfers'; ofType: null; }; }; }; } }; }; }; + 'v0_outgoing_transfers_aggregate_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_outgoing_transfers_variance_fields'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_avg_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_outgoing_transfers_max_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_min_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_outgoing_transfers_select_column': { name: 'v0_outgoing_transfers_select_column'; enumValues: '_contract_address' | 'amount' | 'chain_id' | 'connection_id' | 'counterparty_id' | 'denom' | 'msg_index' | 'origin' | 'packet_channel_ordering' | 'packet_connection' | 'packet_data_hex' | 'packet_dst_channel' | 'packet_dst_port' | 'packet_sequence' | 'packet_src_channel' | 'packet_src_port' | 'packet_timeout_height' | 'packet_timeout_timestamp' | 'receiver' | 'sender' | 'transaction_hash'; }; + 'v0_outgoing_transfers_stddev_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_outgoing_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_outgoing_transfers_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_outgoing_transfers_sum_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_var_pop_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_var_samp_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_outgoing_transfers_variance_fields': { kind: 'OBJECT'; name: 'v0_outgoing_transfers_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'counterparty_id': { name: 'counterparty_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_deposits': { kind: 'OBJECT'; name: 'v0_proposal_deposits'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_proposal_deposits_aggregate': { kind: 'OBJECT'; name: 'v0_proposal_deposits_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits'; ofType: null; }; }; }; } }; }; }; + 'v0_proposal_deposits_aggregate_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_proposal_deposits_variance_fields'; ofType: null; } }; }; }; + 'v0_proposal_deposits_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_avg_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_deposits_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_proposal_deposits_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_max_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_proposal_deposits_min_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_proposal_deposits_mutation_response': { kind: 'OBJECT'; name: 'v0_proposal_deposits_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_deposits'; ofType: null; }; }; }; } }; }; }; + 'v0_proposal_deposits_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_select_column': { name: 'v0_proposal_deposits_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'msg_index' | 'proposal_id' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_proposal_deposits_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_stddev_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_deposits_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_deposits_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_deposits_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_deposits_sum_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_proposal_deposits_updates': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_deposits_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_proposal_deposits_var_pop_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_deposits_var_samp_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_deposits_variance_fields': { kind: 'OBJECT'; name: 'v0_proposal_deposits_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_votes': { kind: 'OBJECT'; name: 'v0_proposal_votes'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'option': { name: 'option'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'voter': { name: 'voter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_proposal_votes_aggregate': { kind: 'OBJECT'; name: 'v0_proposal_votes_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes'; ofType: null; }; }; }; } }; }; }; + 'v0_proposal_votes_aggregate_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_proposal_votes_variance_fields'; ofType: null; } }; }; }; + 'v0_proposal_votes_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_avg_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_votes_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'option'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'voter'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_proposal_votes_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'option'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'voter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_max_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'option': { name: 'option'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'voter': { name: 'voter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_proposal_votes_min_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'option': { name: 'option'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'voter': { name: 'voter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_proposal_votes_mutation_response': { kind: 'OBJECT'; name: 'v0_proposal_votes_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_proposal_votes'; ofType: null; }; }; }; } }; }; }; + 'v0_proposal_votes_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'option'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'voter'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_select_column': { name: 'v0_proposal_votes_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'msg_index' | 'option' | 'proposal_id' | 'time' | 'transaction_hash' | 'transaction_index' | 'voter'; }; + 'v0_proposal_votes_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'option'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'voter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_stddev_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_votes_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_votes_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_votes_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'option'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'voter'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_proposal_votes_sum_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_proposal_votes_updates': { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_proposal_votes_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_proposal_votes_var_pop_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_votes_var_samp_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_proposal_votes_variance_fields': { kind: 'OBJECT'; name: 'v0_proposal_votes_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_recv_packets': { kind: 'OBJECT'; name: 'v0_recv_packets'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data': { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_recv_packets_aggregate': { kind: 'OBJECT'; name: 'v0_recv_packets_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_recv_packets_aggregate_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_recv_packets_variance_fields'; ofType: null; } }; }; }; + 'v0_recv_packets_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_avg_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_recv_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_recv_packets_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_max_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data': { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_recv_packets_min_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data': { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_recv_packets_mutation_response': { kind: 'OBJECT'; name: 'v0_recv_packets_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_recv_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_select_column': { name: 'v0_recv_packets_select_column'; enumValues: 'block_hash' | 'chain_id' | 'connection_id' | 'data' | 'height' | 'index' | 'msg_index' | 'packet_channel_ordering' | 'packet_connection' | 'packet_data' | 'packet_data_hex' | 'packet_dst_channel' | 'packet_dst_port' | 'packet_sequence' | 'packet_src_channel' | 'packet_src_port' | 'packet_timeout_height' | 'packet_timeout_timestamp' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_recv_packets_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_stddev_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_recv_packets_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_recv_packets_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_recv_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_recv_packets_sum_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_recv_packets_updates': { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_recv_packets_var_pop_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_recv_packets_var_samp_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_recv_packets_variance_fields': { kind: 'OBJECT'; name: 'v0_recv_packets_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_redelegates': { kind: 'OBJECT'; name: 'v0_redelegates'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'completion_time': { name: 'completion_time'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_validator': { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_validator': { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_redelegates_aggregate': { kind: 'OBJECT'; name: 'v0_redelegates_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_redelegates_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates'; ofType: null; }; }; }; } }; }; }; + 'v0_redelegates_aggregate_fields': { kind: 'OBJECT'; name: 'v0_redelegates_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_redelegates_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_redelegates_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_redelegates_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_redelegates_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_redelegates_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_redelegates_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_redelegates_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_redelegates_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_redelegates_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_redelegates_variance_fields'; ofType: null; } }; }; }; + 'v0_redelegates_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_avg_fields': { kind: 'OBJECT'; name: 'v0_redelegates_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_redelegates_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'completion_time'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_redelegates_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'completion_time'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_max_fields': { kind: 'OBJECT'; name: 'v0_redelegates_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'completion_time': { name: 'completion_time'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_validator': { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_validator': { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_redelegates_min_fields': { kind: 'OBJECT'; name: 'v0_redelegates_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'completion_time': { name: 'completion_time'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_validator': { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_validator': { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_redelegates_mutation_response': { kind: 'OBJECT'; name: 'v0_redelegates_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_redelegates'; ofType: null; }; }; }; } }; }; }; + 'v0_redelegates_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'completion_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_select_column': { name: 'v0_redelegates_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'completion_time' | 'data' | 'denom' | 'destination_validator' | 'height' | 'index' | 'msg_index' | 'source_validator' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_redelegates_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'completion_time'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_stddev_fields': { kind: 'OBJECT'; name: 'v0_redelegates_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_redelegates_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_redelegates_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_redelegates_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_redelegates_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_redelegates_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'completion_time'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_redelegates_sum_fields': { kind: 'OBJECT'; name: 'v0_redelegates_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_redelegates_updates': { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_redelegates_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_redelegates_var_pop_fields': { kind: 'OBJECT'; name: 'v0_redelegates_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_redelegates_var_samp_fields': { kind: 'OBJECT'; name: 'v0_redelegates_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_redelegates_variance_fields': { kind: 'OBJECT'; name: 'v0_redelegates_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_replies': { kind: 'OBJECT'; name: 'v0_replies'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_replies_aggregate': { kind: 'OBJECT'; name: 'v0_replies_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_replies_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies'; ofType: null; }; }; }; } }; }; }; + 'v0_replies_aggregate_fields': { kind: 'OBJECT'; name: 'v0_replies_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_replies_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_replies_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_replies_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_replies_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_replies_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_replies_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_replies_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_replies_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_replies_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_replies_variance_fields'; ofType: null; } }; }; }; + 'v0_replies_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_avg_fields': { kind: 'OBJECT'; name: 'v0_replies_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_replies_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_replies_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_replies_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_replies_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_replies_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_insert_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_max_fields': { kind: 'OBJECT'; name: 'v0_replies_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_replies_min_fields': { kind: 'OBJECT'; name: 'v0_replies_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_replies_mutation_response': { kind: 'OBJECT'; name: 'v0_replies_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_replies'; ofType: null; }; }; }; } }; }; }; + 'v0_replies_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_replies_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_select_column': { name: 'v0_replies_select_column'; enumValues: '_contract_address' | 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_replies_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_set_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_stddev_fields': { kind: 'OBJECT'; name: 'v0_replies_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_replies_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_replies_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_replies_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_replies_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_replies_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_replies_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_replies_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_replies_sum_fields': { kind: 'OBJECT'; name: 'v0_replies_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_replies_updates': { kind: 'INPUT_OBJECT'; name: 'v0_replies_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_replies_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_replies_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_replies_var_pop_fields': { kind: 'OBJECT'; name: 'v0_replies_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_replies_var_samp_fields': { kind: 'OBJECT'; name: 'v0_replies_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_replies_variance_fields': { kind: 'OBJECT'; name: 'v0_replies_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rewardses': { kind: 'OBJECT'; name: 'v0_rewardses'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_rewardses_aggregate': { kind: 'OBJECT'; name: 'v0_rewardses_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_rewardses_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses'; ofType: null; }; }; }; } }; }; }; + 'v0_rewardses_aggregate_fields': { kind: 'OBJECT'; name: 'v0_rewardses_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_rewardses_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_rewardses_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_rewardses_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_rewardses_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_rewardses_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_rewardses_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_rewardses_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_rewardses_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_rewardses_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_rewardses_variance_fields'; ofType: null; } }; }; }; + 'v0_rewardses_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_avg_fields': { kind: 'OBJECT'; name: 'v0_rewardses_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rewardses_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_rewardses_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_max_fields': { kind: 'OBJECT'; name: 'v0_rewardses_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_rewardses_min_fields': { kind: 'OBJECT'; name: 'v0_rewardses_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_rewardses_mutation_response': { kind: 'OBJECT'; name: 'v0_rewardses_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rewardses'; ofType: null; }; }; }; } }; }; }; + 'v0_rewardses_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_select_column': { name: 'v0_rewardses_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'time' | 'validator'; }; + 'v0_rewardses_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_stddev_fields': { kind: 'OBJECT'; name: 'v0_rewardses_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rewardses_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_rewardses_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rewardses_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_rewardses_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rewardses_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_rewardses_sum_fields': { kind: 'OBJECT'; name: 'v0_rewardses_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_rewardses_updates': { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rewardses_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_rewardses_var_pop_fields': { kind: 'OBJECT'; name: 'v0_rewardses_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rewardses_var_samp_fields': { kind: 'OBJECT'; name: 'v0_rewardses_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rewardses_variance_fields': { kind: 'OBJECT'; name: 'v0_rewardses_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_send_packets': { kind: 'OBJECT'; name: 'v0_send_packets'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data': { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_send_packets_aggregate': { kind: 'OBJECT'; name: 'v0_send_packets_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_send_packets_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_send_packets_aggregate_fields': { kind: 'OBJECT'; name: 'v0_send_packets_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_send_packets_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_send_packets_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_send_packets_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_send_packets_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_send_packets_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_send_packets_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_send_packets_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_send_packets_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_send_packets_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_send_packets_variance_fields'; ofType: null; } }; }; }; + 'v0_send_packets_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_avg_fields': { kind: 'OBJECT'; name: 'v0_send_packets_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_send_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_send_packets_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_max_fields': { kind: 'OBJECT'; name: 'v0_send_packets_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data': { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_send_packets_min_fields': { kind: 'OBJECT'; name: 'v0_send_packets_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_channel_ordering': { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_connection': { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data': { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_data_hex': { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_channel': { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_dst_port': { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_src_channel': { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_src_port': { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_height': { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_send_packets_mutation_response': { kind: 'OBJECT'; name: 'v0_send_packets_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_send_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_send_packets_obj_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_obj_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_insert_input'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_send_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_select_column': { name: 'v0_send_packets_select_column'; enumValues: 'block_hash' | 'chain_id' | 'connection_id' | 'data' | 'height' | 'index' | 'msg_index' | 'packet_channel_ordering' | 'packet_connection' | 'packet_data' | 'packet_data_hex' | 'packet_dst_channel' | 'packet_dst_port' | 'packet_sequence' | 'packet_src_channel' | 'packet_src_port' | 'packet_timeout_height' | 'packet_timeout_timestamp' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_send_packets_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_stddev_fields': { kind: 'OBJECT'; name: 'v0_send_packets_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_send_packets_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_send_packets_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_send_packets_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_send_packets_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_send_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_channel_ordering'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_connection'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data_hex'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_dst_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'packet_src_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_src_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_send_packets_sum_fields': { kind: 'OBJECT'; name: 'v0_send_packets_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_send_packets_updates': { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_send_packets_var_pop_fields': { kind: 'OBJECT'; name: 'v0_send_packets_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_send_packets_var_samp_fields': { kind: 'OBJECT'; name: 'v0_send_packets_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_send_packets_variance_fields': { kind: 'OBJECT'; name: 'v0_send_packets_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_sequence': { name: 'packet_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'packet_timeout_timestamp': { name: 'packet_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_slashes': { kind: 'OBJECT'; name: 'v0_slashes'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'jailed': { name: 'jailed'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'reason': { name: 'reason'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_slashes_aggregate': { kind: 'OBJECT'; name: 'v0_slashes_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_slashes_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes'; ofType: null; }; }; }; } }; }; }; + 'v0_slashes_aggregate_fields': { kind: 'OBJECT'; name: 'v0_slashes_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_slashes_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_slashes_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_slashes_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_slashes_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_slashes_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_slashes_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_slashes_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_slashes_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_slashes_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_slashes_variance_fields'; ofType: null; } }; }; }; + 'v0_slashes_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_avg_fields': { kind: 'OBJECT'; name: 'v0_slashes_avg_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_slashes_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'burned_coins'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'jailed'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'reason'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_slashes_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_inc_input'; inputFields: [{ name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_insert_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'jailed'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'reason'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_max_fields': { kind: 'OBJECT'; name: 'v0_slashes_max_fields'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'jailed': { name: 'jailed'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'reason': { name: 'reason'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_slashes_min_fields': { kind: 'OBJECT'; name: 'v0_slashes_min_fields'; fields: { 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'jailed': { name: 'jailed'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'reason': { name: 'reason'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_slashes_mutation_response': { kind: 'OBJECT'; name: 'v0_slashes_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_slashes'; ofType: null; }; }; }; } }; }; }; + 'v0_slashes_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_order_by'; inputFields: [{ name: 'address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'burned_coins'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'jailed'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'reason'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_select_column': { name: 'v0_slashes_select_column'; enumValues: 'address' | 'block_hash' | 'burned_coins' | 'chain_id' | 'data' | 'height' | 'index' | 'jailed' | 'mode' | 'power' | 'reason' | 'time'; }; + 'v0_slashes_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_set_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'jailed'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'reason'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_stddev_fields': { kind: 'OBJECT'; name: 'v0_slashes_stddev_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_slashes_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_slashes_stddev_pop_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_slashes_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_slashes_stddev_samp_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_slashes_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_stream_cursor_value_input'; inputFields: [{ name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'jailed'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'reason'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_slashes_sum_fields': { kind: 'OBJECT'; name: 'v0_slashes_sum_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_slashes_updates': { kind: 'INPUT_OBJECT'; name: 'v0_slashes_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_slashes_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_slashes_var_pop_fields': { kind: 'OBJECT'; name: 'v0_slashes_var_pop_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_slashes_var_samp_fields': { kind: 'OBJECT'; name: 'v0_slashes_var_samp_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_slashes_variance_fields': { kind: 'OBJECT'; name: 'v0_slashes_variance_fields'; fields: { 'burned_coins': { name: 'burned_coins'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_codes': { kind: 'OBJECT'; name: 'v0_store_codes'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_checksum': { name: 'code_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_store_codes_aggregate': { kind: 'OBJECT'; name: 'v0_store_codes_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_store_codes_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes'; ofType: null; }; }; }; } }; }; }; + 'v0_store_codes_aggregate_fields': { kind: 'OBJECT'; name: 'v0_store_codes_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_store_codes_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_store_codes_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_store_codes_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_store_codes_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_store_codes_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_store_codes_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_store_codes_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_store_codes_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_store_codes_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_store_codes_variance_fields'; ofType: null; } }; }; }; + 'v0_store_codes_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_avg_fields': { kind: 'OBJECT'; name: 'v0_store_codes_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_codes_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'code_checksum'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_store_codes_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_max_fields': { kind: 'OBJECT'; name: 'v0_store_codes_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_checksum': { name: 'code_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_store_codes_min_fields': { kind: 'OBJECT'; name: 'v0_store_codes_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_checksum': { name: 'code_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_store_codes_mutation_response': { kind: 'OBJECT'; name: 'v0_store_codes_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_codes'; ofType: null; }; }; }; } }; }; }; + 'v0_store_codes_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'code_checksum'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_select_column': { name: 'v0_store_codes_select_column'; enumValues: 'block_hash' | 'chain_id' | 'code_checksum' | 'code_id' | 'data' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_store_codes_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_stddev_fields': { kind: 'OBJECT'; name: 'v0_store_codes_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_codes_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_store_codes_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_codes_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_store_codes_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_codes_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'code_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_codes_sum_fields': { kind: 'OBJECT'; name: 'v0_store_codes_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_store_codes_updates': { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_codes_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_store_codes_var_pop_fields': { kind: 'OBJECT'; name: 'v0_store_codes_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_codes_var_samp_fields': { kind: 'OBJECT'; name: 'v0_store_codes_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_codes_variance_fields': { kind: 'OBJECT'; name: 'v0_store_codes_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'code_id': { name: 'code_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_wasm_codes': { kind: 'OBJECT'; name: 'v0_store_wasm_codes'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'wasm_checksum': { name: 'wasm_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_aggregate': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes'; ofType: null; }; }; }; } }; }; }; + 'v0_store_wasm_codes_aggregate_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_store_wasm_codes_variance_fields'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_avg_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'wasm_checksum'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'wasm_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_max_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'wasm_checksum': { name: 'wasm_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_min_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'wasm_checksum': { name: 'wasm_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_mutation_response': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_store_wasm_codes'; ofType: null; }; }; }; } }; }; }; + 'v0_store_wasm_codes_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'wasm_checksum'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_select_column': { name: 'v0_store_wasm_codes_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'mode' | 'time' | 'wasm_checksum'; }; + 'v0_store_wasm_codes_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'wasm_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_stddev_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'wasm_checksum'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_sum_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_updates': { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_store_wasm_codes_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_store_wasm_codes_var_pop_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_var_samp_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_store_wasm_codes_variance_fields': { kind: 'OBJECT'; name: 'v0_store_wasm_codes_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_submit_proposals': { kind: 'OBJECT'; name: 'v0_submit_proposals'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_messages': { name: 'proposal_messages'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_submit_proposals_aggregate': { kind: 'OBJECT'; name: 'v0_submit_proposals_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_submit_proposals'; ofType: null; }; }; }; } }; }; }; + 'v0_submit_proposals_aggregate_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_submit_proposals_variance_fields'; ofType: null; } }; }; }; + 'v0_submit_proposals_avg_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_submit_proposals_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'proposal_messages'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'voting_period_start'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_submit_proposals_max_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_messages': { name: 'proposal_messages'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_submit_proposals_min_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_messages': { name: 'proposal_messages'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_submit_proposals_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'proposal_messages'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'voting_period_start'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_submit_proposals_select_column': { name: 'v0_submit_proposals_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'msg_index' | 'proposal_id' | 'proposal_messages' | 'time' | 'transaction_hash' | 'transaction_index' | 'voting_period_start'; }; + 'v0_submit_proposals_stddev_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_submit_proposals_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_submit_proposals_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_submit_proposals_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_submit_proposals_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_submit_proposals_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'proposal_messages'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_submit_proposals_sum_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_submit_proposals_var_pop_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_submit_proposals_var_samp_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_submit_proposals_variance_fields': { kind: 'OBJECT'; name: 'v0_submit_proposals_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'proposal_id': { name: 'proposal_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'voting_period_start': { name: 'voting_period_start'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions': { kind: 'OBJECT'; name: 'v0_transactions'; fields: { 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'events': { name: 'events'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events'; ofType: null; }; }; }; } }; 'events_aggregate': { name: 'events_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_events_aggregate'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'index': { name: 'index'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; }; + 'v0_transactions_aggregate': { kind: 'OBJECT'; name: 'v0_transactions_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_transactions_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; }; }; + 'v0_transactions_aggregate_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_bool_exp'; inputFields: [{ name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_bool_exp_count'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_aggregate_bool_exp_count': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_bool_exp_count'; inputFields: [{ name: 'arguments'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_transactions_select_column'; ofType: null; }; }; }; defaultValue: null }, { name: 'distinct'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'predicate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_transactions_aggregate_fields': { kind: 'OBJECT'; name: 'v0_transactions_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_transactions_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_transactions_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_transactions_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_transactions_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_transactions_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_transactions_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_transactions_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_transactions_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_transactions_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_transactions_variance_fields'; ofType: null; } }; }; }; + 'v0_transactions_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_order_by'; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_arr_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_arr_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_insert_input'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_avg_fields': { kind: 'OBJECT'; name: 'v0_transactions_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_avg_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'events_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_constraint': { name: 'v0_transactions_constraint'; enumValues: 'transactions_pkey'; }; + 'v0_transactions_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_transactions_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_insert_input'; inputFields: [{ name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'events'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_arr_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_max_fields': { kind: 'OBJECT'; name: 'v0_transactions_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_transactions_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_max_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_min_fields': { kind: 'OBJECT'; name: 'v0_transactions_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'hash': { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_transactions_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_min_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_mutation_response': { kind: 'OBJECT'; name: 'v0_transactions_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; }; }; + 'v0_transactions_obj_rel_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_obj_rel_insert_input'; inputFields: [{ name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_insert_input'; ofType: null; }; }; defaultValue: null }, { name: 'on_conflict'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_on_conflict'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_on_conflict': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_on_conflict'; inputFields: [{ name: 'constraint'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_transactions_constraint'; ofType: null; }; }; defaultValue: null }, { name: 'update_columns'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'v0_transactions_update_column'; ofType: null; }; }; }; }; defaultValue: "[]" }, { name: 'where'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_order_by'; inputFields: [{ name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'events_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_events_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_pk_columns_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_pk_columns_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; }; defaultValue: null }, { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_transactions_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_select_column': { name: 'v0_transactions_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'hash' | 'height' | 'index'; }; + 'v0_transactions_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stddev_fields': { kind: 'OBJECT'; name: 'v0_transactions_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_transactions_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_transactions_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_sum_fields': { kind: 'OBJECT'; name: 'v0_transactions_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_transactions_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_sum_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_update_column': { name: 'v0_transactions_update_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'hash' | 'height' | 'index'; }; + 'v0_transactions_updates': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_transactions_var_pop_fields': { kind: 'OBJECT'; name: 'v0_transactions_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_pop_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_var_samp_fields': { kind: 'OBJECT'; name: 'v0_transactions_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_samp_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_variance_fields': { kind: 'OBJECT'; name: 'v0_transactions_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transactions_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_variance_order_by'; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers': { kind: 'OBJECT'; name: 'v0_transfers'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'recipient': { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_transfers_aggregate': { kind: 'OBJECT'; name: 'v0_transfers_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_transfers_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; + 'v0_transfers_aggregate_fields': { kind: 'OBJECT'; name: 'v0_transfers_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_transfers_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_transfers_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_transfers_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_transfers_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_transfers_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_transfers_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_transfers_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_transfers_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_transfers_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_transfers_variance_fields'; ofType: null; } }; }; }; + 'v0_transfers_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_avg_fields': { kind: 'OBJECT'; name: 'v0_transfers_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_transfers_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_max_fields': { kind: 'OBJECT'; name: 'v0_transfers_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'recipient': { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_transfers_min_fields': { kind: 'OBJECT'; name: 'v0_transfers_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'mode': { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'recipient': { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_transfers_mutation_response': { kind: 'OBJECT'; name: 'v0_transfers_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; + 'v0_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_select_column': { name: 'v0_transfers_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'mode' | 'recipient' | 'sender' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_transfers_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_stddev_fields': { kind: 'OBJECT'; name: 'v0_transfers_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_transfers_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_transfers_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'mode'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'recipient'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_sum_fields': { kind: 'OBJECT'; name: 'v0_transfers_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_transfers_updates': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_transfers_var_pop_fields': { kind: 'OBJECT'; name: 'v0_transfers_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_var_samp_fields': { kind: 'OBJECT'; name: 'v0_transfers_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_variance_fields': { kind: 'OBJECT'; name: 'v0_transfers_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_recv_packet': { kind: 'OBJECT'; name: 'v0_unified_recv_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'json': { name: 'json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_aggregate': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_recv_packet'; ofType: null; }; }; }; } }; }; }; + 'v0_unified_recv_packet_aggregate_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_unified_recv_packet_variance_fields'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_avg_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_recv_packet_max_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_min_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_recv_packet_select_column': { name: 'v0_unified_recv_packet_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'json' | 'sequence' | 'source_channel' | 'source_port' | 'time' | 'timeout_timestamp' | 'transaction_hash' | 'transaction_index'; }; + 'v0_unified_recv_packet_stddev_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_recv_packet_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_unified_recv_packet_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_recv_packet_sum_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_var_pop_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_var_samp_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_recv_packet_variance_fields': { kind: 'OBJECT'; name: 'v0_unified_recv_packet_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_send_packet': { kind: 'OBJECT'; name: 'v0_unified_send_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'json': { name: 'json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_unified_send_packet_aggregate': { kind: 'OBJECT'; name: 'v0_unified_send_packet_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_unified_send_packet'; ofType: null; }; }; }; } }; }; }; + 'v0_unified_send_packet_aggregate_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_unified_send_packet_variance_fields'; ofType: null; } }; }; }; + 'v0_unified_send_packet_avg_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_send_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_send_packet_max_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_unified_send_packet_min_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_unified_send_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_send_packet_select_column': { name: 'v0_unified_send_packet_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'json' | 'sequence' | 'source_channel' | 'source_port' | 'time' | 'timeout_timestamp' | 'transaction_hash' | 'transaction_index'; }; + 'v0_unified_send_packet_stddev_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_send_packet_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_send_packet_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_send_packet_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_send_packet_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_unified_send_packet_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_unified_send_packet_sum_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_unified_send_packet_var_pop_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_send_packet_var_samp_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_unified_send_packet_variance_fields': { kind: 'OBJECT'; name: 'v0_unified_send_packet_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_update_clients': { kind: 'OBJECT'; name: 'v0_update_clients'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'client_type': { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_height': { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_heights': { name: 'consensus_heights'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'header': { name: 'header'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_update_clients_aggregate': { kind: 'OBJECT'; name: 'v0_update_clients_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_update_clients_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients'; ofType: null; }; }; }; } }; }; }; + 'v0_update_clients_aggregate_fields': { kind: 'OBJECT'; name: 'v0_update_clients_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_update_clients_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_update_clients_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_update_clients_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_update_clients_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_update_clients_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_update_clients_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_update_clients_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_update_clients_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_update_clients_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_update_clients_variance_fields'; ofType: null; } }; }; }; + 'v0_update_clients_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_avg_fields': { kind: 'OBJECT'; name: 'v0_update_clients_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_update_clients_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'consensus_heights'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'header'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_update_clients_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_heights'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'header'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_max_fields': { kind: 'OBJECT'; name: 'v0_update_clients_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'client_type': { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_height': { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_heights': { name: 'consensus_heights'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'header': { name: 'header'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_update_clients_min_fields': { kind: 'OBJECT'; name: 'v0_update_clients_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'client_type': { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_height': { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'consensus_heights': { name: 'consensus_heights'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'header': { name: 'header'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_update_clients_mutation_response': { kind: 'OBJECT'; name: 'v0_update_clients_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_update_clients'; ofType: null; }; }; }; } }; }; }; + 'v0_update_clients_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'consensus_heights'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'header'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_select_column': { name: 'v0_update_clients_select_column'; enumValues: 'block_hash' | 'chain_id' | 'client_id' | 'client_type' | 'consensus_height' | 'consensus_heights' | 'data' | 'header' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_update_clients_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_heights'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'header'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_stddev_fields': { kind: 'OBJECT'; name: 'v0_update_clients_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_update_clients_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_update_clients_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_update_clients_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_update_clients_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_update_clients_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'client_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_height'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'consensus_heights'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'header'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_update_clients_sum_fields': { kind: 'OBJECT'; name: 'v0_update_clients_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_update_clients_updates': { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_update_clients_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_update_clients_var_pop_fields': { kind: 'OBJECT'; name: 'v0_update_clients_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_update_clients_var_samp_fields': { kind: 'OBJECT'; name: 'v0_update_clients_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_update_clients_variance_fields': { kind: 'OBJECT'; name: 'v0_update_clients_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_validator_updates': { kind: 'OBJECT'; name: 'v0_validator_updates'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'pubkey': { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_validator_updates_aggregate': { kind: 'OBJECT'; name: 'v0_validator_updates_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates'; ofType: null; }; }; }; } }; }; }; + 'v0_validator_updates_aggregate_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_validator_updates_variance_fields'; ofType: null; } }; }; }; + 'v0_validator_updates_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_avg_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_validator_updates_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_validator_updates_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_insert_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_max_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_validator_updates_min_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_validator_updates_mutation_response': { kind: 'OBJECT'; name: 'v0_validator_updates_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_validator_updates'; ofType: null; }; }; }; } }; }; }; + 'v0_validator_updates_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_order_by'; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_select_column': { name: 'v0_validator_updates_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'power' | 'pubkey' | 'time'; }; + 'v0_validator_updates_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_set_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_stddev_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_validator_updates_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_validator_updates_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_validator_updates_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_stream_cursor_value_input'; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'pubkey'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_validator_updates_sum_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_validator_updates_updates': { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_validator_updates_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_validator_updates_var_pop_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_validator_updates_var_samp_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_validator_updates_variance_fields': { kind: 'OBJECT'; name: 'v0_validator_updates_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'power': { name: 'power'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'error': { name: 'error'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'success': { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction': { name: 'transaction'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_aggregate': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_wasm_fungible_token_packets_aggregate_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_variance_fields'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_avg_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'error'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_fungible_token_packets_max_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'error': { name: 'error'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_min_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'error': { name: 'error'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'error'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v0_recv_packets_order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_fungible_token_packets_select_column': { name: 'v0_wasm_fungible_token_packets_select_column'; enumValues: '_contract_address' | 'acknowledgement' | 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'error' | 'height' | 'index' | 'module' | 'msg_index' | 'receiver' | 'sender' | 'success' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_wasm_fungible_token_packets_stddev_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_fungible_token_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_fungible_token_packets_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'error'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_fungible_token_packets_sum_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_var_pop_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_var_samp_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_fungible_token_packets_variance_fields': { kind: 'OBJECT'; name: 'v0_wasm_fungible_token_packets_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'OBJECT'; name: 'v0_send_packets'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_aggregate': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers'; ofType: null; }; }; }; } }; }; }; + 'v0_wasm_ibc_transfers_aggregate_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_variance_fields'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_avg_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_insert_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_obj_rel_insert_input'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_max_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_min_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_mutation_response': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers'; ofType: null; }; }; }; } }; }; }; + 'v0_wasm_ibc_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v0_send_packets_order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_select_column': { name: 'v0_wasm_ibc_transfers_select_column'; enumValues: '_contract_address' | 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'msg_index' | 'receiver' | 'sender' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_wasm_ibc_transfers_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_set_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_stddev_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_sum_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_updates': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_ibc_transfers_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_wasm_ibc_transfers_var_pop_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_var_samp_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_ibc_transfers_variance_fields': { kind: 'OBJECT'; name: 'v0_wasm_ibc_transfers_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_message': { kind: 'OBJECT'; name: 'v0_wasm_message'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_message_aggregate': { kind: 'OBJECT'; name: 'v0_wasm_message_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message'; ofType: null; }; }; }; } }; }; }; + 'v0_wasm_message_aggregate_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_wasm_message_variance_fields'; ofType: null; } }; }; }; + 'v0_wasm_message_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_avg_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_message_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_wasm_message_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_inc_input'; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_insert_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_max_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_max_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_message_min_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_min_fields'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_message_mutation_response': { kind: 'OBJECT'; name: 'v0_wasm_message_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_wasm_message'; ofType: null; }; }; }; } }; }; }; + 'v0_wasm_message_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_order_by'; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_select_column': { name: 'v0_wasm_message_select_column'; enumValues: '_contract_address' | 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'module' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_wasm_message_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_set_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_stddev_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_message_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_message_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_message_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_stream_cursor_value_input'; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_wasm_message_sum_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_wasm_message_updates': { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_wasm_message_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_wasm_message_var_pop_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_message_var_samp_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_wasm_message_variance_fields': { kind: 'OBJECT'; name: 'v0_wasm_message_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_commissions': { kind: 'OBJECT'; name: 'v0_withdraw_commissions'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_aggregate': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions'; ofType: null; }; }; }; } }; }; }; + 'v0_withdraw_commissions_aggregate_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_withdraw_commissions_variance_fields'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_avg_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_max_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_min_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_mutation_response': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_commissions'; ofType: null; }; }; }; } }; }; }; + 'v0_withdraw_commissions_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_select_column': { name: 'v0_withdraw_commissions_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'denom' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index'; }; + 'v0_withdraw_commissions_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_stddev_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_sum_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_updates': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_commissions_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_withdraw_commissions_var_pop_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_var_samp_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_commissions_variance_fields': { kind: 'OBJECT'; name: 'v0_withdraw_commissions_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_aggregate': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses'; ofType: null; }; }; }; } }; }; }; + 'v0_withdraw_rewardses_aggregate_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_variance_fields'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_append_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_append_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_avg_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_avg_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_bool_exp'; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_delete_at_path_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_delete_at_path_input'; inputFields: [{ name: 'data'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_delete_elem_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_delete_elem_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_delete_key_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_delete_key_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_inc_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_inc_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_insert_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_insert_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_max_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_max_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_min_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_min_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'delegator': { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'validator': { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_mutation_response': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_mutation_response'; fields: { 'affected_rows': { name: 'affected_rows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'returning': { name: 'returning'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_withdraw_rewardses'; ofType: null; }; }; }; } }; }; }; + 'v0_withdraw_rewardses_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_order_by'; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_prepend_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_prepend_input'; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_select_column': { name: 'v0_withdraw_rewardses_select_column'; enumValues: 'amount' | 'block_hash' | 'chain_id' | 'data' | 'delegator' | 'denom' | 'height' | 'index' | 'msg_index' | 'time' | 'transaction_hash' | 'transaction_index' | 'validator'; }; + 'v0_withdraw_rewardses_set_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_set_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_stddev_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_stddev_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_stddev_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_stddev_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_stream_cursor_input'; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_stream_cursor_value_input'; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'delegator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'validator'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_sum_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_sum_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_updates': { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_updates'; inputFields: [{ name: '_append'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_append_input'; ofType: null; }; defaultValue: null }, { name: '_delete_at_path'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_delete_at_path_input'; ofType: null; }; defaultValue: null }, { name: '_delete_elem'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_delete_elem_input'; ofType: null; }; defaultValue: null }, { name: '_delete_key'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_delete_key_input'; ofType: null; }; defaultValue: null }, { name: '_inc'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_inc_input'; ofType: null; }; defaultValue: null }, { name: '_prepend'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_prepend_input'; ofType: null; }; defaultValue: null }, { name: '_set'; type: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_set_input'; ofType: null; }; defaultValue: null }, { name: 'where'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_withdraw_rewardses_bool_exp'; ofType: null; }; }; defaultValue: null }]; }; + 'v0_withdraw_rewardses_var_pop_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_var_pop_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_var_samp_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_var_samp_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_withdraw_rewardses_variance_fields': { kind: 'OBJECT'; name: 'v0_withdraw_rewardses_variance_fields'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + }; }; import * as gqlTada from 'gql.tada'; diff --git a/app/src/hooks.client.ts b/app/src/hooks.client.ts new file mode 100644 index 0000000000..4f4de5584f --- /dev/null +++ b/app/src/hooks.client.ts @@ -0,0 +1,8 @@ +import type { HandleClientError } from "@sveltejs/kit" + +export const handleError = (context => { + console.warn(JSON.stringify(context, undefined, 2)) + const errorId = crypto.randomUUID() + + return { errorId, message: `${context.message} - ${context.error}` } +}) satisfies HandleClientError diff --git a/app/src/lib/abi/ibc-handler.ts b/app/src/lib/abi/ibc-handler.ts new file mode 100644 index 0000000000..c7733b03d9 --- /dev/null +++ b/app/src/lib/abi/ibc-handler.ts @@ -0,0 +1,5142 @@ +export const ibcHandlerAbi = [ + { + type: "function", + name: "COMMITMENT_PREFIX", + inputs: [], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "capabilities", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "channels", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + }, + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "version", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientImpls", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientRegistry", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientTypes", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "commitments", + inputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "connections", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreConnectionV1GlobalEnums.State" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delay_period", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "createClient", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgCreateClient", + components: [ + { + name: "clientType", + type: "string", + internalType: "string" + }, + { + name: "clientStateBytes", + type: "bytes", + internalType: "bytes" + }, + { + name: "consensusStateBytes", + type: "bytes", + internalType: "bytes" + } + ] + } + ], + outputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "getClient", + inputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "contract ILightClient" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextChannelSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextClientSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextConnectionSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "registerClient", + inputs: [ + { + name: "clientType", + type: "string", + internalType: "string" + }, + { + name: "client", + type: "address", + internalType: "contract ILightClient" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "updateClient", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgUpdateClient", + components: [ + { + name: "clientId", + type: "string", + internalType: "string" + }, + { + name: "clientMessage", + type: "bytes", + internalType: "bytes" + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "event", + name: "ClientCreated", + inputs: [ + { + name: "", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ClientRegistered", + inputs: [ + { + name: "", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "ClientUpdated", + inputs: [ + { + name: "", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "", + type: "tuple", + indexed: false, + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + anonymous: false + }, + { + type: "error", + name: "ErrClientMustNotBeSelf", + inputs: [] + }, + { + type: "error", + name: "ErrClientNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrClientTypeAlreadyExists", + inputs: [] + }, + { + type: "error", + name: "ErrClientTypeNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrFailedToCreateClient", + inputs: [] + }, + { + type: "error", + name: "ErrFailedToUpdateClient", + inputs: [] + }, + { + type: "function", + name: "COMMITMENT_PREFIX", + inputs: [], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "acknowledgePacket", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgPacketAcknowledgement", + components: [ + { + name: "packet", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "acknowledgement", + type: "bytes", + internalType: "bytes" + }, + { + name: "proof", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "capabilities", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "channelCapabilityPath", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "pure" + }, + { + type: "function", + name: "channels", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + }, + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "version", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientImpls", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientRegistry", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientTypes", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "commitments", + inputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "connections", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreConnectionV1GlobalEnums.State" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delay_period", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getClient", + inputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "contract ILightClient" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextChannelSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextClientSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextConnectionSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "recvPacket", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgPacketRecv", + components: [ + { + name: "packet", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "proof", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "sendPacket", + inputs: [ + { + name: "sourcePort", + type: "string", + internalType: "string" + }, + { + name: "sourceChannel", + type: "string", + internalType: "string" + }, + { + name: "timeoutHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeoutTimestamp", + type: "uint64", + internalType: "uint64" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "timeoutPacket", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgPacketTimeout", + components: [ + { + name: "packet", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "proof", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "nextSequenceRecv", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "writeAcknowledgement", + inputs: [ + { + name: "destinationPort", + type: "string", + internalType: "string" + }, + { + name: "destinationChannel", + type: "string", + internalType: "string" + }, + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "acknowledgement", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "event", + name: "AcknowledgePacket", + inputs: [ + { + name: "packet", + type: "tuple", + indexed: false, + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "acknowledgement", + type: "bytes", + indexed: false, + internalType: "bytes" + } + ], + anonymous: false + }, + { + type: "event", + name: "RecvPacket", + inputs: [ + { + name: "packet", + type: "tuple", + indexed: false, + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + anonymous: false + }, + { + type: "event", + name: "SendPacket", + inputs: [ + { + name: "sequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "sourcePort", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "sourceChannel", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "timeoutHeight", + type: "tuple", + indexed: false, + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeoutTimestamp", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "data", + type: "bytes", + indexed: false, + internalType: "bytes" + } + ], + anonymous: false + }, + { + type: "event", + name: "TimeoutPacket", + inputs: [ + { + name: "packet", + type: "tuple", + indexed: false, + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + anonymous: false + }, + { + type: "event", + name: "WriteAcknowledgement", + inputs: [ + { + name: "destinationPort", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "destinationChannel", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "sequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "acknowledgement", + type: "bytes", + indexed: false, + internalType: "bytes" + } + ], + anonymous: false + }, + { + type: "error", + name: "ErrAcknowledgementAlreadyExists", + inputs: [] + }, + { + type: "error", + name: "ErrAcknowledgementIsEmpty", + inputs: [] + }, + { + type: "error", + name: "ErrClientNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrDestinationAndCounterpartyChannelMismatch", + inputs: [] + }, + { + type: "error", + name: "ErrDestinationAndCounterpartyPortMismatch", + inputs: [] + }, + { + type: "error", + name: "ErrHeightTimeout", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidChannelState", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidConnectionState", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidPacketCommitment", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidProof", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidTimeoutHeight", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidTimeoutTimestamp", + inputs: [] + }, + { + type: "error", + name: "ErrLatestHeightNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrLatestTimestampNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrModuleNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrNextSequenceMustBeGreaterThanTimeoutSequence", + inputs: [] + }, + { + type: "error", + name: "ErrPacketAlreadyReceived", + inputs: [] + }, + { + type: "error", + name: "ErrPacketCommitmentNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrPacketSequenceNextSequenceMismatch", + inputs: [] + }, + { + type: "error", + name: "ErrPacketWithoutTimeout", + inputs: [] + }, + { + type: "error", + name: "ErrSourceAndCounterpartyChannelMismatch", + inputs: [] + }, + { + type: "error", + name: "ErrSourceAndCounterpartyPortMismatch", + inputs: [] + }, + { + type: "error", + name: "ErrTimeoutHeightNotReached", + inputs: [] + }, + { + type: "error", + name: "ErrTimeoutTimestampNotReached", + inputs: [] + }, + { + type: "error", + name: "ErrTimestampTimeout", + inputs: [] + }, + { + type: "error", + name: "ErrUnauthorized", + inputs: [] + }, + { + type: "error", + name: "ErrUnknownChannelOrdering", + inputs: [] + }, + { + type: "function", + name: "COMMITMENT_PREFIX", + inputs: [], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "capabilities", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "channels", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + }, + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "version", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientImpls", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientRegistry", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientTypes", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "commitments", + inputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "connectionOpenAck", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenAck", + components: [ + { + name: "connectionId", + type: "string", + internalType: "string" + }, + { + name: "clientStateBytes", + type: "bytes", + internalType: "bytes" + }, + { + name: "version", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Version.Data", + components: [ + { + name: "identifier", + type: "string", + internalType: "string" + }, + { + name: "features", + type: "string[]", + internalType: "string[]" + } + ] + }, + { + name: "counterpartyConnectionID", + type: "string", + internalType: "string" + }, + { + name: "proofTry", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofClient", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofConsensus", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "consensusHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connectionOpenConfirm", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenConfirm", + components: [ + { + name: "connectionId", + type: "string", + internalType: "string" + }, + { + name: "proofAck", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connectionOpenInit", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenInit", + components: [ + { + name: "clientId", + type: "string", + internalType: "string" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delayPeriod", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connectionOpenTry", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenTry", + components: [ + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delayPeriod", + type: "uint64", + internalType: "uint64" + }, + { + name: "clientId", + type: "string", + internalType: "string" + }, + { + name: "clientStateBytes", + type: "bytes", + internalType: "bytes" + }, + { + name: "counterpartyVersions", + type: "tuple[]", + internalType: "struct IbcCoreConnectionV1Version.Data[]", + components: [ + { + name: "identifier", + type: "string", + internalType: "string" + }, + { + name: "features", + type: "string[]", + internalType: "string[]" + } + ] + }, + { + name: "proofInit", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofClient", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofConsensus", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "consensusHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connections", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreConnectionV1GlobalEnums.State" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delay_period", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getClient", + inputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "contract ILightClient" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextChannelSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextClientSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextConnectionSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "event", + name: "ConnectionOpenAck", + inputs: [ + { + name: "connectionId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ConnectionOpenConfirm", + inputs: [ + { + name: "connectionId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ConnectionOpenInit", + inputs: [ + { + name: "connectionId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ConnectionOpenTry", + inputs: [ + { + name: "connectionId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "error", + name: "ErrClientNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrConnectionAlreadyExists", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidConnectionState", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidProof", + inputs: [] + }, + { + type: "error", + name: "ErrNoCounterpartyVersion", + inputs: [] + }, + { + type: "error", + name: "ErrUnsupportedVersion", + inputs: [] + }, + { + type: "error", + name: "ErrValidateSelfClient", + inputs: [] + }, + { + type: "constructor", + inputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "COMMITMENT_PREFIX", + inputs: [], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "UPGRADE_INTERFACE_VERSION", + inputs: [], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "acknowledgePacket", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgPacketAcknowledgement", + components: [ + { + name: "packet", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "acknowledgement", + type: "bytes", + internalType: "bytes" + }, + { + name: "proof", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "capabilities", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "channelCapabilityPath", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "pure" + }, + { + type: "function", + name: "channelCloseConfirm", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelCloseConfirm", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "proofInit", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelCloseInit", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelCloseInit", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenAck", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenAck", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "counterpartyVersion", + type: "string", + internalType: "string" + }, + { + name: "counterpartyChannelId", + type: "string", + internalType: "string" + }, + { + name: "proofTry", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenConfirm", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenConfirm", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "proofAck", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenInit", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenInit", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channel", + type: "tuple", + internalType: "struct IbcCoreChannelV1Channel.Data", + components: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "connection_hops", + type: "string[]", + internalType: "string[]" + }, + { + name: "version", + type: "string", + internalType: "string" + } + ] + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenTry", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenTry", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channel", + type: "tuple", + internalType: "struct IbcCoreChannelV1Channel.Data", + components: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "connection_hops", + type: "string[]", + internalType: "string[]" + }, + { + name: "version", + type: "string", + internalType: "string" + } + ] + }, + { + name: "counterpartyVersion", + type: "string", + internalType: "string" + }, + { + name: "proofInit", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channels", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + }, + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "version", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientImpls", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientRegistry", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientTypes", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "commitments", + inputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "connectionOpenAck", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenAck", + components: [ + { + name: "connectionId", + type: "string", + internalType: "string" + }, + { + name: "clientStateBytes", + type: "bytes", + internalType: "bytes" + }, + { + name: "version", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Version.Data", + components: [ + { + name: "identifier", + type: "string", + internalType: "string" + }, + { + name: "features", + type: "string[]", + internalType: "string[]" + } + ] + }, + { + name: "counterpartyConnectionID", + type: "string", + internalType: "string" + }, + { + name: "proofTry", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofClient", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofConsensus", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "consensusHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connectionOpenConfirm", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenConfirm", + components: [ + { + name: "connectionId", + type: "string", + internalType: "string" + }, + { + name: "proofAck", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connectionOpenInit", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenInit", + components: [ + { + name: "clientId", + type: "string", + internalType: "string" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delayPeriod", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connectionOpenTry", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgConnectionOpenTry", + components: [ + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delayPeriod", + type: "uint64", + internalType: "uint64" + }, + { + name: "clientId", + type: "string", + internalType: "string" + }, + { + name: "clientStateBytes", + type: "bytes", + internalType: "bytes" + }, + { + name: "counterpartyVersions", + type: "tuple[]", + internalType: "struct IbcCoreConnectionV1Version.Data[]", + components: [ + { + name: "identifier", + type: "string", + internalType: "string" + }, + { + name: "features", + type: "string[]", + internalType: "string[]" + } + ] + }, + { + name: "proofInit", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofClient", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofConsensus", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "consensusHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "connections", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreConnectionV1GlobalEnums.State" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delay_period", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "createClient", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgCreateClient", + components: [ + { + name: "clientType", + type: "string", + internalType: "string" + }, + { + name: "clientStateBytes", + type: "bytes", + internalType: "bytes" + }, + { + name: "consensusStateBytes", + type: "bytes", + internalType: "bytes" + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "getChannel", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "tuple", + internalType: "struct IbcCoreChannelV1Channel.Data", + components: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "connection_hops", + type: "string[]", + internalType: "string[]" + }, + { + name: "version", + type: "string", + internalType: "string" + } + ] + }, + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getClient", + inputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "contract ILightClient" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getClientState", + inputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "bytes", + internalType: "bytes" + }, + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getConnection", + inputs: [ + { + name: "connectionId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "tuple", + internalType: "struct IbcCoreConnectionV1ConnectionEnd.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "versions", + type: "tuple[]", + internalType: "struct IbcCoreConnectionV1Version.Data[]", + components: [ + { + name: "identifier", + type: "string", + internalType: "string" + }, + { + name: "features", + type: "string[]", + internalType: "string[]" + } + ] + }, + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreConnectionV1GlobalEnums.State" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delay_period", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getConsensusState", + inputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + }, + { + name: "height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + outputs: [ + { + name: "consensusStateBytes", + type: "bytes", + internalType: "bytes" + }, + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getHashedPacketAcknowledgementCommitment", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "sequence", + type: "uint64", + internalType: "uint64" + } + ], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + }, + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getHashedPacketCommitment", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "sequence", + type: "uint64", + internalType: "uint64" + } + ], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + }, + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getNextSequenceSend", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "hasPacketReceipt", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "sequence", + type: "uint64", + internalType: "uint64" + } + ], + outputs: [ + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "initialize", + inputs: [ + { + name: "ibcClient", + type: "address", + internalType: "address" + }, + { + name: "ibcConnection", + type: "address", + internalType: "address" + }, + { + name: "ibcChannel", + type: "address", + internalType: "address" + }, + { + name: "ibcPacket", + type: "address", + internalType: "address" + }, + { + name: "admin", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "nextChannelSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextClientSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextConnectionSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "owner", + inputs: [], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "paused", + inputs: [], + outputs: [ + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "proxiableUUID", + inputs: [], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "recvPacket", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgPacketRecv", + components: [ + { + name: "packet", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "proof", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "registerClient", + inputs: [ + { + name: "clientType", + type: "string", + internalType: "string" + }, + { + name: "client", + type: "address", + internalType: "contract ILightClient" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "renounceOwnership", + inputs: [], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "sendPacket", + inputs: [ + { + name: "sourcePort", + type: "string", + internalType: "string" + }, + { + name: "sourceChannel", + type: "string", + internalType: "string" + }, + { + name: "timeoutHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeoutTimestamp", + type: "uint64", + internalType: "uint64" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "timeoutPacket", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgPacketTimeout", + components: [ + { + name: "packet", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "proof", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "nextSequenceRecv", + type: "uint64", + internalType: "uint64" + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "transferOwnership", + inputs: [ + { + name: "newOwner", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "updateClient", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgUpdateClient", + components: [ + { + name: "clientId", + type: "string", + internalType: "string" + }, + { + name: "clientMessage", + type: "bytes", + internalType: "bytes" + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "upgradeToAndCall", + inputs: [ + { + name: "newImplementation", + type: "address", + internalType: "address" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [], + stateMutability: "payable" + }, + { + type: "function", + name: "writeAcknowledgement", + inputs: [ + { + name: "destinationPortId", + type: "string", + internalType: "string" + }, + { + name: "destinationChannel", + type: "string", + internalType: "string" + }, + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "acknowledgement", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "event", + name: "Initialized", + inputs: [ + { + name: "version", + type: "uint64", + indexed: false, + internalType: "uint64" + } + ], + anonymous: false + }, + { + type: "event", + name: "OwnershipTransferred", + inputs: [ + { + name: "previousOwner", + type: "address", + indexed: true, + internalType: "address" + }, + { + name: "newOwner", + type: "address", + indexed: true, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Paused", + inputs: [ + { + name: "account", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Unpaused", + inputs: [ + { + name: "account", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Upgraded", + inputs: [ + { + name: "implementation", + type: "address", + indexed: true, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "error", + name: "AddressEmptyCode", + inputs: [ + { + name: "target", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "ERC1967InvalidImplementation", + inputs: [ + { + name: "implementation", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "ERC1967NonPayable", + inputs: [] + }, + { + type: "error", + name: "EnforcedPause", + inputs: [] + }, + { + type: "error", + name: "ErrClientNotFound", + inputs: [] + }, + { + type: "error", + name: "ExpectedPause", + inputs: [] + }, + { + type: "error", + name: "FailedInnerCall", + inputs: [] + }, + { + type: "error", + name: "InvalidInitialization", + inputs: [] + }, + { + type: "error", + name: "NotInitializing", + inputs: [] + }, + { + type: "error", + name: "OwnableInvalidOwner", + inputs: [ + { + name: "owner", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "OwnableUnauthorizedAccount", + inputs: [ + { + name: "account", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "UUPSUnauthorizedCallContext", + inputs: [] + }, + { + type: "error", + name: "UUPSUnsupportedProxiableUUID", + inputs: [ + { + name: "slot", + type: "bytes32", + internalType: "bytes32" + } + ] + }, + { + type: "function", + name: "COMMITMENT_PREFIX", + inputs: [], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "capabilities", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "channelCapabilityPath", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "pure" + }, + { + type: "function", + name: "channelCloseConfirm", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelCloseConfirm", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "proofInit", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelCloseInit", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelCloseInit", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenAck", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenAck", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "counterpartyVersion", + type: "string", + internalType: "string" + }, + { + name: "counterpartyChannelId", + type: "string", + internalType: "string" + }, + { + name: "proofTry", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenConfirm", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenConfirm", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "proofAck", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenInit", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenInit", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channel", + type: "tuple", + internalType: "struct IbcCoreChannelV1Channel.Data", + components: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "connection_hops", + type: "string[]", + internalType: "string[]" + }, + { + name: "version", + type: "string", + internalType: "string" + } + ] + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channelOpenTry", + inputs: [ + { + name: "msg_", + type: "tuple", + internalType: "struct IBCMsgs.MsgChannelOpenTry", + components: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channel", + type: "tuple", + internalType: "struct IbcCoreChannelV1Channel.Data", + components: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "connection_hops", + type: "string[]", + internalType: "string[]" + }, + { + name: "version", + type: "string", + internalType: "string" + } + ] + }, + { + name: "counterpartyVersion", + type: "string", + internalType: "string" + }, + { + name: "proofInit", + type: "bytes", + internalType: "bytes" + }, + { + name: "proofHeight", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + } + ] + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "channels", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + }, + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.State" + }, + { + name: "ordering", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "version", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientImpls", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientRegistry", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "clientTypes", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "commitments", + inputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "connections", + inputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "state", + type: "uint8", + internalType: "enum IbcCoreConnectionV1GlobalEnums.State" + }, + { + name: "counterparty", + type: "tuple", + internalType: "struct IbcCoreConnectionV1Counterparty.Data", + components: [ + { + name: "client_id", + type: "string", + internalType: "string" + }, + { + name: "connection_id", + type: "string", + internalType: "string" + }, + { + name: "prefix", + type: "tuple", + internalType: "struct IbcCoreCommitmentV1MerklePrefix.Data", + components: [ + { + name: "key_prefix", + type: "bytes", + internalType: "bytes" + } + ] + } + ] + }, + { + name: "delay_period", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getClient", + inputs: [ + { + name: "clientId", + type: "string", + internalType: "string" + } + ], + outputs: [ + { + name: "", + type: "address", + internalType: "contract ILightClient" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextChannelSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextClientSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "nextConnectionSequence", + inputs: [], + outputs: [ + { + name: "", + type: "uint64", + internalType: "uint64" + } + ], + stateMutability: "view" + }, + { + type: "event", + name: "ChannelCloseConfirm", + inputs: [ + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "portId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ChannelCloseInit", + inputs: [ + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "portId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ChannelOpenAck", + inputs: [ + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "portId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ChannelOpenConfirm", + inputs: [ + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "portId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ChannelOpenInit", + inputs: [ + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "connectionId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "portId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "counterpartyPortId", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "event", + name: "ChannelOpenTry", + inputs: [ + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "connectionId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "portId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "counterpartyPortId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "version", + type: "string", + indexed: false, + internalType: "string" + } + ], + anonymous: false + }, + { + type: "error", + name: "ErrCapabilityAlreadyClaimed", + inputs: [] + }, + { + type: "error", + name: "ErrClientNotFound", + inputs: [] + }, + { + type: "error", + name: "ErrConnNotSingleHop", + inputs: [] + }, + { + type: "error", + name: "ErrConnNotSingleVersion", + inputs: [] + }, + { + type: "error", + name: "ErrCounterpartyChannelNotEmpty", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidChannelState", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidConnectionState", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidHexAddress", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidProof", + inputs: [] + }, + { + type: "error", + name: "ErrUnsupportedFeature", + inputs: [] + } +] diff --git a/app/src/lib/abi/index.ts b/app/src/lib/abi/index.ts index b683057f22..cba46b263c 100644 --- a/app/src/lib/abi/index.ts +++ b/app/src/lib/abi/index.ts @@ -1 +1 @@ -export * from "./ucs01relay.ts" +export * from "./ucs01-relay.ts" diff --git a/typescript-sdk/src/abi/ucs01relay.ts b/app/src/lib/abi/ucs01-relay.ts similarity index 77% rename from typescript-sdk/src/abi/ucs01relay.ts rename to app/src/lib/abi/ucs01-relay.ts index 0bd058e990..647e553179 100644 --- a/typescript-sdk/src/abi/ucs01relay.ts +++ b/app/src/lib/abi/ucs01-relay.ts @@ -1,47 +1,18 @@ -export const ucs01relayAbi = [ +export const ucs01RelayAbi = [ { type: "constructor", - inputs: [ - { - name: "_ibcHandler", - type: "address", - internalType: "contract IBCHandler" - } - ], + inputs: [], stateMutability: "nonpayable" }, { type: "function", - name: "getCounterpartyEndpoint", - inputs: [ - { - name: "sourcePort", - type: "string", - internalType: "string" - }, - { - name: "sourceChannel", - type: "string", - internalType: "string" - } - ], + name: "UPGRADE_INTERFACE_VERSION", + inputs: [], outputs: [ { name: "", - type: "tuple", - internalType: "struct IbcCoreChannelV1Counterparty.Data", - components: [ - { - name: "port_id", - type: "string", - internalType: "string" - }, - { - name: "channel_id", - type: "string", - internalType: "string" - } - ] + type: "string", + internalType: "string" } ], stateMutability: "view" @@ -117,6 +88,24 @@ export const ucs01relayAbi = [ ], stateMutability: "view" }, + { + type: "function", + name: "initialize", + inputs: [ + { + name: "_ibcHandler", + type: "address", + internalType: "contract IIBCPacket" + }, + { + name: "admin", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, { type: "function", name: "onAcknowledgementPacket", @@ -603,6 +592,52 @@ export const ucs01relayAbi = [ outputs: [], stateMutability: "nonpayable" }, + { + type: "function", + name: "owner", + inputs: [], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "paused", + inputs: [], + outputs: [ + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "proxiableUUID", + inputs: [], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "renounceOwnership", + inputs: [], + outputs: [], + stateMutability: "nonpayable" + }, { type: "function", name: "send", @@ -653,10 +688,53 @@ export const ucs01relayAbi = [ outputs: [], stateMutability: "nonpayable" }, + { + type: "function", + name: "transferOwnership", + inputs: [ + { + name: "newOwner", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "upgradeToAndCall", + inputs: [ + { + name: "newImplementation", + type: "address", + internalType: "address" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [], + stateMutability: "payable" + }, { type: "event", name: "DenomCreated", inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, { name: "denom", type: "string", @@ -672,10 +750,67 @@ export const ucs01relayAbi = [ ], anonymous: false }, + { + type: "event", + name: "Initialized", + inputs: [ + { + name: "version", + type: "uint64", + indexed: false, + internalType: "uint64" + } + ], + anonymous: false + }, + { + type: "event", + name: "OwnershipTransferred", + inputs: [ + { + name: "previousOwner", + type: "address", + indexed: true, + internalType: "address" + }, + { + name: "newOwner", + type: "address", + indexed: true, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Paused", + inputs: [ + { + name: "account", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, { type: "event", name: "Received", inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, { name: "sender", type: "string", @@ -713,6 +848,18 @@ export const ucs01relayAbi = [ type: "event", name: "Refunded", inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, { name: "sender", type: "address", @@ -750,6 +897,18 @@ export const ucs01relayAbi = [ type: "event", name: "Sent", inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, { name: "sender", type: "address", @@ -783,6 +942,32 @@ export const ucs01relayAbi = [ ], anonymous: false }, + { + type: "event", + name: "Unpaused", + inputs: [ + { + name: "account", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Upgraded", + inputs: [ + { + name: "implementation", + type: "address", + indexed: true, + internalType: "address" + } + ], + anonymous: false + }, { type: "error", name: "AddressEmptyCode", @@ -805,6 +990,27 @@ export const ucs01relayAbi = [ } ] }, + { + type: "error", + name: "ERC1967InvalidImplementation", + inputs: [ + { + name: "implementation", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "ERC1967NonPayable", + inputs: [] + }, + { + type: "error", + name: "EnforcedPause", + inputs: [] + }, { type: "error", name: "ErrInvalidAcknowledgement", @@ -850,11 +1056,48 @@ export const ucs01relayAbi = [ name: "ErrUnstoppable", inputs: [] }, + { + type: "error", + name: "ExpectedPause", + inputs: [] + }, { type: "error", name: "FailedInnerCall", inputs: [] }, + { + type: "error", + name: "InvalidInitialization", + inputs: [] + }, + { + type: "error", + name: "NotInitializing", + inputs: [] + }, + { + type: "error", + name: "OwnableInvalidOwner", + inputs: [ + { + name: "owner", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "OwnableUnauthorizedAccount", + inputs: [ + { + name: "account", + type: "address", + internalType: "address" + } + ] + }, { type: "error", name: "SafeERC20FailedOperation", @@ -865,5 +1108,21 @@ export const ucs01relayAbi = [ internalType: "address" } ] + }, + { + type: "error", + name: "UUPSUnauthorizedCallContext", + inputs: [] + }, + { + type: "error", + name: "UUPSUnsupportedProxiableUUID", + inputs: [ + { + name: "slot", + type: "bytes32", + internalType: "bytes32" + } + ] } ] diff --git a/app/src/lib/abi/ucs02-nft.ts b/app/src/lib/abi/ucs02-nft.ts new file mode 100644 index 0000000000..9972befec3 --- /dev/null +++ b/app/src/lib/abi/ucs02-nft.ts @@ -0,0 +1,1075 @@ +export const ucs02NftAbi = [ + { + type: "constructor", + inputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "UPGRADE_INTERFACE_VERSION", + inputs: [], + outputs: [ + { + name: "", + type: "string", + internalType: "string" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "getOutstanding", + inputs: [ + { + name: "sourcePort", + type: "string", + internalType: "string" + }, + { + name: "sourceChannel", + type: "string", + internalType: "string" + }, + { + name: "token", + type: "address", + internalType: "address" + } + ], + outputs: [ + { + name: "", + type: "uint256", + internalType: "uint256" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "ibcAddress", + inputs: [], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "initialize", + inputs: [ + { + name: "_ibcHandler", + type: "address", + internalType: "contract IIBCPacket" + }, + { + name: "admin", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onAcknowledgementPacket", + inputs: [ + { + name: "ibcPacket", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "acknowledgement", + type: "bytes", + internalType: "bytes" + }, + { + name: "_relayer", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onChanCloseConfirm", + inputs: [ + { + name: "_portId", + type: "string", + internalType: "string" + }, + { + name: "_channelId", + type: "string", + internalType: "string" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onChanCloseInit", + inputs: [ + { + name: "_portId", + type: "string", + internalType: "string" + }, + { + name: "_channelId", + type: "string", + internalType: "string" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onChanOpenAck", + inputs: [ + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "counterpartyChannelId", + type: "string", + internalType: "string" + }, + { + name: "counterpartyVersion", + type: "string", + internalType: "string" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onChanOpenConfirm", + inputs: [ + { + name: "_portId", + type: "string", + internalType: "string" + }, + { + name: "_channelId", + type: "string", + internalType: "string" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onChanOpenInit", + inputs: [ + { + name: "order", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "_connectionHops", + type: "string[]", + internalType: "string[]" + }, + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "counterpartyEndpoint", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "version", + type: "string", + internalType: "string" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onChanOpenTry", + inputs: [ + { + name: "order", + type: "uint8", + internalType: "enum IbcCoreChannelV1GlobalEnums.Order" + }, + { + name: "_connectionHops", + type: "string[]", + internalType: "string[]" + }, + { + name: "portId", + type: "string", + internalType: "string" + }, + { + name: "channelId", + type: "string", + internalType: "string" + }, + { + name: "counterpartyEndpoint", + type: "tuple", + internalType: "struct IbcCoreChannelV1Counterparty.Data", + components: [ + { + name: "port_id", + type: "string", + internalType: "string" + }, + { + name: "channel_id", + type: "string", + internalType: "string" + } + ] + }, + { + name: "version", + type: "string", + internalType: "string" + }, + { + name: "counterpartyVersion", + type: "string", + internalType: "string" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onERC721Received", + inputs: [ + { + name: "", + type: "address", + internalType: "address" + }, + { + name: "", + type: "address", + internalType: "address" + }, + { + name: "", + type: "uint256", + internalType: "uint256" + }, + { + name: "", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [ + { + name: "", + type: "bytes4", + internalType: "bytes4" + } + ], + stateMutability: "pure" + }, + { + type: "function", + name: "onRecvPacket", + inputs: [ + { + name: "ibcPacket", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "relayer", + type: "address", + internalType: "address" + } + ], + outputs: [ + { + name: "", + type: "bytes", + internalType: "bytes" + } + ], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onRecvPacketProcessing", + inputs: [ + { + name: "ibcPacket", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "relayer", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "onTimeoutPacket", + inputs: [ + { + name: "ibcPacket", + type: "tuple", + internalType: "struct IbcCoreChannelV1Packet.Data", + components: [ + { + name: "sequence", + type: "uint64", + internalType: "uint64" + }, + { + name: "source_port", + type: "string", + internalType: "string" + }, + { + name: "source_channel", + type: "string", + internalType: "string" + }, + { + name: "destination_port", + type: "string", + internalType: "string" + }, + { + name: "destination_channel", + type: "string", + internalType: "string" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + }, + { + name: "timeout_height", + type: "tuple", + internalType: "struct IbcCoreClientV1Height.Data", + components: [ + { + name: "revision_number", + type: "uint64", + internalType: "uint64" + }, + { + name: "revision_height", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "timeout_timestamp", + type: "uint64", + internalType: "uint64" + } + ] + }, + { + name: "_relayer", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "owner", + inputs: [], + outputs: [ + { + name: "", + type: "address", + internalType: "address" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "paused", + inputs: [], + outputs: [ + { + name: "", + type: "bool", + internalType: "bool" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "proxiableUUID", + inputs: [], + outputs: [ + { + name: "", + type: "bytes32", + internalType: "bytes32" + } + ], + stateMutability: "view" + }, + { + type: "function", + name: "renounceOwnership", + inputs: [], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "send", + inputs: [ + { + name: "sourcePort", + type: "string", + internalType: "string" + }, + { + name: "sourceChannel", + type: "string", + internalType: "string" + }, + { + name: "receiver", + type: "string", + internalType: "string" + }, + { + name: "nftClass", + type: "address", + internalType: "address" + }, + { + name: "tokens", + type: "uint256[]", + internalType: "uint256[]" + }, + { + name: "timeoutTimestamp", + type: "uint64", + internalType: "uint64" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "transferOwnership", + inputs: [ + { + name: "newOwner", + type: "address", + internalType: "address" + } + ], + outputs: [], + stateMutability: "nonpayable" + }, + { + type: "function", + name: "upgradeToAndCall", + inputs: [ + { + name: "newImplementation", + type: "address", + internalType: "address" + }, + { + name: "data", + type: "bytes", + internalType: "bytes" + } + ], + outputs: [], + stateMutability: "payable" + }, + { + type: "event", + name: "ClassCreated", + inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "nftClass", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Initialized", + inputs: [ + { + name: "version", + type: "uint64", + indexed: false, + internalType: "uint64" + } + ], + anonymous: false + }, + { + type: "event", + name: "OwnershipTransferred", + inputs: [ + { + name: "previousOwner", + type: "address", + indexed: true, + internalType: "address" + }, + { + name: "newOwner", + type: "address", + indexed: true, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Paused", + inputs: [ + { + name: "account", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Received", + inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "sender", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "receiver", + type: "address", + indexed: false, + internalType: "address" + }, + { + name: "nftClass", + type: "address", + indexed: false, + internalType: "address" + }, + { + name: "tokenIds", + type: "uint256[]", + indexed: false, + internalType: "uint256[]" + } + ], + anonymous: false + }, + { + type: "event", + name: "Refunded", + inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "sender", + type: "address", + indexed: false, + internalType: "address" + }, + { + name: "receiver", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "nftClass", + type: "address", + indexed: false, + internalType: "address" + }, + { + name: "tokenIds", + type: "uint256[]", + indexed: false, + internalType: "uint256[]" + } + ], + anonymous: false + }, + { + type: "event", + name: "Sent", + inputs: [ + { + name: "packetSequence", + type: "uint64", + indexed: false, + internalType: "uint64" + }, + { + name: "channelId", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "sender", + type: "address", + indexed: false, + internalType: "address" + }, + { + name: "receiver", + type: "string", + indexed: false, + internalType: "string" + }, + { + name: "nftClass", + type: "address", + indexed: false, + internalType: "address" + }, + { + name: "tokenIds", + type: "uint256[]", + indexed: false, + internalType: "uint256[]" + } + ], + anonymous: false + }, + { + type: "event", + name: "Unpaused", + inputs: [ + { + name: "account", + type: "address", + indexed: false, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "event", + name: "Upgraded", + inputs: [ + { + name: "implementation", + type: "address", + indexed: true, + internalType: "address" + } + ], + anonymous: false + }, + { + type: "error", + name: "AddressEmptyCode", + inputs: [ + { + name: "target", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "ERC1967InvalidImplementation", + inputs: [ + { + name: "implementation", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "ERC1967NonPayable", + inputs: [] + }, + { + type: "error", + name: "EnforcedPause", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidAcknowledgement", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidCounterpartyProtocolVersion", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidHexAddress", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidProtocolOrdering", + inputs: [] + }, + { + type: "error", + name: "ErrInvalidProtocolVersion", + inputs: [] + }, + { + type: "error", + name: "ErrNotIBC", + inputs: [] + }, + { + type: "error", + name: "ErrUnauthorized", + inputs: [] + }, + { + type: "error", + name: "ErrUnstoppable", + inputs: [] + }, + { + type: "error", + name: "ExpectedPause", + inputs: [] + }, + { + type: "error", + name: "FailedInnerCall", + inputs: [] + }, + { + type: "error", + name: "InvalidInitialization", + inputs: [] + }, + { + type: "error", + name: "MustTransferAtLeastOneToken", + inputs: [] + }, + { + type: "error", + name: "NotInitializing", + inputs: [] + }, + { + type: "error", + name: "OwnableInvalidOwner", + inputs: [ + { + name: "owner", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "OwnableUnauthorizedAccount", + inputs: [ + { + name: "account", + type: "address", + internalType: "address" + } + ] + }, + { + type: "error", + name: "UUPSUnauthorizedCallContext", + inputs: [] + }, + { + type: "error", + name: "UUPSUnsupportedProxiableUUID", + inputs: [ + { + name: "slot", + type: "bytes32", + internalType: "bytes32" + } + ] + } +] diff --git a/app/src/lib/components/Connect.svelte b/app/src/lib/components/Connect.svelte deleted file mode 100644 index ea8fd2669e..0000000000 --- a/app/src/lib/components/Connect.svelte +++ /dev/null @@ -1,34 +0,0 @@ - - - diff --git a/app/src/lib/components/Faucet.svelte b/app/src/lib/components/Faucet.svelte deleted file mode 100644 index 0f2b09750b..0000000000 --- a/app/src/lib/components/Faucet.svelte +++ /dev/null @@ -1,32 +0,0 @@ - - - diff --git a/app/src/lib/components/Header.svelte b/app/src/lib/components/Header.svelte deleted file mode 100644 index f3533feecb..0000000000 --- a/app/src/lib/components/Header.svelte +++ /dev/null @@ -1,8 +0,0 @@ - - -
-

Union App

- BETA -
diff --git a/app/src/lib/components/Status.svelte b/app/src/lib/components/Status.svelte deleted file mode 100644 index 8d218c0acd..0000000000 --- a/app/src/lib/components/Status.svelte +++ /dev/null @@ -1,25 +0,0 @@ - - -
-

Wallet status: {$wallet.status}

-

EVM Address: {$wallet.address}

-

EVM Chain ID: {$wallet.chainId}

-

Union Address: {$snapAddress}

-

Union Chain ID: union-testnet-6

-
diff --git a/app/src/lib/components/connect/connect.svelte b/app/src/lib/components/connect/connect.svelte new file mode 100644 index 0000000000..0f5c638a93 --- /dev/null +++ b/app/src/lib/components/connect/connect.svelte @@ -0,0 +1,119 @@ + + + + + + + + + + + + + UN + + + + (collapsibleOpen = !collapsibleOpen)} + class="focus:ring-0 ring-transparent focus-visible:ring-0 mb-0 pb-0" + > + + Connect Wallets + + + slide(node, { duration: 300, delay: 50 })}> + + + + + + + + diff --git a/app/src/lib/components/connect/connection.svelte b/app/src/lib/components/connect/connection.svelte new file mode 100644 index 0000000000..2ae85021b7 --- /dev/null +++ b/app/src/lib/components/connect/connection.svelte @@ -0,0 +1,126 @@ + + + + +
+ {#each chainWalletsInformation as { name, id, icon, download }, index (index)} + {@const walletIdentifier = chain === 'evm' ? id : name} +
(hoverState = connectedWalletName === name ? 'none' : 'none')} + on:mouseenter={() => (hoverState = connectedWalletName === name ? 'hover' : 'none')} + class={clsx([ + 'flex flex-col w-full justify-start mb-3', + { + 'animate-pulse animation-delay-75': + connectStatus === 'connecting' || connectStatus === 'reconnecting', + hidden: connectStatus === 'connected' && connectedWalletName !== name, + block: connectStatus === 'disconnected' || connectStatus === 'connected', + }, + ])} + > + +
+ {/each} +
diff --git a/app/src/lib/components/connect/index.ts b/app/src/lib/components/connect/index.ts new file mode 100644 index 0000000000..5baa615301 --- /dev/null +++ b/app/src/lib/components/connect/index.ts @@ -0,0 +1,27 @@ +import Connect from "./connect.svelte" +import type { State } from "@wagmi/core" +import type { EvmWalletName } from "$/lib/wallet/evm" +import type { CosmosWalletName } from "$/lib/wallet/cosmos" + +type Chain = "evm" | "cosmos" +type HoverState = "hover" | "none" +type ChainConnectStatus = State["status"] +type ChainWalletsInformation = ReadonlyArray< + { id?: string; name: string; icon: string; download: string } & any +> + +type Props = { + chain: TChain + hoverState: HoverState + address: string | undefined + connectStatus: ChainConnectStatus + chainWalletsInformation: ChainWalletsInformation + connectedWalletName: + | (TChain extends "cosmos" ? CosmosWalletName : EvmWalletName) + | null + | undefined + onConnectClick: (walletIdentifier: string) => void | Promise + onDisconnectClick: () => void +} + +export { Connect, type Props, type Props as ConnectProps } diff --git a/app/src/lib/components/draft-page-notice.svelte b/app/src/lib/components/draft-page-notice.svelte new file mode 100644 index 0000000000..602a400a39 --- /dev/null +++ b/app/src/lib/components/draft-page-notice.svelte @@ -0,0 +1,10 @@ + + + + page under construction 👷‍♂️ + diff --git a/app/src/lib/components/environment-select.svelte b/app/src/lib/components/environment-select.svelte new file mode 100644 index 0000000000..db879bb39d --- /dev/null +++ b/app/src/lib/components/environment-select.svelte @@ -0,0 +1,23 @@ + + + + + + + + + {#each environments as environment, index (environment)} + + {environment} + + {/each} + + + + diff --git a/app/src/lib/components/footer.svelte b/app/src/lib/components/footer.svelte new file mode 100644 index 0000000000..c29b3139e9 --- /dev/null +++ b/app/src/lib/components/footer.svelte @@ -0,0 +1,72 @@ + + +
+ + + + + +
diff --git a/app/src/lib/components/header/header.svelte b/app/src/lib/components/header/header.svelte new file mode 100644 index 0000000000..dadf56a5fa --- /dev/null +++ b/app/src/lib/components/header/header.svelte @@ -0,0 +1,48 @@ + + +
+ +
+ +
+
+ + + +
+
diff --git a/app/src/lib/components/header/index.ts b/app/src/lib/components/header/index.ts new file mode 100644 index 0000000000..a9353057a5 --- /dev/null +++ b/app/src/lib/components/header/index.ts @@ -0,0 +1 @@ +export { default as Header } from "./header.svelte" diff --git a/app/src/lib/components/header/notification.svelte b/app/src/lib/components/header/notification.svelte new file mode 100644 index 0000000000..5bf03f4a78 --- /dev/null +++ b/app/src/lib/components/header/notification.svelte @@ -0,0 +1 @@ + diff --git a/app/src/lib/components/header/theme-switch.svelte b/app/src/lib/components/header/theme-switch.svelte new file mode 100644 index 0000000000..4c5a450ad3 --- /dev/null +++ b/app/src/lib/components/header/theme-switch.svelte @@ -0,0 +1,17 @@ + + + diff --git a/app/src/lib/components/navigation/index.ts b/app/src/lib/components/navigation/index.ts new file mode 100644 index 0000000000..19135f45a4 --- /dev/null +++ b/app/src/lib/components/navigation/index.ts @@ -0,0 +1,9 @@ +import Navigation from "./navigation.svelte" + +const routes = { + send: { draft: true, path: "/send" }, + faucet: { draft: false, path: "/faucet" }, + transfers: { draft: true, path: "/transfers" } +} as const + +export { Navigation, routes } diff --git a/app/src/lib/components/navigation/navigation.svelte b/app/src/lib/components/navigation/navigation.svelte new file mode 100644 index 0000000000..84dd537b3a --- /dev/null +++ b/app/src/lib/components/navigation/navigation.svelte @@ -0,0 +1,51 @@ + + + + + + + + + + + + diff --git a/app/src/lib/components/online-status.svelte b/app/src/lib/components/online-status.svelte new file mode 100644 index 0000000000..8a2e5a8475 --- /dev/null +++ b/app/src/lib/components/online-status.svelte @@ -0,0 +1,40 @@ + + + + + + {blockHeight} + + +
+ App is online +
+
+
diff --git a/app/src/lib/components/preloading-indicator.svelte b/app/src/lib/components/preloading-indicator.svelte new file mode 100644 index 0000000000..e10d35ba7d --- /dev/null +++ b/app/src/lib/components/preloading-indicator.svelte @@ -0,0 +1,41 @@ + + +{#if visible} +
+
+
+{/if} + +{#if progress >= 0.4} +
+{/if} + + diff --git a/app/src/lib/components/search-bar.svelte b/app/src/lib/components/search-bar.svelte new file mode 100644 index 0000000000..1499330db0 --- /dev/null +++ b/app/src/lib/components/search-bar.svelte @@ -0,0 +1,106 @@ + + +
+ + { + console.log('Searching...', searchInput) + }, 1_000)} + on:click={() => { + if (windowSize.width < 720) commandDialogOpen = true + }} + class="w-full rounded-lg bg-background pl-8 self-stretch lowercase" + /> + + K + +
+ + + + + + No results found. + + + + Send & Swap + + + + Get tokens from faucet + + + + + + + Investigate IBC activity + + + + View your past transfers + + + + + + diff --git a/app/src/lib/components/ui/avatar/avatar-fallback.svelte b/app/src/lib/components/ui/avatar/avatar-fallback.svelte new file mode 100644 index 0000000000..4049b61fd9 --- /dev/null +++ b/app/src/lib/components/ui/avatar/avatar-fallback.svelte @@ -0,0 +1,16 @@ + + + + + diff --git a/app/src/lib/components/ui/avatar/avatar-image.svelte b/app/src/lib/components/ui/avatar/avatar-image.svelte new file mode 100644 index 0000000000..534e395951 --- /dev/null +++ b/app/src/lib/components/ui/avatar/avatar-image.svelte @@ -0,0 +1,18 @@ + + + diff --git a/app/src/lib/components/ui/avatar/avatar.svelte b/app/src/lib/components/ui/avatar/avatar.svelte new file mode 100644 index 0000000000..88ad1d0815 --- /dev/null +++ b/app/src/lib/components/ui/avatar/avatar.svelte @@ -0,0 +1,18 @@ + + + + + diff --git a/app/src/lib/components/ui/avatar/index.ts b/app/src/lib/components/ui/avatar/index.ts new file mode 100644 index 0000000000..0e4b11f37f --- /dev/null +++ b/app/src/lib/components/ui/avatar/index.ts @@ -0,0 +1,13 @@ +import Root from "./avatar.svelte" +import Image from "./avatar-image.svelte" +import Fallback from "./avatar-fallback.svelte" + +export { + Root, + Image, + Fallback, + // + Root as Avatar, + Image as AvatarImage, + Fallback as AvatarFallback +} diff --git a/app/src/lib/components/ui/badge/badge.svelte b/app/src/lib/components/ui/badge/badge.svelte index 2ae9915bfd..4975097160 100644 --- a/app/src/lib/components/ui/badge/badge.svelte +++ b/app/src/lib/components/ui/badge/badge.svelte @@ -1,9 +1,9 @@ diff --git a/app/src/lib/components/ui/badge/index.ts b/app/src/lib/components/ui/badge/index.ts index 9a57847ed7..1342539007 100644 --- a/app/src/lib/components/ui/badge/index.ts +++ b/app/src/lib/components/ui/badge/index.ts @@ -1,14 +1,14 @@ -import { tv, type VariantProps } from "tailwind-variants" - +import { type VariantProps, tv } from "tailwind-variants" export { default as Badge } from "./badge.svelte" + export const badgeVariants = tv({ - base: "inline-flex items-center rounded-md border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 select-none", + base: "inline-flex select-none items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2", variants: { variant: { - default: "border-transparent bg-primary text-primary-foreground shadow hover:bg-primary/80", + default: "border-transparent bg-primary text-primary-foreground hover:bg-primary/80", secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80", destructive: - "border-transparent bg-destructive text-destructive-foreground shadow hover:bg-destructive/80", + "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80", outline: "text-foreground" } }, diff --git a/app/src/lib/components/ui/button/button.svelte b/app/src/lib/components/ui/button/button.svelte index 5a2c416093..b286e513e4 100644 --- a/app/src/lib/components/ui/button/button.svelte +++ b/app/src/lib/components/ui/button/button.svelte @@ -1,19 +1,21 @@ ["size"] type Props = ButtonPrimitive.Props & { variant?: Variant size?: Size + name?: string } type Events = ButtonPrimitive.Events export { + Root, type Props, type Events, // + Root as Button, type Props as ButtonProps, type Events as ButtonEvents, buttonVariants } - -export { default as Root, default as Button } from "./button.svelte" diff --git a/app/src/lib/components/ui/card/card-content.svelte b/app/src/lib/components/ui/card/card-content.svelte index 0104e55b0c..84e7d0cb90 100644 --- a/app/src/lib/components/ui/card/card-content.svelte +++ b/app/src/lib/components/ui/card/card-content.svelte @@ -1,16 +1,13 @@ -
+
diff --git a/app/src/lib/components/ui/card/card-description.svelte b/app/src/lib/components/ui/card/card-description.svelte index b5345c744a..def1fb9fbd 100644 --- a/app/src/lib/components/ui/card/card-description.svelte +++ b/app/src/lib/components/ui/card/card-description.svelte @@ -1,16 +1,13 @@ -

+

diff --git a/app/src/lib/components/ui/card/card-footer.svelte b/app/src/lib/components/ui/card/card-footer.svelte index 8a913c6537..9cff3c4ef9 100644 --- a/app/src/lib/components/ui/card/card-footer.svelte +++ b/app/src/lib/components/ui/card/card-footer.svelte @@ -1,16 +1,13 @@ -
+
diff --git a/app/src/lib/components/ui/card/card-header.svelte b/app/src/lib/components/ui/card/card-header.svelte index 5a37303ef8..4951b99f94 100644 --- a/app/src/lib/components/ui/card/card-header.svelte +++ b/app/src/lib/components/ui/card/card-header.svelte @@ -1,16 +1,13 @@ -
+
diff --git a/app/src/lib/components/ui/card/card-title.svelte b/app/src/lib/components/ui/card/card-title.svelte index cda8112c64..c41644f820 100644 --- a/app/src/lib/components/ui/card/card-title.svelte +++ b/app/src/lib/components/ui/card/card-title.svelte @@ -1,21 +1,21 @@ - + diff --git a/app/src/lib/components/ui/card/card.svelte b/app/src/lib/components/ui/card/card.svelte index 9191c11c1d..6c1d304e92 100644 --- a/app/src/lib/components/ui/card/card.svelte +++ b/app/src/lib/components/ui/card/card.svelte @@ -1,22 +1,16 @@ -
diff --git a/app/src/lib/components/ui/card/index.ts b/app/src/lib/components/ui/card/index.ts index 2fc80957ea..cd0b44ebd2 100644 --- a/app/src/lib/components/ui/card/index.ts +++ b/app/src/lib/components/ui/card/index.ts @@ -1,15 +1,24 @@ -export type HeadingLevel = "h1" | "h2" | "h3" | "h4" | "h5" | "h6" +import Root from "./card.svelte" +import Content from "./card-content.svelte" +import Description from "./card-description.svelte" +import Footer from "./card-footer.svelte" +import Header from "./card-header.svelte" +import Title from "./card-title.svelte" -export { default as Root, default as Card } from "./card.svelte" -export { - default as Description, - default as CardDescription -} from "./card-description.svelte" export { - default as Content, - default as CardContent -} from "./card-content.svelte" -export { default as Header, default as CardHeader } from "./card-header.svelte" -export { default as Footer, default as CardFooter } from "./card-footer.svelte" + Root, + Content, + Description, + Footer, + Header, + Title, + // + Root as Card, + Content as CardContent, + Description as CardDescription, + Footer as CardFooter, + Header as CardHeader, + Title as CardTitle +} -export { default as Title, default as CardTitle } from "./card-title.svelte" +export type HeadingLevel = "h1" | "h2" | "h3" | "h4" | "h5" | "h6" diff --git a/app/src/lib/components/ui/checkbox/checkbox.svelte b/app/src/lib/components/ui/checkbox/checkbox.svelte new file mode 100644 index 0000000000..be8dc05cfe --- /dev/null +++ b/app/src/lib/components/ui/checkbox/checkbox.svelte @@ -0,0 +1,35 @@ + + + + + {#if isChecked} + + {:else if isIndeterminate} + + {/if} + + diff --git a/app/src/lib/components/ui/checkbox/index.ts b/app/src/lib/components/ui/checkbox/index.ts new file mode 100644 index 0000000000..7f0266a002 --- /dev/null +++ b/app/src/lib/components/ui/checkbox/index.ts @@ -0,0 +1,6 @@ +import Root from "./checkbox.svelte" +export { + Root, + // + Root as Checkbox +} diff --git a/app/src/lib/components/ui/collapsible/collapsible-content.svelte b/app/src/lib/components/ui/collapsible/collapsible-content.svelte new file mode 100644 index 0000000000..fd9d5a2869 --- /dev/null +++ b/app/src/lib/components/ui/collapsible/collapsible-content.svelte @@ -0,0 +1,15 @@ + + + + + diff --git a/app/src/lib/components/ui/collapsible/index.ts b/app/src/lib/components/ui/collapsible/index.ts new file mode 100644 index 0000000000..6df48e06e2 --- /dev/null +++ b/app/src/lib/components/ui/collapsible/index.ts @@ -0,0 +1,15 @@ +import { Collapsible as CollapsiblePrimitive } from "bits-ui" +import Content from "./collapsible-content.svelte" + +const Root = CollapsiblePrimitive.Root +const Trigger = CollapsiblePrimitive.Trigger + +export { + Root, + Content, + Trigger, + // + Root as Collapsible, + Content as CollapsibleContent, + Trigger as CollapsibleTrigger +} diff --git a/app/src/lib/components/ui/command/command-dialog.svelte b/app/src/lib/components/ui/command/command-dialog.svelte new file mode 100644 index 0000000000..6680a00574 --- /dev/null +++ b/app/src/lib/components/ui/command/command-dialog.svelte @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/app/src/lib/components/ui/command/command-empty.svelte b/app/src/lib/components/ui/command/command-empty.svelte new file mode 100644 index 0000000000..cdba0a5130 --- /dev/null +++ b/app/src/lib/components/ui/command/command-empty.svelte @@ -0,0 +1,12 @@ + + + + + diff --git a/app/src/lib/components/ui/command/command-group.svelte b/app/src/lib/components/ui/command/command-group.svelte new file mode 100644 index 0000000000..c4afd74562 --- /dev/null +++ b/app/src/lib/components/ui/command/command-group.svelte @@ -0,0 +1,18 @@ + + + + + diff --git a/app/src/lib/components/ui/command/command-input.svelte b/app/src/lib/components/ui/command/command-input.svelte new file mode 100644 index 0000000000..8908f78d31 --- /dev/null +++ b/app/src/lib/components/ui/command/command-input.svelte @@ -0,0 +1,23 @@ + + +
+ + +
diff --git a/app/src/lib/components/ui/command/command-item.svelte b/app/src/lib/components/ui/command/command-item.svelte new file mode 100644 index 0000000000..f9a6802121 --- /dev/null +++ b/app/src/lib/components/ui/command/command-item.svelte @@ -0,0 +1,24 @@ + + + + + diff --git a/app/src/lib/components/ui/command/command-list.svelte b/app/src/lib/components/ui/command/command-list.svelte new file mode 100644 index 0000000000..f14dbe0c57 --- /dev/null +++ b/app/src/lib/components/ui/command/command-list.svelte @@ -0,0 +1,15 @@ + + + + + diff --git a/app/src/lib/components/ui/command/command-separator.svelte b/app/src/lib/components/ui/command/command-separator.svelte new file mode 100644 index 0000000000..94586d8763 --- /dev/null +++ b/app/src/lib/components/ui/command/command-separator.svelte @@ -0,0 +1,10 @@ + + + diff --git a/app/src/lib/components/ui/command/command-shortcut.svelte b/app/src/lib/components/ui/command/command-shortcut.svelte new file mode 100644 index 0000000000..412fea6051 --- /dev/null +++ b/app/src/lib/components/ui/command/command-shortcut.svelte @@ -0,0 +1,16 @@ + + + + + diff --git a/app/src/lib/components/ui/command/command.svelte b/app/src/lib/components/ui/command/command.svelte new file mode 100644 index 0000000000..76a81c7522 --- /dev/null +++ b/app/src/lib/components/ui/command/command.svelte @@ -0,0 +1,22 @@ + + + + + diff --git a/app/src/lib/components/ui/command/index.ts b/app/src/lib/components/ui/command/index.ts new file mode 100644 index 0000000000..99cea9536d --- /dev/null +++ b/app/src/lib/components/ui/command/index.ts @@ -0,0 +1,37 @@ +import { Command as CommandPrimitive } from "cmdk-sv" + +import Root from "./command.svelte" +import Dialog from "./command-dialog.svelte" +import Empty from "./command-empty.svelte" +import Group from "./command-group.svelte" +import Item from "./command-item.svelte" +import Input from "./command-input.svelte" +import List from "./command-list.svelte" +import Separator from "./command-separator.svelte" +import Shortcut from "./command-shortcut.svelte" + +const Loading = CommandPrimitive.Loading + +export { + Root, + Dialog, + Empty, + Group, + Item, + Input, + List, + Separator, + Shortcut, + Loading, + // + Root as Command, + Dialog as CommandDialog, + Empty as CommandEmpty, + Group as CommandGroup, + Item as CommandItem, + Input as CommandInput, + List as CommandList, + Separator as CommandSeparator, + Shortcut as CommandShortcut, + Loading as CommandLoading +} diff --git a/app/src/lib/components/ui/dialog/dialog-content.svelte b/app/src/lib/components/ui/dialog/dialog-content.svelte new file mode 100644 index 0000000000..86c62a5465 --- /dev/null +++ b/app/src/lib/components/ui/dialog/dialog-content.svelte @@ -0,0 +1,36 @@ + + + + + + + + + Close + + + diff --git a/app/src/lib/components/ui/dialog/dialog-description.svelte b/app/src/lib/components/ui/dialog/dialog-description.svelte new file mode 100644 index 0000000000..3f138b42f7 --- /dev/null +++ b/app/src/lib/components/ui/dialog/dialog-description.svelte @@ -0,0 +1,16 @@ + + + + + diff --git a/app/src/lib/components/ui/dialog/dialog-footer.svelte b/app/src/lib/components/ui/dialog/dialog-footer.svelte new file mode 100644 index 0000000000..fa7d04d8fc --- /dev/null +++ b/app/src/lib/components/ui/dialog/dialog-footer.svelte @@ -0,0 +1,16 @@ + + +
+ +
diff --git a/app/src/lib/components/ui/dialog/dialog-header.svelte b/app/src/lib/components/ui/dialog/dialog-header.svelte new file mode 100644 index 0000000000..23e0d86c1f --- /dev/null +++ b/app/src/lib/components/ui/dialog/dialog-header.svelte @@ -0,0 +1,13 @@ + + +
+ +
diff --git a/app/src/lib/components/ui/dialog/dialog-overlay.svelte b/app/src/lib/components/ui/dialog/dialog-overlay.svelte new file mode 100644 index 0000000000..1a3117a00f --- /dev/null +++ b/app/src/lib/components/ui/dialog/dialog-overlay.svelte @@ -0,0 +1,21 @@ + + + diff --git a/app/src/lib/components/ui/dialog/dialog-portal.svelte b/app/src/lib/components/ui/dialog/dialog-portal.svelte new file mode 100644 index 0000000000..570fa31a5d --- /dev/null +++ b/app/src/lib/components/ui/dialog/dialog-portal.svelte @@ -0,0 +1,8 @@ + + + + + diff --git a/app/src/lib/components/ui/dialog/dialog-title.svelte b/app/src/lib/components/ui/dialog/dialog-title.svelte new file mode 100644 index 0000000000..2bc25d1837 --- /dev/null +++ b/app/src/lib/components/ui/dialog/dialog-title.svelte @@ -0,0 +1,16 @@ + + + + + diff --git a/app/src/lib/components/ui/dialog/index.ts b/app/src/lib/components/ui/dialog/index.ts new file mode 100644 index 0000000000..1a1bea950b --- /dev/null +++ b/app/src/lib/components/ui/dialog/index.ts @@ -0,0 +1,37 @@ +import { Dialog as DialogPrimitive } from "bits-ui" + +import Title from "./dialog-title.svelte" +import Portal from "./dialog-portal.svelte" +import Footer from "./dialog-footer.svelte" +import Header from "./dialog-header.svelte" +import Overlay from "./dialog-overlay.svelte" +import Content from "./dialog-content.svelte" +import Description from "./dialog-description.svelte" + +const Root = DialogPrimitive.Root +const Trigger = DialogPrimitive.Trigger +const Close = DialogPrimitive.Close + +export { + Root, + Title, + Portal, + Footer, + Header, + Trigger, + Overlay, + Content, + Description, + Close, + // + Root as Dialog, + Title as DialogTitle, + Portal as DialogPortal, + Footer as DialogFooter, + Header as DialogHeader, + Trigger as DialogTrigger, + Overlay as DialogOverlay, + Content as DialogContent, + Description as DialogDescription, + Close as DialogClose +} diff --git a/app/src/lib/components/ui/drawer/drawer-content.svelte b/app/src/lib/components/ui/drawer/drawer-content.svelte new file mode 100644 index 0000000000..37fcdee546 --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer-content.svelte @@ -0,0 +1,24 @@ + + + + + +
+ +
+
diff --git a/app/src/lib/components/ui/drawer/drawer-description.svelte b/app/src/lib/components/ui/drawer/drawer-description.svelte new file mode 100644 index 0000000000..41a2205aec --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer-description.svelte @@ -0,0 +1,18 @@ + + + + + diff --git a/app/src/lib/components/ui/drawer/drawer-footer.svelte b/app/src/lib/components/ui/drawer/drawer-footer.svelte new file mode 100644 index 0000000000..bd70fc048e --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer-footer.svelte @@ -0,0 +1,16 @@ + + +
+ +
diff --git a/app/src/lib/components/ui/drawer/drawer-header.svelte b/app/src/lib/components/ui/drawer/drawer-header.svelte new file mode 100644 index 0000000000..18c495dcbc --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer-header.svelte @@ -0,0 +1,19 @@ + + +
+ +
diff --git a/app/src/lib/components/ui/drawer/drawer-nested.svelte b/app/src/lib/components/ui/drawer/drawer-nested.svelte new file mode 100644 index 0000000000..0ba864e1d7 --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer-nested.svelte @@ -0,0 +1,12 @@ + + + + + diff --git a/app/src/lib/components/ui/drawer/drawer-overlay.svelte b/app/src/lib/components/ui/drawer/drawer-overlay.svelte new file mode 100644 index 0000000000..42739f6dbe --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer-overlay.svelte @@ -0,0 +1,18 @@ + + + + + diff --git a/app/src/lib/components/ui/drawer/drawer-title.svelte b/app/src/lib/components/ui/drawer/drawer-title.svelte new file mode 100644 index 0000000000..3aee235ef5 --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer-title.svelte @@ -0,0 +1,18 @@ + + + + + diff --git a/app/src/lib/components/ui/drawer/drawer.svelte b/app/src/lib/components/ui/drawer/drawer.svelte new file mode 100644 index 0000000000..5433edee50 --- /dev/null +++ b/app/src/lib/components/ui/drawer/drawer.svelte @@ -0,0 +1,12 @@ + + + + + diff --git a/app/src/lib/components/ui/drawer/index.ts b/app/src/lib/components/ui/drawer/index.ts new file mode 100644 index 0000000000..18640fa683 --- /dev/null +++ b/app/src/lib/components/ui/drawer/index.ts @@ -0,0 +1,40 @@ +import { Drawer as DrawerPrimitive } from "vaul-svelte" + +import Root from "./drawer.svelte" +import Content from "./drawer-content.svelte" +import Description from "./drawer-description.svelte" +import Overlay from "./drawer-overlay.svelte" +import Footer from "./drawer-footer.svelte" +import Header from "./drawer-header.svelte" +import Title from "./drawer-title.svelte" +import NestedRoot from "./drawer-nested.svelte" + +const Trigger = DrawerPrimitive.Trigger +const Portal = DrawerPrimitive.Portal +const Close = DrawerPrimitive.Close + +export { + Root, + NestedRoot, + Content, + Description, + Overlay, + Footer, + Header, + Title, + Trigger, + Portal, + Close, + // + Root as Drawer, + NestedRoot as DrawerNestedRoot, + Content as DrawerContent, + Description as DrawerDescription, + Overlay as DrawerOverlay, + Footer as DrawerFooter, + Header as DrawerHeader, + Title as DrawerTitle, + Trigger as DrawerTrigger, + Portal as DrawerPortal, + Close as DrawerClose +} diff --git a/app/src/lib/components/ui/form/form-button.svelte b/app/src/lib/components/ui/form/form-button.svelte new file mode 100644 index 0000000000..920c29137c --- /dev/null +++ b/app/src/lib/components/ui/form/form-button.svelte @@ -0,0 +1,10 @@ + + + + + diff --git a/app/src/lib/components/ui/form/form-description.svelte b/app/src/lib/components/ui/form/form-description.svelte new file mode 100644 index 0000000000..e5a3e684ed --- /dev/null +++ b/app/src/lib/components/ui/form/form-description.svelte @@ -0,0 +1,17 @@ + + + + + diff --git a/app/src/lib/components/ui/form/form-element-field.svelte b/app/src/lib/components/ui/form/form-element-field.svelte new file mode 100644 index 0000000000..94f10df2a2 --- /dev/null +++ b/app/src/lib/components/ui/form/form-element-field.svelte @@ -0,0 +1,25 @@ + + + + + +
+ +
+
diff --git a/app/src/lib/components/ui/form/form-field-errors.svelte b/app/src/lib/components/ui/form/form-field-errors.svelte new file mode 100644 index 0000000000..b18fe71231 --- /dev/null +++ b/app/src/lib/components/ui/form/form-field-errors.svelte @@ -0,0 +1,26 @@ + + + + + {#each errors as error} +
{error}
+ {/each} +
+
diff --git a/app/src/lib/components/ui/form/form-field.svelte b/app/src/lib/components/ui/form/form-field.svelte new file mode 100644 index 0000000000..93025df42f --- /dev/null +++ b/app/src/lib/components/ui/form/form-field.svelte @@ -0,0 +1,25 @@ + + + + + +
+ +
+
diff --git a/app/src/lib/components/ui/form/form-fieldset.svelte b/app/src/lib/components/ui/form/form-fieldset.svelte new file mode 100644 index 0000000000..e39fa68a14 --- /dev/null +++ b/app/src/lib/components/ui/form/form-fieldset.svelte @@ -0,0 +1,30 @@ + + + + + + + diff --git a/app/src/lib/components/ui/form/form-label.svelte b/app/src/lib/components/ui/form/form-label.svelte new file mode 100644 index 0000000000..4b88970a89 --- /dev/null +++ b/app/src/lib/components/ui/form/form-label.svelte @@ -0,0 +1,17 @@ + + + diff --git a/app/src/lib/components/ui/form/form-legend.svelte b/app/src/lib/components/ui/form/form-legend.svelte new file mode 100644 index 0000000000..a995618cf9 --- /dev/null +++ b/app/src/lib/components/ui/form/form-legend.svelte @@ -0,0 +1,17 @@ + + + + + diff --git a/app/src/lib/components/ui/form/index.ts b/app/src/lib/components/ui/form/index.ts new file mode 100644 index 0000000000..82e2c2a41f --- /dev/null +++ b/app/src/lib/components/ui/form/index.ts @@ -0,0 +1,33 @@ +import * as FormPrimitive from "formsnap" +import Description from "./form-description.svelte" +import Label from "./form-label.svelte" +import FieldErrors from "./form-field-errors.svelte" +import Field from "./form-field.svelte" +import Fieldset from "./form-fieldset.svelte" +import Legend from "./form-legend.svelte" +import ElementField from "./form-element-field.svelte" +import Button from "./form-button.svelte" + +const Control = FormPrimitive.Control + +export { + Field, + Control, + Label, + Button, + FieldErrors, + Description, + Fieldset, + Legend, + ElementField, + // + Field as FormField, + Control as FormControl, + Description as FormDescription, + Label as FormLabel, + FieldErrors as FormFieldErrors, + Fieldset as FormFieldset, + Legend as FormLegend, + ElementField as FormElementField, + Button as FormButton +} diff --git a/app/src/lib/components/ui/input/index.ts b/app/src/lib/components/ui/input/index.ts new file mode 100644 index 0000000000..79039c4c89 --- /dev/null +++ b/app/src/lib/components/ui/input/index.ts @@ -0,0 +1,28 @@ +import Root from "./input.svelte" + +export type FormInputEvent = T & { + currentTarget: EventTarget & HTMLInputElement +} +export type InputEvents = { + blur: FormInputEvent + change: FormInputEvent + click: FormInputEvent + focus: FormInputEvent + focusin: FormInputEvent + focusout: FormInputEvent + keydown: FormInputEvent + keypress: FormInputEvent + keyup: FormInputEvent + mouseover: FormInputEvent + mouseenter: FormInputEvent + mouseleave: FormInputEvent + paste: FormInputEvent + input: FormInputEvent + wheel: FormInputEvent +} + +export { + Root, + // + Root as Input +} diff --git a/app/src/lib/components/ui/input/input.svelte b/app/src/lib/components/ui/input/input.svelte new file mode 100644 index 0000000000..aa6b55ee1e --- /dev/null +++ b/app/src/lib/components/ui/input/input.svelte @@ -0,0 +1,41 @@ + + + diff --git a/app/src/lib/components/ui/label/index.ts b/app/src/lib/components/ui/label/index.ts new file mode 100644 index 0000000000..71b1cd8d74 --- /dev/null +++ b/app/src/lib/components/ui/label/index.ts @@ -0,0 +1,7 @@ +import Root from "./label.svelte" + +export { + Root, + // + Root as Label +} diff --git a/app/src/lib/components/ui/label/label.svelte b/app/src/lib/components/ui/label/label.svelte new file mode 100644 index 0000000000..f86b1d986e --- /dev/null +++ b/app/src/lib/components/ui/label/label.svelte @@ -0,0 +1,21 @@ + + + + + diff --git a/app/src/lib/components/ui/popover/index.ts b/app/src/lib/components/ui/popover/index.ts new file mode 100644 index 0000000000..91cfdfb056 --- /dev/null +++ b/app/src/lib/components/ui/popover/index.ts @@ -0,0 +1,17 @@ +import { Popover as PopoverPrimitive } from "bits-ui" +import Content from "./popover-content.svelte" +const Root = PopoverPrimitive.Root +const Trigger = PopoverPrimitive.Trigger +const Close = PopoverPrimitive.Close + +export { + Root, + Content, + Trigger, + Close, + // + Root as Popover, + Content as PopoverContent, + Trigger as PopoverTrigger, + Close as PopoverClose +} diff --git a/app/src/lib/components/ui/popover/popover-content.svelte b/app/src/lib/components/ui/popover/popover-content.svelte new file mode 100644 index 0000000000..31cf686148 --- /dev/null +++ b/app/src/lib/components/ui/popover/popover-content.svelte @@ -0,0 +1,22 @@ + + + + + diff --git a/app/src/lib/components/ui/select/index.ts b/app/src/lib/components/ui/select/index.ts new file mode 100644 index 0000000000..a21f2fb064 --- /dev/null +++ b/app/src/lib/components/ui/select/index.ts @@ -0,0 +1,34 @@ +import { Select as SelectPrimitive } from "bits-ui" + +import Label from "./select-label.svelte" +import Item from "./select-item.svelte" +import Content from "./select-content.svelte" +import Trigger from "./select-trigger.svelte" +import Separator from "./select-separator.svelte" + +const Root = SelectPrimitive.Root +const Group = SelectPrimitive.Group +const Input = SelectPrimitive.Input +const Value = SelectPrimitive.Value + +export { + Root, + Group, + Input, + Label, + Item, + Value, + Content, + Trigger, + Separator, + // + Root as Select, + Group as SelectGroup, + Input as SelectInput, + Label as SelectLabel, + Item as SelectItem, + Value as SelectValue, + Content as SelectContent, + Trigger as SelectTrigger, + Separator as SelectSeparator +} diff --git a/app/src/lib/components/ui/select/select-content.svelte b/app/src/lib/components/ui/select/select-content.svelte new file mode 100644 index 0000000000..dcc996d7bb --- /dev/null +++ b/app/src/lib/components/ui/select/select-content.svelte @@ -0,0 +1,39 @@ + + + +
+ +
+
diff --git a/app/src/lib/components/ui/select/select-item.svelte b/app/src/lib/components/ui/select/select-item.svelte new file mode 100644 index 0000000000..018ff9944d --- /dev/null +++ b/app/src/lib/components/ui/select/select-item.svelte @@ -0,0 +1,40 @@ + + + + + + + + + + {label || value} + + diff --git a/app/src/lib/components/ui/select/select-label.svelte b/app/src/lib/components/ui/select/select-label.svelte new file mode 100644 index 0000000000..ca5f4c5d35 --- /dev/null +++ b/app/src/lib/components/ui/select/select-label.svelte @@ -0,0 +1,16 @@ + + + + + diff --git a/app/src/lib/components/ui/select/select-separator.svelte b/app/src/lib/components/ui/select/select-separator.svelte new file mode 100644 index 0000000000..b1364d1ff6 --- /dev/null +++ b/app/src/lib/components/ui/select/select-separator.svelte @@ -0,0 +1,11 @@ + + + diff --git a/app/src/lib/components/ui/select/select-trigger.svelte b/app/src/lib/components/ui/select/select-trigger.svelte new file mode 100644 index 0000000000..f5e6e946de --- /dev/null +++ b/app/src/lib/components/ui/select/select-trigger.svelte @@ -0,0 +1,27 @@ + + +span]:line-clamp-1', + className, + )} + {...$$restProps} + let:builder + on:click + on:keydown +> + +
+ +
+
diff --git a/app/src/lib/components/ui/separator/index.ts b/app/src/lib/components/ui/separator/index.ts new file mode 100644 index 0000000000..ef0818abc5 --- /dev/null +++ b/app/src/lib/components/ui/separator/index.ts @@ -0,0 +1,7 @@ +import Root from "./separator.svelte" + +export { + Root, + // + Root as Separator +} diff --git a/app/src/lib/components/ui/separator/separator.svelte b/app/src/lib/components/ui/separator/separator.svelte new file mode 100644 index 0000000000..0954213d2a --- /dev/null +++ b/app/src/lib/components/ui/separator/separator.svelte @@ -0,0 +1,22 @@ + + + diff --git a/app/src/lib/components/ui/sheet/index.ts b/app/src/lib/components/ui/sheet/index.ts new file mode 100644 index 0000000000..e85a15a0c7 --- /dev/null +++ b/app/src/lib/components/ui/sheet/index.ts @@ -0,0 +1,106 @@ +import { Dialog as SheetPrimitive } from "bits-ui" +import { type VariantProps, tv } from "tailwind-variants" + +import Portal from "./sheet-portal.svelte" +import Overlay from "./sheet-overlay.svelte" +import Content from "./sheet-content.svelte" +import Header from "./sheet-header.svelte" +import Footer from "./sheet-footer.svelte" +import Title from "./sheet-title.svelte" +import Description from "./sheet-description.svelte" + +const Root = SheetPrimitive.Root +const Close = SheetPrimitive.Close +const Trigger = SheetPrimitive.Trigger + +export { + Root, + Close, + Trigger, + Portal, + Overlay, + Content, + Header, + Footer, + Title, + Description, + // + Root as Sheet, + Close as SheetClose, + Trigger as SheetTrigger, + Portal as SheetPortal, + Overlay as SheetOverlay, + Content as SheetContent, + Header as SheetHeader, + Footer as SheetFooter, + Title as SheetTitle, + Description as SheetDescription +} + +export const sheetVariants = tv({ + base: "fixed z-50 gap-4 bg-background p-6 shadow-lg", + variants: { + side: { + top: "inset-x-0 top-0 border-b", + bottom: "inset-x-0 bottom-0 border-t", + left: "inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm", + right: "inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm" + } + }, + defaultVariants: { + side: "right" + } +}) + +export const sheetTransitions = { + top: { + in: { + y: "-100%", + duration: 500, + opacity: 1 + }, + out: { + y: "-100%", + duration: 300, + opacity: 1 + } + }, + bottom: { + in: { + y: "100%", + duration: 500, + opacity: 1 + }, + out: { + y: "100%", + duration: 300, + opacity: 1 + } + }, + left: { + in: { + x: "-100%", + duration: 500, + opacity: 1 + }, + out: { + x: "-100%", + duration: 300, + opacity: 1 + } + }, + right: { + in: { + x: "100%", + duration: 500, + opacity: 1 + }, + out: { + x: "100%", + duration: 300, + opacity: 1 + } + } +} + +export type Side = VariantProps["side"] diff --git a/app/src/lib/components/ui/sheet/sheet-content.svelte b/app/src/lib/components/ui/sheet/sheet-content.svelte new file mode 100644 index 0000000000..96baec9b47 --- /dev/null +++ b/app/src/lib/components/ui/sheet/sheet-content.svelte @@ -0,0 +1,40 @@ + + + + + + + + + Close + + + diff --git a/app/src/lib/components/ui/sheet/sheet-description.svelte b/app/src/lib/components/ui/sheet/sheet-description.svelte new file mode 100644 index 0000000000..3cb38f361e --- /dev/null +++ b/app/src/lib/components/ui/sheet/sheet-description.svelte @@ -0,0 +1,13 @@ + + + + + diff --git a/app/src/lib/components/ui/sheet/sheet-footer.svelte b/app/src/lib/components/ui/sheet/sheet-footer.svelte new file mode 100644 index 0000000000..fa7d04d8fc --- /dev/null +++ b/app/src/lib/components/ui/sheet/sheet-footer.svelte @@ -0,0 +1,16 @@ + + +
+ +
diff --git a/app/src/lib/components/ui/sheet/sheet-header.svelte b/app/src/lib/components/ui/sheet/sheet-header.svelte new file mode 100644 index 0000000000..58d631bbf6 --- /dev/null +++ b/app/src/lib/components/ui/sheet/sheet-header.svelte @@ -0,0 +1,13 @@ + + +
+ +
diff --git a/app/src/lib/components/ui/sheet/sheet-overlay.svelte b/app/src/lib/components/ui/sheet/sheet-overlay.svelte new file mode 100644 index 0000000000..6e8b3de8e9 --- /dev/null +++ b/app/src/lib/components/ui/sheet/sheet-overlay.svelte @@ -0,0 +1,21 @@ + + + diff --git a/app/src/lib/components/ui/sheet/sheet-portal.svelte b/app/src/lib/components/ui/sheet/sheet-portal.svelte new file mode 100644 index 0000000000..18e10632a7 --- /dev/null +++ b/app/src/lib/components/ui/sheet/sheet-portal.svelte @@ -0,0 +1,13 @@ + + + + + diff --git a/app/src/lib/components/ui/sheet/sheet-title.svelte b/app/src/lib/components/ui/sheet/sheet-title.svelte new file mode 100644 index 0000000000..33cc028f8b --- /dev/null +++ b/app/src/lib/components/ui/sheet/sheet-title.svelte @@ -0,0 +1,16 @@ + + + + + diff --git a/app/src/lib/components/ui/sonner/index.ts b/app/src/lib/components/ui/sonner/index.ts new file mode 100644 index 0000000000..20276bac63 --- /dev/null +++ b/app/src/lib/components/ui/sonner/index.ts @@ -0,0 +1 @@ +export { default as Toaster } from "./sonner.svelte" diff --git a/app/src/lib/components/ui/sonner/sonner.svelte b/app/src/lib/components/ui/sonner/sonner.svelte new file mode 100644 index 0000000000..4e2304d060 --- /dev/null +++ b/app/src/lib/components/ui/sonner/sonner.svelte @@ -0,0 +1,20 @@ + + + diff --git a/app/src/lib/components/ui/switch/index.ts b/app/src/lib/components/ui/switch/index.ts new file mode 100644 index 0000000000..055b66e11c --- /dev/null +++ b/app/src/lib/components/ui/switch/index.ts @@ -0,0 +1,7 @@ +import Root from "./switch.svelte" + +export { + Root, + // + Root as Switch +} diff --git a/app/src/lib/components/ui/switch/switch.svelte b/app/src/lib/components/ui/switch/switch.svelte new file mode 100644 index 0000000000..f8646dc5bd --- /dev/null +++ b/app/src/lib/components/ui/switch/switch.svelte @@ -0,0 +1,28 @@ + + + + + diff --git a/app/src/lib/components/ui/table/index.ts b/app/src/lib/components/ui/table/index.ts new file mode 100644 index 0000000000..aeb6b92b2f --- /dev/null +++ b/app/src/lib/components/ui/table/index.ts @@ -0,0 +1,28 @@ +import Root from "./table.svelte" +import Body from "./table-body.svelte" +import Caption from "./table-caption.svelte" +import Cell from "./table-cell.svelte" +import Footer from "./table-footer.svelte" +import Head from "./table-head.svelte" +import Header from "./table-header.svelte" +import Row from "./table-row.svelte" + +export { + Root, + Body, + Caption, + Cell, + Footer, + Head, + Header, + Row, + // + Root as Table, + Body as TableBody, + Caption as TableCaption, + Cell as TableCell, + Footer as TableFooter, + Head as TableHead, + Header as TableHeader, + Row as TableRow +} diff --git a/app/src/lib/components/ui/table/table-body.svelte b/app/src/lib/components/ui/table/table-body.svelte new file mode 100644 index 0000000000..ed03dd9256 --- /dev/null +++ b/app/src/lib/components/ui/table/table-body.svelte @@ -0,0 +1,13 @@ + + +
+ + diff --git a/app/src/lib/components/ui/table/table-caption.svelte b/app/src/lib/components/ui/table/table-caption.svelte new file mode 100644 index 0000000000..e7077a4520 --- /dev/null +++ b/app/src/lib/components/ui/table/table-caption.svelte @@ -0,0 +1,13 @@ + + + diff --git a/app/src/lib/components/ui/table/table-cell.svelte b/app/src/lib/components/ui/table/table-cell.svelte new file mode 100644 index 0000000000..00c376ecda --- /dev/null +++ b/app/src/lib/components/ui/table/table-cell.svelte @@ -0,0 +1,18 @@ + + + diff --git a/app/src/lib/components/ui/table/table-footer.svelte b/app/src/lib/components/ui/table/table-footer.svelte new file mode 100644 index 0000000000..131cebfa44 --- /dev/null +++ b/app/src/lib/components/ui/table/table-footer.svelte @@ -0,0 +1,13 @@ + + + + + diff --git a/app/src/lib/components/ui/table/table-head.svelte b/app/src/lib/components/ui/table/table-head.svelte new file mode 100644 index 0000000000..3803ff9bdb --- /dev/null +++ b/app/src/lib/components/ui/table/table-head.svelte @@ -0,0 +1,19 @@ + + + diff --git a/app/src/lib/components/ui/table/table-header.svelte b/app/src/lib/components/ui/table/table-header.svelte new file mode 100644 index 0000000000..4763ac93b5 --- /dev/null +++ b/app/src/lib/components/ui/table/table-header.svelte @@ -0,0 +1,14 @@ + + + + + + diff --git a/app/src/lib/components/ui/table/table-row.svelte b/app/src/lib/components/ui/table/table-row.svelte new file mode 100644 index 0000000000..6d17687ecd --- /dev/null +++ b/app/src/lib/components/ui/table/table-row.svelte @@ -0,0 +1,23 @@ + + + + + diff --git a/app/src/lib/components/ui/table/table.svelte b/app/src/lib/components/ui/table/table.svelte new file mode 100644 index 0000000000..e52204b451 --- /dev/null +++ b/app/src/lib/components/ui/table/table.svelte @@ -0,0 +1,15 @@ + + +
+
+ +
+ +
+ +
+ +
+
diff --git a/app/src/lib/components/ui/tabs/index.ts b/app/src/lib/components/ui/tabs/index.ts index 6c356e68c8..a27cb6b85b 100644 --- a/app/src/lib/components/ui/tabs/index.ts +++ b/app/src/lib/components/ui/tabs/index.ts @@ -1,19 +1,18 @@ import { Tabs as TabsPrimitive } from "bits-ui" +import Content from "./tabs-content.svelte" +import List from "./tabs-list.svelte" +import Trigger from "./tabs-trigger.svelte" const Root = TabsPrimitive.Root export { Root, + Content, + List, + Trigger, // - Root as Tabs + Root as Tabs, + Content as TabsContent, + List as TabsList, + Trigger as TabsTrigger } - -export { - default as Content, - default as TabsContent -} from "./tabs-content.svelte" -export { - default as Trigger, - default as TabsTrigger -} from "./tabs-trigger.svelte" -export { default as List, default as TabsList } from "./tabs-list.svelte" diff --git a/app/src/lib/components/ui/tabs/tabs-content.svelte b/app/src/lib/components/ui/tabs/tabs-content.svelte index 244daf9fe9..58f0080add 100644 --- a/app/src/lib/components/ui/tabs/tabs-content.svelte +++ b/app/src/lib/components/ui/tabs/tabs-content.svelte @@ -1,10 +1,10 @@ @@ -12,7 +12,7 @@ export { className as class } import { Tabs as TabsPrimitive } from "bits-ui" -import { cn } from "$lib/utilities/shadcn.ts" +import { cn } from "$/lib/utilities/shadcn.js" type $$Props = TabsPrimitive.ListProps -let className: $$Props["class"] +let className: $$Props["class"] = undefined export { className as class } diff --git a/app/src/lib/components/ui/tabs/tabs-trigger.svelte b/app/src/lib/components/ui/tabs/tabs-trigger.svelte index 022d170607..a1c8ea9f13 100644 --- a/app/src/lib/components/ui/tabs/tabs-trigger.svelte +++ b/app/src/lib/components/ui/tabs/tabs-trigger.svelte @@ -1,25 +1,23 @@ diff --git a/app/src/lib/components/ui/tooltip/index.ts b/app/src/lib/components/ui/tooltip/index.ts new file mode 100644 index 0000000000..145a6018f2 --- /dev/null +++ b/app/src/lib/components/ui/tooltip/index.ts @@ -0,0 +1,15 @@ +import { Tooltip as TooltipPrimitive } from "bits-ui" +import Content from "./tooltip-content.svelte" + +const Root = TooltipPrimitive.Root +const Trigger = TooltipPrimitive.Trigger + +export { + Root, + Trigger, + Content, + // + Root as Tooltip, + Content as TooltipContent, + Trigger as TooltipTrigger +} diff --git a/app/src/lib/components/ui/tooltip/tooltip-content.svelte b/app/src/lib/components/ui/tooltip/tooltip-content.svelte new file mode 100644 index 0000000000..6bd73634ef --- /dev/null +++ b/app/src/lib/components/ui/tooltip/tooltip-content.svelte @@ -0,0 +1,28 @@ + + + + + diff --git a/app/src/lib/constants/contracts.ts b/app/src/lib/constants/contracts.ts new file mode 100644 index 0000000000..3dca0a5b1f --- /dev/null +++ b/app/src/lib/constants/contracts.ts @@ -0,0 +1,10 @@ +export const CONTRACT = { + EVM: { + SEPOLIA: { + UCS01: "0x3d0eb16ad2619666dbde1921282cd885b58eeefe", + UCS02: "0xb455b205106c9b72e967399e15efd8a025fd4a90", + IBC_HANDLER: "0x6b6b60a68b8dcbb170f25045974d10098917f816", + COMETBLS_CLIENT: "0xf906a05a25bf5b61a5e4ff24be9122e2cea5f1e3" + } + } +} as const diff --git a/app/src/lib/constants/index.ts b/app/src/lib/constants/index.ts index 1335a6a2ce..1638e6057d 100644 --- a/app/src/lib/constants/index.ts +++ b/app/src/lib/constants/index.ts @@ -1,3 +1,5 @@ +import { sepolia } from "viem/chains" + export const UNO = { COIN_TYPE: 118, NATIVE_DENOM: "muno", @@ -6,13 +8,14 @@ export const UNO = { } as const export const URLS = { - GRAPHQL: "https://introspect.unionlabs.workers.dev", + GRAPHQL: "https://graphql.union.build/v1/graphql", + GRAPHQL_WSS: "wss://introspect.unionlabs.workers.dev", UNION: { /** * TODO: add array of RPCs and pass to `viem`'s `fallback` array */ - RPC: "https://union-testnet-rpc.polkachu.com", - REST: "https://union-testnet-api.polkachu.com" + RPC: "https://rpc.testnet.bonlulu.uno", + REST: "https://api.testnet.bonlulu.uno" }, SEPOLIA: { RPC: "https://rpc.ankr.com/eth_sepolia/6c72c8d164912bed4694cb882fc4ca55574126511a4f5f66828a53fa2448a20a", @@ -20,23 +23,16 @@ export const URLS = { } } as const -export const CHAIN = { - UNION: { - ID: import.meta.env.VITE_UNION_CHAIN_ID || "union-testnet-6", - NAME: import.meta.env.VITE_UNION_CHAIN_NAME || "union-testnet" - } -} as const +export const CHAINS = ["SEPOLIA", "UNION"] as const +export type Chain = (typeof CHAINS)[number] -export const CONTRACT = { +export const CHAIN = { UNION: { - ADDRESS: - import.meta.env.VITE_UCS01_UNION_ADDRESS || - "union14pfzjnvzacqsmgjyf0avksc8cr70hsyt5epzcp66tmjpswf8sq8sn5meuy", - SOURCE_CHANNEL: import.meta.env.VITE_UCS01_UNION_SOURCE_CHANNEL || "channel-0" + ID: "union-testnet-6", + NAME: "Union Testnet" }, SEPOLIA: { - ADDRESS: import.meta.env.VITE_UCS01_EVM_ADDRESS || "0x7f7AC7d5a1a2bD54dBA53a22209C3f96699Ed63c", - PORT_ID: import.meta.env.VITE_UCS01_SEPOLIA_PORT_ID || "ucs01-relay", - SOURCE_CHANNEL: import.meta.env.VITE_UCS01_SEPOLIA_SOURCE_CHANNEL || "channel-0" + ID: sepolia.id.toString(), + NAME: sepolia.name } -} as const +} satisfies Record diff --git a/app/src/lib/graphql/client.ts b/app/src/lib/graphql/client.ts new file mode 100644 index 0000000000..07947de9e2 --- /dev/null +++ b/app/src/lib/graphql/client.ts @@ -0,0 +1,47 @@ +import { + Client, + cacheExchange, + fetchExchange, + debugExchange, + subscriptionExchange +} from "@urql/svelte" +import { URLS } from "$/lib/constants" +import { devtoolsExchange } from "@urql/devtools" +import { retryExchange } from "@urql/exchange-retry" +import { createClient as createWSClient, type SubscribePayload } from "graphql-ws" + +const wsClient = createWSClient({ + url: URLS.GRAPHQL_WSS, + shouldRetry: () => true +}) + +export const graphqlClient = new Client({ + url: URLS.GRAPHQL, + exchanges: [ + devtoolsExchange, + cacheExchange, + fetchExchange, + subscriptionExchange({ + forwardSubscription: operation => ({ + subscribe: sink => ({ + unsubscribe: wsClient.subscribe(operation as SubscribePayload, sink) + }) + }) + }), + retryExchange({ + randomDelay: true, + maxDelayMs: 15_000, + maxNumberAttempts: 2, + initialDelayMs: 1_000, + retryIf: error => !!error?.networkError?.message + }), + debugExchange + ], + fetchSubscriptions: true, + + fetchOptions: () => ({ + headers: { + "X-Hasura-Admin-Secret": import.meta.env.PUBLIC_HASURA_ADMIN_SECRET ?? "" + } + }) +}) diff --git a/app/src/lib/mutations/faucet.ts b/app/src/lib/mutations/faucet.ts index 04f5bef9ba..3a9e7e82c5 100644 --- a/app/src/lib/mutations/faucet.ts +++ b/app/src/lib/mutations/faucet.ts @@ -1,23 +1,11 @@ -import { fetcher } from "$lib/utilities" - -export async function getUnoFromFaucet({ address }: { address: string }) { - const response = await fetcher< - | { data: { union: { send: undefined } } } - | { - errors: Array<{ - message: string - extensions: { path: string; code: string } - }> - } - >("https://graphql.union.build/v1/graphql", { +export async function getUnoFromFaucet(address: string) { + const response = await fetch("https://graphql.union.build/v1/graphql", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ query: /* GraphQL */ ` mutation GetUno($address: Address!) { - union { - send(input: { toAddress: $address }) - } + union { send(input: { toAddress: $address }) } } `, variables: { address }, @@ -25,11 +13,17 @@ export async function getUnoFromFaucet({ address }: { address: string }) { }) }) - if ("errors" in response) { - const [error] = response.errors + if (!response.ok) return { error: await response.text(), status: response.status } + + const responseJson = (await response.json()) as { + data?: { union: { send: string } } + errors?: Array<{ message: string }> + } + if ("errors" in responseJson) { + const [error] = responseJson.errors || [] console.error(error) - throw new Error(error?.message) + return { error: error.message, status: response.status } } - return response?.data + return { data: responseJson.data, status: response.status } } diff --git a/app/src/lib/mutations/send.ts b/app/src/lib/mutations/send.ts new file mode 100644 index 0000000000..f668d51809 --- /dev/null +++ b/app/src/lib/mutations/send.ts @@ -0,0 +1 @@ +export type {} diff --git a/app/src/lib/online-status.ts b/app/src/lib/online-status.ts new file mode 100644 index 0000000000..f0ba6e50be --- /dev/null +++ b/app/src/lib/online-status.ts @@ -0,0 +1,13 @@ +import { toast } from "svelte-sonner" +import { readable, type Readable } from "svelte/store" +import { onlineManager } from "@tanstack/svelte-query" + +/* Simple boolean store that reflects the online status of the user (browser) */ +export const onlineStatus = readable(true, set => + onlineManager.subscribe(() => { + const isOnline = onlineManager.isOnline() + set(isOnline) + if (isOnline) toast.success("Welcome back") + else toast.warning("Your connection is offline", { duration: 3_500 }) + }) +) satisfies Readable diff --git a/app/src/lib/queries/balance.ts b/app/src/lib/queries/balance.ts index 0f3dc7db25..e60529e3f7 100644 --- a/app/src/lib/queries/balance.ts +++ b/app/src/lib/queries/balance.ts @@ -12,18 +12,18 @@ import type { Chain, ChainAsset } from "$/lib/constants/assets" export function balanceQuery({ chain, asset, - address -}: { chain: TChain; address: string; asset: ChainAsset }) { + address, + refetchInterval = 4_000 +}: { chain: TChain; address: string; asset: ChainAsset; refetchInterval?: number }) { return createQuery({ queryKey: ["balance", chain, asset, address], queryFn: async () => request( URLS.GRAPHQL, + // TODO: Update the query once REST API codegen is done graphql(/* GraphQL */ ` query userBalances($address: String!) { - cosmosBankV1Beta1AllBalances(address: $address) { - balances { amount denom } - } + __typename }`), { address } ), diff --git a/app/src/lib/queries/block.ts b/app/src/lib/queries/block.ts new file mode 100644 index 0000000000..560ee54af1 --- /dev/null +++ b/app/src/lib/queries/block.ts @@ -0,0 +1,18 @@ +import { createQuery } from "@tanstack/svelte-query" + +export function blockHeightQuery() { + return createQuery({ + queryKey: ["block-height", "union"], + queryFn: async () => { + const response = await fetch("https://rpc.testnet.bonlulu.uno/block") + const data = (await response.json()) as { + jsonrpc: string + id: number + result: { block: { header: { height: string } } } + } + console.log(data) + return data.result.block.header.height + }, + enabled: true + }) +} diff --git a/app/src/lib/queries/ibc.ts b/app/src/lib/queries/ibc.ts new file mode 100644 index 0000000000..d038b977bb --- /dev/null +++ b/app/src/lib/queries/ibc.ts @@ -0,0 +1,26 @@ +import { URLS } from "$/lib/constants" +import { createQuery } from "@tanstack/svelte-query" + +export function ibcConnectionsQuery() { + return createQuery({ + queryKey: ["ibc-connections"], + queryFn: async () => { + const response = await fetch(`${URLS.UNION.REST}/ibc/core/connection/v1/connections`) + const data = await response.json() + return data + }, + enabled: true + }) +} + +export function ibcChannelsQuery() { + return createQuery({ + queryKey: ["ibc-channels"], + queryFn: async () => { + const response = await fetch(`${URLS.UNION.REST}/ibc/core/channel/v1/channels`) + const data = await response.json() + return data + }, + enabled: true + }) +} diff --git a/app/src/lib/queries/transfers.ts b/app/src/lib/queries/transfers.ts index 6ef29b39db..4eebe40e7b 100644 --- a/app/src/lib/queries/transfers.ts +++ b/app/src/lib/queries/transfers.ts @@ -1,34 +1,147 @@ import { graphql } from "gql.tada" import { URLS } from "$/lib/constants" import { request } from "graphql-request" -import { createQuery } from "@tanstack/svelte-query" -import type { Chain, ChainAsset } from "$/lib/constants/assets" +import { fetcher } from "$/lib/utilities/index.ts" +import { createQueries, createQuery } from "@tanstack/svelte-query" +import { isValidCosmosAddress } from "$/lib/wallet/utilities/validate.ts" /** * TODO: + * - [x] Add IBC transfers query * - [x] Add Union transfers query - * - [ ] Add Sepolia transfers query + * - [❗] Add Sepolia transfers query: no need */ -export function transfersQuery({ - chain, - address -}: { chain: TChain; address: string }) { +export function ibcTransfersQuery({ address, limit = 100 }: { address: string; limit?: number }) { return createQuery({ - queryKey: ["transfers", chain, address], + queryKey: ["ibc-transfers", address], queryFn: async () => request( URLS.GRAPHQL, graphql(/* GraphQL */ ` - query userTransfers($address: String!) { - v0_wasm_ibc_transfers(limit: 10) { + query userTransfers($address: String!, $limit: Int!) { + v0_wasm_ibc_transfers(limit: $limit, where: { + _or: [{sender: {_eq: $address}}, {receiver: {_eq: $address}}] + }) { sender receiver + amount + denom + transaction_hash + _contract_address } } `), - { address } + { address, limit } ), enabled: !!address }) } + +export interface CrossChainTransfer {} + +export function unionTransfersQuery({ + address, + include = ["SENT", "RECEIVED"], + refetchInterval = 10_000, + enabled = true +}: { + address: string + include?: Array<"SENT" | "RECEIVED"> + refetchInterval?: number + enabled?: boolean +}) { + const baseUrl = `${URLS.UNION.REST}/cosmos/tx/v1beta1/txs` + if (!isValidCosmosAddress(address)) return null + return createQueries({ + queries: [ + { + queryKey: ["union-transfers-sent", address], + queryFn: async () => + await fetcher(`${baseUrl}?query=transfer.sender='${address}'`), + refetchInterval, + // TODO: add Union address validation + enabled: include.includes("SENT") && isValidCosmosAddress(address) && enabled + }, + { + queryKey: ["union-transfers-received", address], + queryFn: async () => + await fetcher(`${baseUrl}?query=transfer.recipient='${address}'`), + refetchInterval, + // TODO: add Union address validation + enabled: include.includes("RECEIVED") && isValidCosmosAddress(address) && enabled + } + ], + combine: resultArray => ({ + error: resultArray.map(result => result.error), + status: resultArray.flatMap(result => result.status).at(-1), + data: resultArray.flatMap(result => result.data?.tx_responses).filter(Boolean) + }) + }) +} + +export interface UnionTransfersQuery { + total: string + pagination: any + tx_responses: Array +} + +export interface UnionTransfer { + code: number + data: string + info: string + height: string + txhash: string + raw_log: string + logs: Array + gas_used: string + codespace: string + timestamp: string + gas_wanted: string + tx: { + body: { + messages: Array<{ + "@type": string + sender: string + contract: string + msg: { + transfer: { + channel: string + receiver: string + timeout: any + memo: string + } + } + funds: Array<{ denom: string; amount: string }> + }> + memo: string + timeout_height: string + extension_options: Array + non_critical_extension_options: Array + } + "@type": string + signatures: Array + auth_info: { + signer_infos: Array<{ + sequence: string + mode_info: { single: { mode: string } } + public_key: { "@type": string; key: string } + }> + fee: { + payer: string + granter: string + gas_limit: string + amount: Array<{ denom: string; amount: string }> + } + tip: any + } + } + events: Array<{ + type: string + attributes: Array<{ + key: string + value: string + index: boolean + }> + }> +} diff --git a/app/src/lib/snap.ts b/app/src/lib/snap.ts deleted file mode 100644 index 69f74e7597..0000000000 --- a/app/src/lib/snap.ts +++ /dev/null @@ -1,184 +0,0 @@ -import { - getKey, - getSnap, - connectSnap, - suggestChain, - CosmjsOfflineSigner -} from "@leapwallet/cosmos-snap-provider" -import { get, writable } from "svelte/store" -import { wallet } from "$/lib/wallet/config" -import { Tendermint37Client } from "@cosmjs/tendermint-rpc" -import { CHAIN, CONTRACT, UNO, URLS } from "$/lib/constants" -import { SigningCosmWasmClient } from "@cosmjs/cosmwasm-stargate" -import { GasPrice, SigningStargateClient, type StargateClient } from "@cosmjs/stargate" - -export const snapInstalled = writable(false) -export async function ensureSnapInstalled() { - if (get(snapInstalled)) return - - const currentSnaps = await window.ethereum?.request({ - method: "wallet_getSnaps" - }) - const installed = Object.hasOwn(currentSnaps, "npm:@leapwallet/metamask-cosmos-snap") - snapInstalled.set(installed) - - if (installed) return - - await window.ethereum.request({ - method: "wallet_requestSnaps", - params: { "npm:@leapwallet/metamask-cosmos-snap": { version: "^0.1.18" } } - }) - ensureSnapInstalled() -} - -export const snapConnected = writable(false) -export async function ensureSnapConnected() { - const snap = await getSnap() - if (!snap) await connectSnap() - const snapSecondCheck = await getSnap() - snapConnected.set(snapSecondCheck !== undefined) -} - -export const snapAddress = writable(null) - -export async function getSnapAddress() { - if (!get(snapConnected)) return - - const chainAddressRequest = await getKey(CHAIN.UNION.ID) - snapAddress.set(chainAddressRequest?.address) -} - -export const snapChainConnected = writable(false) -export const snapChainInitialized = writable(false) -export async function ensureSnapChainInitialized() { - if (!get(snapConnected)) return - try { - const key = await getKey(CHAIN.UNION.ID) - snapChainInitialized.set(key !== undefined) - snapChainConnected.set(true) - } catch (error) { - const errorMessage = error instanceof Error ? error.message : error - console.error("wallet_invokeSnap - ensureSnapChainInitialized", errorMessage) - snapChainInitialized.set(false) - } -} - -export async function suggestSnapChain() { - if (!get(snapConnected)) return - if (get(snapChainInitialized)) return - - /** - * chainInfo should be structured like this - * @link https://github.com/cosmos/chain-registry/blob/master/testnets/uniontestnet/chain.json - */ - const suggestChainRequest = await suggestChain( - { - chainId: CHAIN.UNION.ID, - chainName: CHAIN.UNION.NAME, - bip44: { coinType: UNO.COIN_TYPE }, - bech32Config: { bech32PrefixAccAddr: UNO.ADDRESS_PREFIX } - }, - { force: false } - ) - - console.log("wallet_invokeSnap - addChain", JSON.stringify(suggestChain, undefined, 2)) - snapChainConnected.set(suggestChainRequest.chainInfo !== undefined) -} - -export const snapOfflineSigner = writable(null) -export function initializeSnapOfflineSigner() { - if (!get(snapConnected)) return - if (!get(snapChainInitialized)) return - - const offlineSigner = new CosmjsOfflineSigner(CHAIN.UNION.ID) - snapOfflineSigner.set(offlineSigner) -} - -export const tendermintClient = writable(null) -export async function initializeTendermintClient() { - if (!get(snapConnected)) return - if (!get(snapChainInitialized)) return - - const _tendermintClient = await Tendermint37Client.connect(URLS.UNION.RPC) - tendermintClient.set(_tendermintClient) -} - -export const stargateOfflineSigner = writable(null) -export async function initializeStargateClient() { - if (!get(snapConnected)) return - if (!get(snapChainInitialized)) return - - const offlineSigner = get(snapOfflineSigner) - if (!offlineSigner) return - - const _tendermintClient = get(tendermintClient) - if (!_tendermintClient) return - - const stargateClient = await SigningStargateClient.createWithSigner( - _tendermintClient, - offlineSigner, - { gasPrice: GasPrice.fromString(`0.001${UNO.NATIVE_DENOM}`) } - ) - stargateOfflineSigner.set(stargateClient) -} - -export const signingCosmWasmClient = writable(null) -export async function initializeSigningCosmWasmClient() { - if (!get(snapConnected)) return - if (!get(snapChainInitialized)) return - - const offlineSigner = get(snapOfflineSigner) - if (!offlineSigner) return - - const _tendermintClient = get(tendermintClient) - if (!_tendermintClient) return - - const _signingCosmWasmClient = await SigningCosmWasmClient.createWithSigner( - _tendermintClient, - offlineSigner, - { - gasPrice: GasPrice.fromString(`0.001${UNO.NATIVE_DENOM}`) - } - ) - signingCosmWasmClient.set(_signingCosmWasmClient) -} - -export const unionTransactions = writable>([]) -export async function sendAssetFromUnionToEthereum({ amount }: { amount: bigint }) { - if (!get(snapConnected)) return - if (!get(snapChainInitialized)) return - const ethereumAddress = get(wallet).address - - if (!ethereumAddress) { - console.error("[sendSnapTransaction] missing data. Initialize the client and signer first.") - return - } - - const offlineSigner = new CosmjsOfflineSigner(CHAIN.UNION.ID) - const tendermintClient = await Tendermint37Client.connect(URLS.UNION.RPC) - - const signingCosmWasmClient = await SigningCosmWasmClient.createWithSigner( - tendermintClient, - offlineSigner, - { gasPrice: GasPrice.fromString(`0.001${UNO.NATIVE_DENOM}`) } - ) - - const [{ address: unionAddress }] = await offlineSigner.getAccounts() - const result = await signingCosmWasmClient.execute( - unionAddress, - CONTRACT.UNION.ADDRESS, - { - transfer: { - channel: CONTRACT.UNION.SOURCE_CHANNEL, - receiver: ethereumAddress.slice(2), - timeout: null, - memo: "random more than four characters I am transferring." - } - }, - "auto", - undefined, - [{ denom: UNO.NATIVE_DENOM, amount: amount.toString() }] - ) - - unionTransactions.update(transactions => [...transactions, result.transactionHash]) -} diff --git a/app/src/lib/store.ts b/app/src/lib/store.ts new file mode 100644 index 0000000000..e69de29bb2 diff --git a/app/src/lib/stores/index.ts b/app/src/lib/stores/index.ts deleted file mode 100644 index d327a07636..0000000000 --- a/app/src/lib/stores/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { readable } from "svelte/store" - -/** - * tanstack/svelte-query polling interval global store - */ diff --git a/app/src/lib/union-actions.ts b/app/src/lib/union-actions.ts deleted file mode 100644 index ce727ea64e..0000000000 --- a/app/src/lib/union-actions.ts +++ /dev/null @@ -1,127 +0,0 @@ -import { - erc20Abi, - BaseError, - type Hash, - getAddress, - bytesToHex, - type Address, - type Account, - ContractFunctionRevertedError -} from "viem" -import toast from "svelte-french-toast" -import { snapAddress } from "$/lib/snap" -import { ucs01relayAbi } from "$/lib/abi" -import { writable, get } from "svelte/store" -import { fromBech32 } from "@cosmjs/encoding" -import { CONTRACT, UNO } from "$/lib/constants" -import { config, unionAddress, wallet } from "$/lib/wallet/config" -import { readContract, simulateContract, writeContract } from "@wagmi/core" - -export async function getUnoERC20Balance(address: string) { - const passedAddress = getAddress(address) - const denomAddress = await getDenomAddress() - if (BigInt(denomAddress) === 0n) return 0n - - return readContract(config, { - abi: erc20Abi, - functionName: "balanceOf", - address: denomAddress, - args: [passedAddress] - }) -} - -export async function approveUnoERC20Spending({ amount }: { amount: bigint }) { - const ethereumAddress = get(wallet).address - if (!ethereumAddress) return - const denomAddress = await getDenomAddress() - if (BigInt(denomAddress) === 0n) return - - const contractParameters = { - abi: erc20Abi, - functionName: "approve", - address: denomAddress, - args: [getAddress(CONTRACT.SEPOLIA.ADDRESS), 69_420n], - account: get(wallet) as unknown as Account - } as const - - const { request } = await simulateContract(config, contractParameters) - return writeContract(config, request) -} - -export const sepoliaTransactions = writable>([]) -export async function sendAssetFromEthereumToUnion({ - amount, - simulate = true -}: { - amount: bigint - simulate?: boolean -}): Promise { - const _unionAddress = get(snapAddress) - if (!_unionAddress) throw new Error("snap address not set") - const ethereumAddress = get(wallet).address - if (!ethereumAddress) throw new Error("ethereum address not set") - - const _approvalResult = await approveUnoERC20Spending({ amount }) - // TODO: make dynamic? - const counterpartyTimeoutRevisionNumber = 6n - // TODO: make dynamic? - const counterpartyTimeoutRevisionHeight = 800_000_000n - try { - const sepoliaUnoBalance = await getUnoERC20Balance(ethereumAddress) - if (sepoliaUnoBalance < amount) { - throw new Error( - `insufficient balance to send ${amount} muno to ${get(unionAddress)}: ${sepoliaUnoBalance}` - ) - } - - const denomAddress = await getDenomAddress() - - const writeContractParameters = { - abi: ucs01relayAbi, - functionName: "send", - address: getAddress(CONTRACT.SEPOLIA.ADDRESS), - args: [ - CONTRACT.SEPOLIA.PORT_ID, - CONTRACT.SEPOLIA.SOURCE_CHANNEL, - bytesToHex(fromBech32(_unionAddress).data), - [{ denom: denomAddress, amount }], - counterpartyTimeoutRevisionNumber, - counterpartyTimeoutRevisionHeight - ] - } as const - if (!simulate) return await writeContract(config, writeContractParameters) - - const { request } = await simulateContract(config, writeContractParameters) - const transactionHash = await writeContract(config, request) - - sepoliaTransactions.update(transactions => [...transactions, transactionHash]) - return transactionHash - } catch (error) { - if (error instanceof BaseError) { - const revertError = error.walk(error => error instanceof ContractFunctionRevertedError) - if (revertError instanceof ContractFunctionRevertedError) { - const errorName = revertError.data?.errorName ?? "" - toast.error(`error while sending ${amount} UNO [${errorName}-${revertError?.signature}]`, { - position: "bottom-center" - }) - } - } - const errorMessage = error instanceof Error ? error.message : error - throw new Error(`error while sending ${amount} muno to ${get(unionAddress)}: ${errorMessage}`) - } -} - -export async function getDenomAddress(): Promise
{ - const [sourcePort, sourceChannel, denom] = [ - CONTRACT.SEPOLIA.PORT_ID, - CONTRACT.SEPOLIA.SOURCE_CHANNEL, - UNO.NATIVE_DENOM - ] - - return await readContract(config, { - abi: ucs01relayAbi, - address: getAddress(CONTRACT.SEPOLIA.ADDRESS), - functionName: "getDenomAddress", - args: [sourcePort, sourceChannel, `wasm.${CONTRACT.UNION.ADDRESS}/${sourceChannel}/${denom}`] - }) -} diff --git a/app/src/lib/utilities/hover.ts b/app/src/lib/utilities/hover.ts new file mode 100644 index 0000000000..890b8f4dce --- /dev/null +++ b/app/src/lib/utilities/hover.ts @@ -0,0 +1,15 @@ +export function hover(node: { + onmousemove: (event: any) => void + getElementsByClassName: (arg0: string) => any +}) { + node.onmousemove = event => { + for (const card of node.getElementsByClassName("card")) { + const rect = card.getBoundingClientRect() + const x = event.clientX - rect.left + const y = event.clientY - rect.top + + card.style.setProperty("--mouse-x", `${x}px`) + card.style.setProperty("--mouse-y", `${y}px`) + } + } +} diff --git a/app/src/lib/utilities/index.ts b/app/src/lib/utilities/index.ts index 95d110ccd1..20e76ec5aa 100644 --- a/app/src/lib/utilities/index.ts +++ b/app/src/lib/utilities/index.ts @@ -1,7 +1,21 @@ +export const isBrowser = typeof document !== "undefined" + export function raise(error: unknown): never { throw typeof error === "string" ? new Error(error) : error } +export function urlSearchParams( + params: Record +) { + return new URLSearchParams( + JSON.parse( + JSON.stringify({ + ...params + }) + ) as Record + ) +} + export async function fetcher(url: string, options?: RequestInit) { const response = await fetch(url, { ...options, @@ -29,7 +43,10 @@ export async function sleep(ms: number): Promise { export const generateRandomInteger = (min: number, max: number) => Math.floor(Math.random() * (max - min + 1)) + min -export function debouncer( +export const repeatArray = (array: Array, times: number): Array => + Array.from({ length: times }).flatMap(() => array) + +export function debounce( handler: (...args: Array) => void, delay = 500 ): (...args: Array) => void { @@ -39,3 +56,58 @@ export function debouncer( id = window.setTimeout(handler, delay, ...args) } } + +export const dollarize = (amount: string | number) => + new Intl.NumberFormat("en-US", { + style: "currency", + currency: "USD" + }).format(Number(amount)) + +export function relativeTime({ + timestamp, + lang = navigator?.language || "en" +}: { + timestamp: Date | number | string + lang?: string +}): string { + const rtf = new Intl.RelativeTimeFormat(lang, { numeric: "auto" }) + const timeMilliseconds = + typeof timestamp === "number" + ? timestamp + : typeof timestamp === "string" + ? Date.parse(timestamp) + : timestamp.getTime() + + const deltaSeconds = Math.round((timeMilliseconds - Date.now()) / 1000) + + const second = 1 + const minute = 60 * second + const hour = 60 * minute + const day = 24 * hour + const [week, month, year] = [7 * day, 30 * day, 365 * day] + + const cutoffs = [ + { cutoff: minute, unit: "minute" }, + { cutoff: hour, unit: "hour" }, + { cutoff: day, unit: "day" }, + { cutoff: week, unit: "week" }, + { cutoff: month, unit: "month" }, + { cutoff: year, unit: "year" }, + { cutoff: Number.MAX_SAFE_INTEGER, unit: "year" } + ] satisfies Array<{ cutoff: number; unit: Intl.RelativeTimeFormatUnit }> + + const units = [ + "second", + "minute", + "hour", + "day", + "week", + "month", + "year" + ] satisfies Array + + const unitIndex = cutoffs.findIndex(({ cutoff }) => cutoff > Math.abs(deltaSeconds)) + const divisor = unitIndex ? cutoffs[unitIndex - 1].cutoff : 1 + + return rtf.format(Math.round(deltaSeconds / divisor), units[unitIndex]) +} diff --git a/app/src/lib/utilities/shadcn.ts b/app/src/lib/utilities/shadcn.ts index 638a1567dc..b0c1f2c8f5 100644 --- a/app/src/lib/utilities/shadcn.ts +++ b/app/src/lib/utilities/shadcn.ts @@ -1,13 +1,13 @@ +import { type ClassValue, clsx } from "clsx" import { twMerge } from "tailwind-merge" import { cubicOut } from "svelte/easing" -import { type ClassValue, clsx } from "clsx" import type { TransitionConfig } from "svelte/transition" export function cn(...inputs: Array) { return twMerge(clsx(inputs)) } -type FlyAndScaleParameters = { +type FlyAndScaleParams = { y?: number x?: number start?: number @@ -16,12 +16,7 @@ type FlyAndScaleParameters = { export const flyAndScale = ( node: Element, - parameters: FlyAndScaleParameters = { - y: -8, - x: 0, - start: 0.95, - duration: 150 - } + params: FlyAndScaleParams = { y: -8, x: 0, start: 0.95, duration: 150 } ): TransitionConfig => { const style = getComputedStyle(node) const transform = style.transform === "none" ? "" : style.transform @@ -37,19 +32,19 @@ export const flyAndScale = ( } const styleToString = (style: Record): string => { - return Object.keys(style).reduce((string_, key) => { - if (style[key] === undefined) return string_ - return `${string_}${key}:${style[key]};` + return Object.keys(style).reduce((str, key) => { + if (style[key] === undefined) return str + return `${str}${key}:${style[key]};` }, "") } return { - duration: parameters.duration ?? 200, + duration: params.duration ?? 200, delay: 0, css: t => { - const y = scaleConversion(t, [0, 1], [parameters.y ?? 5, 0]) - const x = scaleConversion(t, [0, 1], [parameters.x ?? 0, 0]) - const scale = scaleConversion(t, [0, 1], [parameters.start ?? 0.95, 1]) + const y = scaleConversion(t, [0, 1], [params.y ?? 5, 0]) + const x = scaleConversion(t, [0, 1], [params.x ?? 0, 0]) + const scale = scaleConversion(t, [0, 1], [params.start ?? 0.95, 1]) return styleToString({ transform: `${transform} translate3d(${x}px, ${y}px, 0) scale(${scale})`, diff --git a/app/src/lib/utilities/types.ts b/app/src/lib/utilities/types.ts new file mode 100644 index 0000000000..a16a8468c2 --- /dev/null +++ b/app/src/lib/utilities/types.ts @@ -0,0 +1,8 @@ +export type LowercaseKeys = { + [K in keyof T as Lowercase]: T[K] +} + +/** @see https://www.totaltypescript.com/concepts/the-prettify-helper */ +export type Prettify = { + [K in keyof T]: T[K] +} & {} diff --git a/app/src/lib/utilities/update-theme.ts b/app/src/lib/utilities/update-theme.ts new file mode 100644 index 0000000000..6f9edc5eeb --- /dev/null +++ b/app/src/lib/utilities/update-theme.ts @@ -0,0 +1,13 @@ +import { isBrowser } from "./index.ts" + +export function updateTheme({ activeTheme, path }: { activeTheme: string; path: string }) { + if (!isBrowser) return + document.body.classList.forEach(className => { + if (className.match(/^theme.*/)) { + document.body.classList.remove(className) + } + }) + + const theme = path === "/themes" ? activeTheme : null + if (theme) return document.body.classList.add(`theme-${theme}`) +} diff --git a/app/src/lib/wallet/config.ts b/app/src/lib/wallet/config.ts deleted file mode 100644 index d78cc24ddf..0000000000 --- a/app/src/lib/wallet/config.ts +++ /dev/null @@ -1,157 +0,0 @@ -import "$/patch.ts" -import { - http, - fallback, - reconnect, - getAccount, - createConfig, - watchAccount, - unstable_connector, - connect as _connect, - disconnect as _disconnect, - switchChain as _switchChain, - type GetAccountReturnType -} from "@wagmi/core" -import { CHAIN, UNO } from "$/lib/constants" -import { injected } from "@wagmi/connectors" -import { getDenomAddress } from "$/lib/union-actions" -import { mainnet, sepolia } from "@wagmi/core/chains" -import { writable, type Writable } from "svelte/store" -import { getKey, getSnap, connectSnap, suggestChain } from "@leapwallet/cosmos-snap-provider" - -const projectId = "640277c8235dc052b811d0cb88515fa5" - -const chains = [sepolia] as const -export type ConfiguredChainId = (typeof chains)[number]["id"] - -export type Wallet = GetAccountReturnType -export type ConnectedWallet = Wallet & { status: "connected" } - -export type ConnectorType = "injected" - -export const config = createConfig({ - chains: [mainnet, sepolia], - syncConnectedChain: true, - multiInjectedProviderDiscovery: true, - /** - * TODO: set storage using `unstorage` - */ - connectors: [ - injected({ - shimDisconnect: true, - unstable_shimAsyncInject: 2500 - }) - // metaMask() - // walletConnect({ projectId }) - ], - transports: { - [mainnet.id]: fallback([ - // - http(), - unstable_connector(injected) - ]), - [sepolia.id]: fallback([ - // - unstable_connector(injected), - http() - ]) - /** - * TODO: add custom transport for Union chain. - * @see - * - https://wagmi.sh/core/api/transports/custom#custom - * - https://viem.sh/docs/clients/transports/custom.html - */ - } - /** - * TODO: add custom client for Union chain. - * @see - * - https://viem.sh/docs/clients/custom.html - * - https://wagmi.sh/core/api/createConfig#client - */ -}) - -const accountStore = writable(getAccount(config)) satisfies Writable -watchAccount(config, { onChange: accountStore.set }) -reconnect(config) - -export const wallet = { subscribe: accountStore.subscribe } - -export async function connect(type: ConnectorType, chainId: ConfiguredChainId | undefined) { - const connectors = config.connectors.filter(c => c.type === type) - const connector = connectors[0] ?? connectors[1] - - if (connector) return _connect(config, { connector, chainId }) -} - -export const disconnect = () => _disconnect(config) - -export const switchChain = (chainId: ConfiguredChainId) => _switchChain(config, { chainId }) - -export const snapInstalled = writable(false) satisfies Writable -export const unoTokenAddedToMetaMask = writable(false) satisfies Writable -export const connectedToUnion = writable(false) satisfies Writable -export const unionAddress = writable("") satisfies Writable - -export async function updateSnapInstalled() { - const snap = await getSnap() - snapInstalled.set(snap !== undefined) -} - -export async function connectLeapSnap() { - const snap = await getSnap() - if (snap === undefined) await connectSnap() - await updateSnapInstalled() -} - -export async function connectToUnion() { - await suggestChain( - { - chainId: CHAIN.UNION.ID, - chainName: CHAIN.UNION.NAME, - bip44: { coinType: UNO.COIN_TYPE }, - bech32Config: { bech32PrefixAccAddr: UNO.ADDRESS_PREFIX } - }, - { force: false } - ) - connectedToUnion.set(true) -} - -export async function checkConnectedToUnion() { - try { - const key = await getKey(CHAIN.UNION.ID) - connectedToUnion.set(key !== undefined) - unionAddress.set(key?.address) - } catch (error) { - const errorMessage = error instanceof Error ? error.message : error - console.error(errorMessage) - connectedToUnion.set(false) - } -} - -export async function addUnoERC20() { - try { - const denomAddress = await getDenomAddress() - const hasBeenAdded = await window.ethereum.request({ - method: "wallet_watchAsset", - params: { - type: "ERC20", - options: { - /** - * TODO: THIS SHOULD NOT BE HARDCODED. INSTEAD CALL unionWalletClient().getDenomAddress() - */ - address: denomAddress, - /** - * TODO: this should be UNO but our latest deployment to Sepolia has this as symbol - */ - symbol: "UNO", - decimals: 6, - image: "https://union.build/logo.png" - } - } - }) - - if (hasBeenAdded) unoTokenAddedToMetaMask.set(true) - } catch { - unoTokenAddedToMetaMask.set(false) - } -} diff --git a/app/src/lib/wallet/cosmos/config.ts b/app/src/lib/wallet/cosmos/config.ts new file mode 100644 index 0000000000..5332deff62 --- /dev/null +++ b/app/src/lib/wallet/cosmos/config.ts @@ -0,0 +1,84 @@ +import { get, writable } from "svelte/store" +import { CHAIN, URLS } from "$/lib/constants" +import { sleep } from "$/lib/utilities/index.ts" +import type { ChainWalletStore } from "$/lib/wallet/types" +import { GasPrice, SigningStargateClient } from "@cosmjs/stargate" + +export const cosmosWalletsInformation = [ + { + name: "leap", + icon: "https://assets.leapwallet.io/logos/leap-cosmos-logo.svg", + download: "https://www.leapwallet.io/download" + }, + { + name: "keplr", + icon: "https://assets-global.website-files.com/63eb7ddf41cf5b1c8fdfbc74/63fc1eaf76d6a3bd547b017c_Keplr_icon_ver.1.3_2.svg", + download: "https://www.keplr.app/download" + } +] as const + +export type CosmosWalletName = (typeof cosmosWalletsInformation)[number]["name"] + +const stored = localStorage.getItem("cosmos-config") || "{}" + +function createCosmosStore( + previousState: ChainWalletStore<"cosmos"> & { + signingStargateClient?: SigningStargateClient + } = (JSON.parse(stored) as ChainWalletStore<"cosmos">) || { + chain: "cosmos", + hoverState: "none", + address: undefined, + connectedWallet: undefined, + connectionStatus: "disconnected", + signingStargateClient: undefined + } +) { + const { subscribe, set, update } = writable(previousState) + return { + set, + update, + subscribe, + connect: async (walletName: string) => { + if (!walletName || (walletName !== "keplr" && walletName !== "leap")) return + update(v => ({ ...v, connectionStatus: "connecting" })) + if (!window[walletName]) { + alert(`Please install ${walletName} wallet`) + update(v => ({ ...v, connectionStatus: "disconnected" })) + return + } + await window[walletName]?.enable(CHAIN.UNION.ID) + const offlineSigner = window[walletName as "keplr"]?.getOfflineSigner(CHAIN.UNION.ID, { + disableBalanceCheck: false + }) + if (!offlineSigner) return console.error("[cosmos] No offline signer found") + const accounts = await offlineSigner?.getAccounts() + console.log("[cosmos] accounts", accounts) + update(v => ({ ...v, connectionStatus: "connected" })) + if (!accounts) return console.error("[cosmos] No accounts found") + const [account] = accounts + update(v => ({ ...v, address: account.address })) + const stargateClient = await SigningStargateClient.connectWithSigner( + URLS.UNION.RPC, + offlineSigner, + { gasPrice: GasPrice.fromString("0.025muno") } + ) + update(v => ({ ...v, connectedWallet: walletName, signingStargateClient: stargateClient })) + await sleep(2_000) + }, + disconnect: async () => { + const cosmosWalletName = get({ subscribe }).connectedWallet as CosmosWalletName + console.log("[cosmos] cosmosDisconnectClick", get(cosmosStore)) + if (cosmosWalletName && cosmosWalletName === "keplr" && window[cosmosWalletName]) { + await window[cosmosWalletName]?.disable([CHAIN.UNION.ID]) + update(v => ({ ...v, connectedWallet: "none", connectionStatus: "disconnected" })) + } + if (cosmosWalletName && cosmosWalletName === "leap" && window[cosmosWalletName]) { + await window[cosmosWalletName]?.disconnect(CHAIN.UNION.ID) + update(v => ({ ...v, connectedWallet: "none", connectionStatus: "disconnected" })) + } + } + } +} + +export const cosmosStore = createCosmosStore() +cosmosStore.subscribe(value => localStorage.setItem("cosmos-config", JSON.stringify(value))) diff --git a/app/src/lib/wallet/cosmos/index.ts b/app/src/lib/wallet/cosmos/index.ts new file mode 100644 index 0000000000..8d7d948f0b --- /dev/null +++ b/app/src/lib/wallet/cosmos/index.ts @@ -0,0 +1,5 @@ +export { + cosmosStore, + type CosmosWalletName, + cosmosWalletsInformation +} from "./config.ts" diff --git a/app/src/lib/wallet/evm/config.ts b/app/src/lib/wallet/evm/config.ts new file mode 100644 index 0000000000..40d126de0b --- /dev/null +++ b/app/src/lib/wallet/evm/config.ts @@ -0,0 +1,158 @@ +import "$/polyfill.ts" +import { + http, + fallback, + webSocket, + reconnect, + serialize, + getAccount, + deserialize, + watchAccount, + createConfig, + unstable_connector, + connect as _connect, + disconnect as _disconnect, + type GetAccountReturnType, + switchChain as _switchChain, + createStorage as createWagmiStorage +} from "@wagmi/core" +import { createClient } from "viem" +import { writable } from "svelte/store" +import { sleep } from "$/lib/utilities" +import { sepolia } from "@wagmi/core/chains" +import type { ChainWalletStore } from "$/lib/wallet/types" +import { walletConnect, injected } from "@wagmi/connectors" +import { walletActionsEip5792, walletActionsEip3074 } from "viem/experimental" + +const WALLET_CONNECT_PROJECT_ID = "640277c8235dc052b811d0cb88515fa5" +const ankrId = "bced07c1a0ee36409ee84dae4e4f65a25b57715ddd8f3f2fd261f2a6b5508505" + +const chains = [sepolia] as const +export type ConfiguredChainId = (typeof chains)[number]["id"] + +export type Wallet = GetAccountReturnType +export type ConnectedWallet = Wallet & { status: "connected" } + +export type ConnectorType = "injected" | "walletConnect" + +export const config = createConfig({ + chains: [sepolia], + client: ({ chain }) => { + return createClient({ + chain, + cacheTime: 4_000, + pollingInterval: 4_000, + batch: { multicall: true }, + transport: fallback([ + unstable_connector(injected), + http(`https://rpc.ankr.com/eth_sepolia/${ankrId}`), + webSocket(`wss://rpc.ankr.com/eth_sepolia/ws/${ankrId}`) + ]) + }) + .extend(walletActionsEip5792()) + .extend(walletActionsEip3074()) + }, + syncConnectedChain: true, + multiInjectedProviderDiscovery: true, + storage: createWagmiStorage({ + serialize, + deserialize, + key: "wagmi", + storage: typeof window !== "undefined" ? window.sessionStorage : undefined + }), + connectors: [ + injected({ shimDisconnect: true, unstable_shimAsyncInject: 2_500 }), + walletConnect({ + projectId: WALLET_CONNECT_PROJECT_ID, + qrModalOptions: { + enableExplorer: true + }, + metadata: { + name: "Union App", + description: "Union App", + url: "https://app.union.build", + icons: [] + } + }) + ] +}) + +export function createSepoliaStore( + previousState: ChainWalletStore<"evm"> = { + chain: "sepolia", + hoverState: "none", + address: getAccount(config).address, + connectionStatus: getAccount(config).status, + connectedWallet: getAccount(config).connector?.name + } +) { + console.log("[sepoliaStore] previousState", previousState) + const { subscribe, set, update } = writable(previousState) + return { + set, + update, + subscribe, + connect: async (walletId: EvmWalletId) => { + console.log("[evm] connect --", { walletId }) + console.log(evmWalletsInformation.map(evmWallet => evmWallet.name)) + const walletName = evmWalletsInformation.find(evmWallet => evmWallet.id === walletId)?.name + await evmConnect(walletId, sepolia.id) + await sleep(1_000) + }, + disconnect: async () => { + console.log("[evm] disconnect") + await Promise.all([ + await evmDisconnect(), + ...config.connectors.map(connector => connector.disconnect()) + ]) + await sleep(1_000) + } + } +} + +export const sepoliaStore = createSepoliaStore() + +watchAccount(config, { + onChange: account => + sepoliaStore.set({ + chain: "sepolia", + hoverState: "none", + address: account.address, + connectionStatus: account.status, + connectedWallet: account.connector?.name + }) +}) +reconnect(config) + +const desiredWallets = ["injected", "walletConnect", "metamask", "phantom", "tokenary"] +export const evmWalletsInformation = config.connectors + .map(connector => ({ + ...connector, + name: connector.name.toLowerCase().includes("injected") ? "Browser Wallet" : connector.name, + icon: connector.name.toLowerCase().includes("injected") + ? "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23f7f7f7' fill-rule='evenodd' d='m15.65 3.64-9.6 4.8 10.2 5.1 10.2-5.1-9.6-4.8a1.35 1.35 0 0 0-1.2 0ZM28 10.46l-10.5 5.25v12.81l9.75-4.87a1.35 1.35 0 0 0 .75-1.21V10.46ZM15 28.53V15.7L4.5 10.46v11.97a1.35 1.35 0 0 0 .74 1.22L15 28.53Zm-.48 2.55-10.4-5.2A3.85 3.85 0 0 1 2 22.42V10.05A3.85 3.85 0 0 1 4.13 6.6l10.4-5.2a3.85 3.85 0 0 1 3.43 0l10.4 5.2a3.85 3.85 0 0 1 2.14 3.45v12.39a3.85 3.85 0 0 1-2.13 3.44l-10.4 5.2a3.85 3.85 0 0 1-3.45 0Z' clip-rule='evenodd'/%3E%3C/svg%3E" + : connector.name.toLowerCase().includes("walletconnect") + ? "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f7f7f7' d='M4.91 7.52a10.18 10.18 0 0 1 14.18 0l.47.46a.48.48 0 0 1 0 .7l-1.61 1.57a.25.25 0 0 1-.36 0l-.65-.63a7.1 7.1 0 0 0-9.88 0l-.7.68a.26.26 0 0 1-.35 0L4.4 8.72a.48.48 0 0 1 0-.7zm17.5 3.26 1.44 1.4a.48.48 0 0 1 0 .7l-6.46 6.33a.51.51 0 0 1-.71 0l-4.59-4.5a.13.13 0 0 0-.18 0l-4.59 4.5a.51.51 0 0 1-.7 0L.14 12.88a.48.48 0 0 1 0-.7l1.43-1.4a.51.51 0 0 1 .71 0l4.59 4.5c.05.04.13.04.18 0l4.59-4.5a.51.51 0 0 1 .7 0l4.6 4.5c.04.04.12.04.17 0l4.6-4.5a.5.5 0 0 1 .7 0'/%3E%3C/svg%3E" + : connector.icon, + type: connector.type as ConnectorType, + download: "" + })) + .filter(connector => desiredWallets.includes(connector.name.toLowerCase())) + +export type EvmWalletName = (typeof evmWalletsInformation)[number]["name"] +export type EvmWalletId = (typeof evmWalletsInformation)[number]["id"] + +export async function evmConnect( + evmWalletId: EvmWalletId, + chainId: ConfiguredChainId | undefined = sepolia.id +) { + const connectors = config.connectors.filter(connector => connector.id === evmWalletId) + const connector = connectors[0] ?? connectors[1] + if (connector) return _connect(config, { connector, chainId }) +} + +export function evmDisconnect() { + return _disconnect(config, { connector: getAccount(config).connector }) +} + +export const evmSwitchChain = (chainId: ConfiguredChainId) => _switchChain(config, { chainId }) diff --git a/app/src/lib/wallet/evm/index.ts b/app/src/lib/wallet/evm/index.ts new file mode 100644 index 0000000000..a585de0b83 --- /dev/null +++ b/app/src/lib/wallet/evm/index.ts @@ -0,0 +1,7 @@ +export { + evmConnect, + sepoliaStore, + type EvmWalletId, + type EvmWalletName, + evmWalletsInformation +} from "./config.ts" diff --git a/app/src/lib/wallet/index.ts b/app/src/lib/wallet/index.ts new file mode 100644 index 0000000000..f668d51809 --- /dev/null +++ b/app/src/lib/wallet/index.ts @@ -0,0 +1 @@ +export type {} diff --git a/app/src/lib/wallet/types.ts b/app/src/lib/wallet/types.ts new file mode 100644 index 0000000000..29e79ac5f2 --- /dev/null +++ b/app/src/lib/wallet/types.ts @@ -0,0 +1,32 @@ +import type { State } from "@wagmi/core" +import type { Address as HexAddress } from "viem" + +/** + * Represents a hexadecimal address with a "0x" prefix. + */ +export type EvmAddress = HexAddress + +export type CosmosAddress = `union${string}` + +/** + * Represents an address that can be either a hexadecimal address or an Evmos address with a custom prefix. + * @template TPrefix - The custom prefix for the Cosmos address. + */ +export type Address = EvmAddress | CosmosAddress + +// shared types between wallets configs +export type ChainWalletStore = { + chain: TChainSource extends "evm" ? "sepolia" : "cosmos" + hoverState: "hover" | "none" + address: TChainSource extends "evm" ? EvmAddress | undefined : string | undefined + connectionStatus: State["status"] + connectedWallet: string | undefined +} + +export type Msg = MsgSend + +export interface MsgSend { + fromAddress: CosmosAddress + toAddress: CosmosAddress + amount: Array<{ denom: string; amount: string }> +} diff --git a/app/src/lib/wallet/utilities/derive-address.ts b/app/src/lib/wallet/utilities/derive-address.ts new file mode 100644 index 0000000000..a71a988420 --- /dev/null +++ b/app/src/lib/wallet/utilities/derive-address.ts @@ -0,0 +1,22 @@ +import { bech32 } from "@scure/base" +import { getAddress, isHex } from "viem" +import { uint8ArrayToHex, hexToUint8Array } from "uint8array-extras" +import type { CosmosAddress, EvmAddress } from "$/lib/wallet/types.ts" +import { isValidCosmosAddress } from "$/lib/wallet/utilities/validate.ts" + +export function cosmosToEvmAddress(address: CosmosAddress): EvmAddress { + if (!isValidCosmosAddress(address)) throw new Error("Invalid Cosmos address") + const { words } = bech32.decode(address) + return getAddress(`0x${uint8ArrayToHex(bech32.fromWords(words))}`) +} + +export function evmToCosmosAddress(address: EvmAddress): CosmosAddress { + const words = bech32.toWords(hexToUint8Array(address.slice(2))) + return bech32.encode("union", words) +} + +export const normalizeToCosmosAddress = (address: string): CosmosAddress => + isHex(address) ? evmToCosmosAddress(address) : (address as CosmosAddress) + +export const normalizeToEvmAddress = (address: string): EvmAddress => + isHex(address) ? address : cosmosToEvmAddress(address as CosmosAddress) diff --git a/app/src/lib/wallet/utilities/format.ts b/app/src/lib/wallet/utilities/format.ts new file mode 100644 index 0000000000..8f085d049f --- /dev/null +++ b/app/src/lib/wallet/utilities/format.ts @@ -0,0 +1,8 @@ +export const truncateUnionAddress = (address: string, length = 6) => + length > 0 ? `${address.slice(0, length)}...${address.slice(-length)}` : address + +export const truncateEvmAddress = (address: string, length = 6) => + length > 0 ? `${address.slice(0, length)}...${address.slice(-length)}` : address + +export const convertByteArrayToHex = (byteArray: Uint8Array): string => + byteArray.reduce((hex, byte) => hex + byte.toString(16).padStart(2, "0"), "").toUpperCase() diff --git a/app/src/lib/wallet/utilities/validate.ts b/app/src/lib/wallet/utilities/validate.ts new file mode 100644 index 0000000000..0b6c12e3bc --- /dev/null +++ b/app/src/lib/wallet/utilities/validate.ts @@ -0,0 +1,30 @@ +import { bech32 } from "@scure/base" +import { isAddress, getAddress } from "viem" +import type { CosmosAddress, EvmAddress } from "$/lib/wallet/types.ts" + +export function isValidEvmAddress(address: unknown): address is EvmAddress { + return ( + typeof address === "string" && // + isAddress(address) && + getAddress(address) === address + ) +} + +export function isValidCosmosAddress( + address: unknown, + expectedPrefixes = ["union"] +): address is CosmosAddress { + if (typeof address !== "string") return false + + try { + const { prefix, words } = bech32.decode(address) + if (expectedPrefixes && !expectedPrefixes.includes(prefix)) return false + + const size = bech32.fromWords(words).length + if (size !== 20 && size !== 32) return false + + return true + } catch (error) { + return false + } +} diff --git a/app/src/patch.ts b/app/src/polyfill.ts similarity index 94% rename from app/src/patch.ts rename to app/src/polyfill.ts index 3f7f1ada83..133c4e568b 100644 --- a/app/src/patch.ts +++ b/app/src/polyfill.ts @@ -1,3 +1,4 @@ +import "viem/window" import process from "process" import { Buffer } from "buffer" import EventEmitter from "events" @@ -5,9 +6,9 @@ import { browser } from "$app/environment" if (browser) { window.Buffer = Buffer + window.global = window window.process = process window.EventEmitter = EventEmitter - window.global = window } // @ts-expect-error diff --git a/app/src/routes/+error.svelte b/app/src/routes/+error.svelte new file mode 100644 index 0000000000..f030eae4b9 --- /dev/null +++ b/app/src/routes/+error.svelte @@ -0,0 +1,18 @@ + + + + {$page.status} + + +
+

{$page.status}

+

{$page.error?.message}

+ {#if $page.error && 'errorId' in $page.error} +
+

error id

+

{$page.error?.['errorId']}

+
+ {/if} +
diff --git a/app/src/routes/+layout.svelte b/app/src/routes/+layout.svelte index 3def2f1afb..d6fedbbd2e 100644 --- a/app/src/routes/+layout.svelte +++ b/app/src/routes/+layout.svelte @@ -1,21 +1,128 @@ + + Union App Beta + + + +{#if $navigating} + +{/if} + + + + - - - +
+
+ +
+