From eb8567327ac69becb3821850db5b82f49c12ab22 Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 14 Jan 2025 21:19:25 +0000 Subject: [PATCH 1/7] chore(app): upgrade unionlabs/client --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index ea8a5c1bde..35c2e5e2e6 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -19,7 +19,7 @@ "@tanstack/svelte-query": "5.61.5", "@tanstack/svelte-table": "^8.20.5", "@tanstack/svelte-virtual": "3.10.9", - "@unionlabs/client": "0.0.44", + "@unionlabs/client": "0.0.45", "@wagmi/connectors": "5.5.2", "@wagmi/core": "2.15.1", "bits-ui": "^0.21.13", @@ -3264,9 +3264,9 @@ "license": "MIT" }, "node_modules/@unionlabs/client": { - "version": "0.0.44", - "resolved": "https://registry.npmjs.org/@unionlabs/client/-/client-0.0.44.tgz", - "integrity": "sha512-Gyqv4nuP/KQ+dfatjyA6WKrIA52Qhtl1PsZzmUbzr5QyrqKy9d2m48v0C5FkoPf+QY89sAZXIE24COo7C/1LuA==", + "version": "0.0.45", + "resolved": "https://registry.npmjs.org/@unionlabs/client/-/client-0.0.45.tgz", + "integrity": "sha512-STdG88uQRU2uQ2EBe6lGiEn9qkUFRdcJEZG64/H9elJHJUAXAZnoxOIaFs/OlIW7R7afNluOoJRe8JwpXOzLbw==", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/app/package.json b/app/package.json index 08a1a4b45e..278791a47d 100644 --- a/app/package.json +++ b/app/package.json @@ -28,7 +28,7 @@ "@tanstack/svelte-query": "5.61.5", "@tanstack/svelte-table": "^8.20.5", "@tanstack/svelte-virtual": "3.10.9", - "@unionlabs/client": "0.0.44", + "@unionlabs/client": "0.0.45", "@wagmi/connectors": "5.5.2", "@wagmi/core": "2.15.1", "bits-ui": "^0.21.13", From c9242bbe26116520758c5cc1fc1ce6eda8f38468 Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 14 Jan 2025 21:19:51 +0000 Subject: [PATCH 2/7] fix(app): hack: show cosmos balances --- app/src/generated/graphql-env.d.ts | 151 ++++++++++++++++++++++++--- app/src/lib/queries/balance/index.ts | 27 ++++- 2 files changed, 160 insertions(+), 18 deletions(-) diff --git a/app/src/generated/graphql-env.d.ts b/app/src/generated/graphql-env.d.ts index fa1e281689..71295e5545 100644 --- a/app/src/generated/graphql-env.d.ts +++ b/app/src/generated/graphql-env.d.ts @@ -15,8 +15,6 @@ export type introspection_types = { 'String_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; isOneOf: false; 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 }]; }; 'bigint': unknown; 'bigint_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; isOneOf: false; 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 }]; }; - 'bytea': unknown; - 'bytea_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'bytea_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; }; }; defaultValue: null }]; }; 'cursor_ordering': { name: 'cursor_ordering'; enumValues: 'ASC' | 'DESC'; }; 'date': unknown; 'date_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'date'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'date'; ofType: null; }; }; }; defaultValue: null }]; }; @@ -32,10 +30,10 @@ export type introspection_types = { 'numeric': unknown; 'numeric_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; isOneOf: false; 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: { 'dydx_faucet': { name: 'dydx_faucet'; type: { kind: 'OBJECT'; name: 'dydx_faucetQuery'; ofType: null; } }; 'faucet2': { name: 'faucet2'; type: { kind: 'OBJECT'; name: 'faucet2Query'; ofType: null; } }; 'get_route': { name: 'get_route'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PfmArgs'; ofType: null; }; }; }; } }; 'stride_faucet': { name: 'stride_faucet'; type: { kind: 'OBJECT'; name: 'stride_faucetQuery'; ofType: null; } }; 'v1_acknowledge_packet': { name: 'v1_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_assets': { name: 'v1_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_chains': { name: 'v1_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_channel_open_ack': { name: 'v1_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm': { name: 'v1_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_init': { name: 'v1_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_try': { name: 'v1_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channels': { name: 'v1_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_clients': { name: 'v1_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_config': { name: 'v1_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_connection_open_ack': { name: 'v1_connection_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm': { name: 'v1_connection_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_init': { name: 'v1_connection_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_try': { name: 'v1_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connections': { name: 'v1_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_contracts': { name: 'v1_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_daily_packets': { name: 'v1_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_transfers': { name: 'v1_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_explorers': { name: 'v1_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_faucets': { name: 'v1_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_health_check': { name: 'v1_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_order_view': { name: 'v1_ibc_union_fungible_asset_order_view'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets_view': { name: 'v1_ibc_union_packets_view'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets_view'; ofType: null; }; }; }; } }; 'v1_index_status': { name: 'v1_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_lightclient_update': { name: 'v1_lightclient_update'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_packet_effect_type': { name: 'v1_packet_effect_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packets': { name: 'v1_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_rpcs': { name: 'v1_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_statistics': { name: 'v1_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_statistics_address': { name: 'v1_statistics_address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_tokens_type': { name: 'v1_tokens_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_traces': { name: 'v1_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type': { name: 'v1_transfer_forwards_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfers': { name: 'v1_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations': { name: 'v1_ucs1_configurations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_paths': { name: 'v1_ucs1_paths'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; }; }; + 'query_root': { kind: 'OBJECT'; name: 'query_root'; fields: { 'dydx_faucet': { name: 'dydx_faucet'; type: { kind: 'OBJECT'; name: 'dydx_faucetQuery'; ofType: null; } }; 'faucet2': { name: 'faucet2'; type: { kind: 'OBJECT'; name: 'faucet2Query'; ofType: null; } }; 'get_route': { name: 'get_route'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PfmArgs'; ofType: null; }; }; }; } }; 'stride_faucet': { name: 'stride_faucet'; type: { kind: 'OBJECT'; name: 'stride_faucetQuery'; ofType: null; } }; 'v1_acknowledge_packet': { name: 'v1_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_assets': { name: 'v1_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_chains': { name: 'v1_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_channel_open_ack': { name: 'v1_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm': { name: 'v1_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_init': { name: 'v1_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_try': { name: 'v1_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channels': { name: 'v1_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_clients': { name: 'v1_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_config': { name: 'v1_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_connection_open_ack': { name: 'v1_connection_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm': { name: 'v1_connection_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_init': { name: 'v1_connection_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_try': { name: 'v1_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connections': { name: 'v1_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_contracts': { name: 'v1_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_daily_packets': { name: 'v1_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_transfers': { name: 'v1_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_explorers': { name: 'v1_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_faucets': { name: 'v1_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_health_check': { name: 'v1_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_assets': { name: 'v1_ibc_union_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'v1_ibc_union_chains': { name: 'v1_ibc_union_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; }; }; }; } }; 'v1_ibc_union_channels': { name: 'v1_ibc_union_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; ofType: null; }; }; }; } }; 'v1_ibc_union_clients': { name: 'v1_ibc_union_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; ofType: null; }; }; }; } }; 'v1_ibc_union_config': { name: 'v1_ibc_union_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_config'; ofType: null; }; }; }; } }; 'v1_ibc_union_connections': { name: 'v1_ibc_union_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; }; }; }; } }; 'v1_ibc_union_contracts': { name: 'v1_ibc_union_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_fungible_asset_orders': { name: 'v1_ibc_union_daily_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_packets': { name: 'v1_ibc_union_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_explorers': { name: 'v1_ibc_union_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'v1_ibc_union_faucets': { name: 'v1_ibc_union_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_orders': { name: 'v1_ibc_union_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_health_check': { name: 'v1_ibc_union_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets': { name: 'v1_ibc_union_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_rpcs': { name: 'v1_ibc_union_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'v1_ibc_union_statistics': { name: 'v1_ibc_union_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; ofType: null; }; }; }; } }; 'v1_ibc_union_traces': { name: 'v1_ibc_union_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'v1_index_status': { name: 'v1_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_lightclient_update': { name: 'v1_lightclient_update'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_packet_effect_type': { name: 'v1_packet_effect_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packets': { name: 'v1_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_rpcs': { name: 'v1_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_statistics': { name: 'v1_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_statistics_address': { name: 'v1_statistics_address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_tokens_type': { name: 'v1_tokens_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_traces': { name: 'v1_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type': { name: 'v1_transfer_forwards_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfers': { name: 'v1_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations': { name: 'v1_ucs1_configurations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_paths': { name: 'v1_ucs1_paths'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; }; }; 'stride_faucetMutation': { kind: 'OBJECT'; name: 'stride_faucetMutation'; fields: { 'send': { name: 'send'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; 'stride_faucetQuery': { kind: 'OBJECT'; name: 'stride_faucetQuery'; fields: { 'handledTransfers': { name: 'handledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'transfersForAddress': { name: 'transfersForAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'unhandledTransfers': { name: 'unhandledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; }; }; - 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'get_route': { name: 'get_route'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PfmArgs'; ofType: null; }; }; }; } }; 'v1_acknowledge_packet': { name: 'v1_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_acknowledge_packet_stream': { name: 'v1_acknowledge_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_assets': { name: 'v1_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_assets_stream': { name: 'v1_assets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_chains': { name: 'v1_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_chains_stream': { name: 'v1_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_channel_open_ack': { name: 'v1_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_ack_stream': { name: 'v1_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: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm': { name: 'v1_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm_stream': { name: 'v1_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: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_init': { name: 'v1_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_init_stream': { name: 'v1_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: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_try': { name: 'v1_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channel_open_try_stream': { name: 'v1_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: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channels': { name: 'v1_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_channels_stream': { name: 'v1_channels_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_clients': { name: 'v1_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_clients_stream': { name: 'v1_clients_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_config': { name: 'v1_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_config_stream': { name: 'v1_config_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_connection_open_ack': { name: 'v1_connection_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_ack_stream': { name: 'v1_connection_open_ack_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm': { name: 'v1_connection_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm_stream': { name: 'v1_connection_open_confirm_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_init': { name: 'v1_connection_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_init_stream': { name: 'v1_connection_open_init_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_try': { name: 'v1_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connection_open_try_stream': { name: 'v1_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: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connections': { name: 'v1_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_connections_stream': { name: 'v1_connections_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_contracts': { name: 'v1_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_contracts_stream': { name: 'v1_contracts_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_daily_packets': { name: 'v1_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_packets_stream': { name: 'v1_daily_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_transfers': { name: 'v1_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_daily_transfers_stream': { name: 'v1_daily_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_explorers': { name: 'v1_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_explorers_stream': { name: 'v1_explorers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_faucets': { name: 'v1_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_faucets_stream': { name: 'v1_faucets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_health_check': { name: 'v1_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_health_check_stream': { name: 'v1_health_check_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_order_view': { name: 'v1_ibc_union_fungible_asset_order_view'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_order_view_stream': { name: 'v1_ibc_union_fungible_asset_order_view_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets_view': { name: 'v1_ibc_union_packets_view'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets_view'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets_view_stream': { name: 'v1_ibc_union_packets_view_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets_view'; ofType: null; }; }; }; } }; 'v1_index_status': { name: 'v1_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_index_status_stream': { name: 'v1_index_status_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_lightclient_update': { name: 'v1_lightclient_update'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_lightclient_update_stream': { name: 'v1_lightclient_update_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_packet_effect_type': { name: 'v1_packet_effect_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packet_effect_type_stream': { name: 'v1_packet_effect_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packets': { name: 'v1_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_packets_stream': { name: 'v1_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_rpcs': { name: 'v1_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_rpcs_stream': { name: 'v1_rpcs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_statistics': { name: 'v1_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_statistics_address': { name: 'v1_statistics_address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_statistics_address_stream': { name: 'v1_statistics_address_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_statistics_stream': { name: 'v1_statistics_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_tokens_type': { name: 'v1_tokens_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_tokens_type_stream': { name: 'v1_tokens_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_traces': { name: 'v1_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_traces_stream': { name: 'v1_traces_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type': { name: 'v1_transfer_forwards_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type_stream': { name: 'v1_transfer_forwards_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfers': { name: 'v1_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_transfers_stream': { name: 'v1_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations': { name: 'v1_ucs1_configurations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations_stream': { name: 'v1_ucs1_configurations_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_paths': { name: 'v1_ucs1_paths'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; 'v1_ucs1_paths_stream': { name: 'v1_ucs1_paths_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; }; }; + 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'get_route': { name: 'get_route'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PfmArgs'; ofType: null; }; }; }; } }; 'v1_acknowledge_packet': { name: 'v1_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_acknowledge_packet_stream': { name: 'v1_acknowledge_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_assets': { name: 'v1_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_assets_stream': { name: 'v1_assets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_chains': { name: 'v1_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_chains_stream': { name: 'v1_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_channel_open_ack': { name: 'v1_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_ack_stream': { name: 'v1_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: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm': { name: 'v1_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm_stream': { name: 'v1_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: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_init': { name: 'v1_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_init_stream': { name: 'v1_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: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_try': { name: 'v1_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channel_open_try_stream': { name: 'v1_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: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channels': { name: 'v1_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_channels_stream': { name: 'v1_channels_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_clients': { name: 'v1_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_clients_stream': { name: 'v1_clients_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_config': { name: 'v1_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_config_stream': { name: 'v1_config_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_connection_open_ack': { name: 'v1_connection_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_ack_stream': { name: 'v1_connection_open_ack_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm': { name: 'v1_connection_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm_stream': { name: 'v1_connection_open_confirm_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_init': { name: 'v1_connection_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_init_stream': { name: 'v1_connection_open_init_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_try': { name: 'v1_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connection_open_try_stream': { name: 'v1_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: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connections': { name: 'v1_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_connections_stream': { name: 'v1_connections_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_contracts': { name: 'v1_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_contracts_stream': { name: 'v1_contracts_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_daily_packets': { name: 'v1_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_packets_stream': { name: 'v1_daily_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_transfers': { name: 'v1_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_daily_transfers_stream': { name: 'v1_daily_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_explorers': { name: 'v1_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_explorers_stream': { name: 'v1_explorers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_faucets': { name: 'v1_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_faucets_stream': { name: 'v1_faucets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_health_check': { name: 'v1_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_health_check_stream': { name: 'v1_health_check_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_assets': { name: 'v1_ibc_union_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'v1_ibc_union_assets_stream': { name: 'v1_ibc_union_assets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'v1_ibc_union_chains': { name: 'v1_ibc_union_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; }; }; }; } }; 'v1_ibc_union_chains_stream': { name: 'v1_ibc_union_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; }; }; }; } }; 'v1_ibc_union_channels': { name: 'v1_ibc_union_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; ofType: null; }; }; }; } }; 'v1_ibc_union_channels_stream': { name: 'v1_ibc_union_channels_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; ofType: null; }; }; }; } }; 'v1_ibc_union_clients': { name: 'v1_ibc_union_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; ofType: null; }; }; }; } }; 'v1_ibc_union_clients_stream': { name: 'v1_ibc_union_clients_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; ofType: null; }; }; }; } }; 'v1_ibc_union_config': { name: 'v1_ibc_union_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_config'; ofType: null; }; }; }; } }; 'v1_ibc_union_config_stream': { name: 'v1_ibc_union_config_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_config'; ofType: null; }; }; }; } }; 'v1_ibc_union_connections': { name: 'v1_ibc_union_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; }; }; }; } }; 'v1_ibc_union_connections_stream': { name: 'v1_ibc_union_connections_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; }; }; }; } }; 'v1_ibc_union_contracts': { name: 'v1_ibc_union_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; ofType: null; }; }; }; } }; 'v1_ibc_union_contracts_stream': { name: 'v1_ibc_union_contracts_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_fungible_asset_orders': { name: 'v1_ibc_union_daily_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_fungible_asset_orders_stream': { name: 'v1_ibc_union_daily_fungible_asset_orders_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_packets': { name: 'v1_ibc_union_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_packets_stream': { name: 'v1_ibc_union_daily_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_explorers': { name: 'v1_ibc_union_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'v1_ibc_union_explorers_stream': { name: 'v1_ibc_union_explorers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'v1_ibc_union_faucets': { name: 'v1_ibc_union_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'v1_ibc_union_faucets_stream': { name: 'v1_ibc_union_faucets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_orders': { name: 'v1_ibc_union_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_orders_stream': { name: 'v1_ibc_union_fungible_asset_orders_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_health_check': { name: 'v1_ibc_union_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_health_check_stream': { name: 'v1_ibc_union_health_check_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets': { name: 'v1_ibc_union_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets_stream': { name: 'v1_ibc_union_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_rpcs': { name: 'v1_ibc_union_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'v1_ibc_union_rpcs_stream': { name: 'v1_ibc_union_rpcs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'v1_ibc_union_statistics': { name: 'v1_ibc_union_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; ofType: null; }; }; }; } }; 'v1_ibc_union_statistics_stream': { name: 'v1_ibc_union_statistics_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; ofType: null; }; }; }; } }; 'v1_ibc_union_traces': { name: 'v1_ibc_union_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'v1_ibc_union_traces_stream': { name: 'v1_ibc_union_traces_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'v1_index_status': { name: 'v1_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_index_status_stream': { name: 'v1_index_status_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_lightclient_update': { name: 'v1_lightclient_update'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_lightclient_update_stream': { name: 'v1_lightclient_update_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_packet_effect_type': { name: 'v1_packet_effect_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packet_effect_type_stream': { name: 'v1_packet_effect_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packets': { name: 'v1_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_packets_stream': { name: 'v1_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_rpcs': { name: 'v1_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_rpcs_stream': { name: 'v1_rpcs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_statistics': { name: 'v1_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_statistics_address': { name: 'v1_statistics_address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_statistics_address_stream': { name: 'v1_statistics_address_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_statistics_stream': { name: 'v1_statistics_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_tokens_type': { name: 'v1_tokens_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_tokens_type_stream': { name: 'v1_tokens_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_traces': { name: 'v1_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_traces_stream': { name: 'v1_traces_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type': { name: 'v1_transfer_forwards_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type_stream': { name: 'v1_transfer_forwards_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfers': { name: 'v1_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_transfers_stream': { name: 'v1_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations': { name: 'v1_ucs1_configurations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations_stream': { name: 'v1_ucs1_configurations_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_paths': { name: 'v1_ucs1_paths'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; 'v1_ucs1_paths_stream': { name: 'v1_ucs1_paths_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; }; }; 'timestamptz': unknown; 'timestamptz_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; isOneOf: false; 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 }]; }; 'v1_acknowledge_packet': { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'event_index': { name: 'event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_event_index': { name: 'transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; }; }; @@ -181,18 +179,139 @@ export type introspection_types = { 'v1_health_check_select_column': { name: 'v1_health_check_select_column'; enumValues: 'result' | 'test'; }; 'v1_health_check_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_health_check_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_health_check_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; 'v1_health_check_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_health_check_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_order_view': { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view'; fields: { 'ack_fill_type': { name: 'ack_fill_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'ack_market_maker': { name: 'ack_market_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'ack_tag': { name: 'ack_tag'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement_decoded': { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'base_amount': { name: 'base_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token': { name: 'base_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_name': { name: 'base_token_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_path': { name: 'base_token_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_symbol': { name: 'base_token_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'channel_version': { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data_decoded': { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'instruction_path': { name: 'instruction_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'internal_destination_chain_id': { name: 'internal_destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'internal_source_chain_id': { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_packets_view'; ofType: null; } }; 'packet_ack_block_hash': { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_event_index': { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_height': { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_ack_maker': { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_timestamp': { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_ack_transaction_event_index': { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_transaction_hash': { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_transaction_index': { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_block_hash': { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_event_index': { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_height': { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_recv_maker': { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_maker_msg': { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_timestamp': { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_recv_transaction_event_index': { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_transaction_hash': { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_transaction_index': { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_block_hash': { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_event_index': { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_height': { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_send_timestamp': { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_send_transaction_event_index': { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_transaction_hash': { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_transaction_index': { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'path': { name: 'path'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; } }; 'quote_amount': { name: 'quote_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'quote_token': { name: 'quote_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'salt': { name: 'salt'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'write_ack_block_hash': { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_event_index': { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_height': { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'write_ack_timestamp': { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'write_ack_transaction_event_index': { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_transaction_hash': { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_transaction_index': { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v1_ibc_union_fungible_asset_order_view_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'ack_fill_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'internal_destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'INPUT_OBJECT'; name: 'bytea_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; 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: 'salt'; type: { kind: 'INPUT_OBJECT'; name: 'bytea_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_order_view_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_order_by'; isOneOf: false; inputFields: [{ name: 'ack_fill_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; 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_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'internal_destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'salt'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; 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: 'write_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_order_view_select_column': { name: 'v1_ibc_union_fungible_asset_order_view_select_column'; enumValues: 'ack_fill_type' | 'ack_market_maker' | 'ack_tag' | 'acknowledgement' | 'acknowledgement_decoded' | 'base_amount' | 'base_token' | 'base_token_name' | 'base_token_path' | 'base_token_symbol' | 'channel_version' | 'data' | 'data_decoded' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'instruction_path' | 'internal_destination_chain_id' | 'internal_source_chain_id' | 'packet_ack_block_hash' | 'packet_ack_event_index' | 'packet_ack_height' | 'packet_ack_maker' | 'packet_ack_timestamp' | 'packet_ack_transaction_event_index' | 'packet_ack_transaction_hash' | 'packet_ack_transaction_index' | 'packet_recv_block_hash' | 'packet_recv_event_index' | 'packet_recv_height' | 'packet_recv_maker' | 'packet_recv_maker_msg' | 'packet_recv_timestamp' | 'packet_recv_transaction_event_index' | 'packet_recv_transaction_hash' | 'packet_recv_transaction_index' | 'packet_send_block_hash' | 'packet_send_event_index' | 'packet_send_height' | 'packet_send_timestamp' | 'packet_send_transaction_event_index' | 'packet_send_transaction_hash' | 'packet_send_transaction_index' | 'path' | 'quote_amount' | 'quote_token' | 'receiver' | 'salt' | 'sender' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'timeout_height' | 'timeout_timestamp' | 'write_ack_block_hash' | 'write_ack_event_index' | 'write_ack_height' | 'write_ack_timestamp' | 'write_ack_transaction_event_index' | 'write_ack_transaction_hash' | 'write_ack_transaction_index'; }; - 'v1_ibc_union_fungible_asset_order_view_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'ack_fill_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'internal_destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'salt'; type: { kind: 'SCALAR'; name: 'bytea'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets_view': { kind: 'OBJECT'; name: 'v1_ibc_union_packets_view'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement_decoded': { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'channel_version': { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data_decoded': { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'internal_destination_chain_id': { name: 'internal_destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'internal_source_chain_id': { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_block_hash': { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_event_index': { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_height': { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_ack_maker': { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_timestamp': { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_ack_transaction_event_index': { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_transaction_hash': { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_transaction_index': { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_block_hash': { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_event_index': { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_height': { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_recv_maker': { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_maker_msg': { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_timestamp': { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_recv_transaction_event_index': { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_transaction_hash': { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_transaction_index': { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_block_hash': { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_event_index': { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_height': { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_send_timestamp': { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_send_transaction_event_index': { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_transaction_hash': { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_transaction_index': { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'write_ack_block_hash': { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_event_index': { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_height': { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'write_ack_timestamp': { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'write_ack_transaction_event_index': { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_transaction_hash': { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_transaction_index': { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v1_ibc_union_packets_view_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'internal_destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets_view_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_order_by'; isOneOf: false; inputFields: [{ name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; 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_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'internal_destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; 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: 'write_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets_view_select_column': { name: 'v1_ibc_union_packets_view_select_column'; enumValues: 'acknowledgement' | 'acknowledgement_decoded' | 'channel_version' | 'data' | 'data_decoded' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'internal_destination_chain_id' | 'internal_source_chain_id' | 'packet_ack_block_hash' | 'packet_ack_event_index' | 'packet_ack_height' | 'packet_ack_maker' | 'packet_ack_timestamp' | 'packet_ack_transaction_event_index' | 'packet_ack_transaction_hash' | 'packet_ack_transaction_index' | 'packet_recv_block_hash' | 'packet_recv_event_index' | 'packet_recv_height' | 'packet_recv_maker' | 'packet_recv_maker_msg' | 'packet_recv_timestamp' | 'packet_recv_transaction_event_index' | 'packet_recv_transaction_hash' | 'packet_recv_transaction_index' | 'packet_send_block_hash' | 'packet_send_event_index' | 'packet_send_height' | 'packet_send_timestamp' | 'packet_send_transaction_event_index' | 'packet_send_transaction_hash' | 'packet_send_transaction_index' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'timeout_height' | 'timeout_timestamp' | 'write_ack_block_hash' | 'write_ack_event_index' | 'write_ack_height' | 'write_ack_timestamp' | 'write_ack_transaction_event_index' | 'write_ack_transaction_hash' | 'write_ack_transaction_index'; }; - 'v1_ibc_union_packets_view_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets_view_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_view_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'internal_destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets': { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'decimals': { name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_symbol': { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'faucets': { name: 'faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'gas_token': { name: 'gas_token'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'unwrapped_chain': { name: 'unwrapped_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'unwrapped_denom': { name: 'unwrapped_denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_assets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_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: 'v1_ibc_union_assets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_avg_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'decimals'; 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: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'faucets'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_max_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_min_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'faucets_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_select_column': { name: 'v1_ibc_union_assets_select_column'; enumValues: 'decimals' | 'denom' | 'display_name' | 'display_symbol' | 'gas_token' | 'logo_uri' | 'origin' | 'unwrapped_denom'; }; + 'v1_ibc_union_assets_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_sum_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_assets_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_variance_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_chains': { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; fields: { 'addr_prefix': { name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'assets': { name: 'assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'enabled_staging': { name: 'enabled_staging'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'explorers': { name: 'explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'rpc_type': { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'rpcs': { name: 'rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'testnet': { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; }; }; + 'v1_ibc_union_chains_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'addr_prefix'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'assets'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'explorers'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'rpcs'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_chains_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'assets_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'explorers_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'rpcs_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_chains_select_column': { name: 'v1_ibc_union_chains_select_column'; enumValues: 'addr_prefix' | 'chain_id' | 'display_name' | 'enabled' | 'enabled_staging' | 'logo_uri' | 'rpc_type' | 'testnet'; }; + 'v1_ibc_union_chains_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_chains_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_channels': { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; fields: { 'connection': { name: 'connection'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'internal_source_chain_id': { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_channels_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_channels_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_order_by'; isOneOf: false; inputFields: [{ name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_channels_select_column': { name: 'v1_ibc_union_channels_select_column'; enumValues: 'destination_chain_id' | 'destination_connection_id' | 'destination_port_id' | 'internal_source_chain_id' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'version'; }; + 'v1_ibc_union_channels_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_channels_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_clients': { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'counterparty_chain': { name: 'counterparty_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; }; }; + 'v1_ibc_union_clients_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_clients_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_clients_select_column': { name: 'v1_ibc_union_clients_select_column'; enumValues: 'client_id'; }; + 'v1_ibc_union_clients_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_clients_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'client_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_config': { kind: 'OBJECT'; name: 'v1_ibc_union_config'; fields: { 'key': { name: 'key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'value': { name: 'value'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_config_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'key'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_config_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_order_by'; isOneOf: false; inputFields: [{ name: 'key'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_config_select_column': { name: 'v1_ibc_union_config_select_column'; enumValues: 'key' | 'value'; }; + 'v1_ibc_union_config_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_config_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_connections': { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; fields: { 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_client_id': { name: 'destination_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_client_id': { name: 'source_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_connections_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_connections_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_connections_select_column': { name: 'v1_ibc_union_connections_select_column'; enumValues: 'destination_chain_id' | 'destination_client_id' | 'destination_connection_id' | 'source_chain_id' | 'source_client_id' | 'source_connection_id' | 'status'; }; + 'v1_ibc_union_connections_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_connections_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_contracts': { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'created_at': { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'end_height': { name: 'end_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'start_height': { name: 'start_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'updated_at': { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_contracts_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'end_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'start_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_contracts_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_order_by'; isOneOf: false; 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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'end_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'start_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_contracts_select_column': { name: 'v1_ibc_union_contracts_select_column'; enumValues: 'abi' | 'address' | 'created_at' | 'description' | 'end_height' | 'start_height' | 'type' | 'updated_at' | 'version'; }; + 'v1_ibc_union_contracts_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_contracts_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'end_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'start_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_fungible_asset_orders': { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; } }; }; }; + 'v1_ibc_union_daily_fungible_asset_orders_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_fungible_asset_orders_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_fungible_asset_orders_select_column': { name: 'v1_ibc_union_daily_fungible_asset_orders_select_column'; enumValues: 'count' | 'day'; }; + 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_packets': { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; } }; }; }; + 'v1_ibc_union_daily_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_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: 'v1_ibc_union_daily_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_packets_select_column': { name: 'v1_ibc_union_daily_packets_select_column'; enumValues: 'count' | 'day'; }; + 'v1_ibc_union_daily_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_daily_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_explorers': { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; fields: { 'address_url': { name: 'address_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_url': { name: 'block_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'home_url': { name: 'home_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'tx_url': { name: 'tx_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_explorers_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_min_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_explorers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_explorers_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_max_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_explorers_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_min_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_explorers_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_explorers_select_column': { name: 'v1_ibc_union_explorers_select_column'; enumValues: 'address_url' | 'block_url' | 'description' | 'display_name' | 'home_url' | 'logo_uri' | 'name' | 'tx_url'; }; + 'v1_ibc_union_explorers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_explorers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_faucets': { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; fields: { 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'url': { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_faucets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_min_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_faucets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_faucets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_max_order_by'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_faucets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_min_order_by'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_faucets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_order_by'; isOneOf: false; inputFields: [{ name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_faucets_select_column': { name: 'v1_ibc_union_faucets_select_column'; enumValues: 'denom' | 'display_name' | 'enabled' | 'url'; }; + 'v1_ibc_union_faucets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_faucets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_fungible_asset_orders': { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; fields: { 'ack_fill_type': { name: 'ack_fill_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'ack_market_maker': { name: 'ack_market_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'ack_tag': { name: 'ack_tag'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement_decoded': { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'base_amount': { name: 'base_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token': { name: 'base_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_name': { name: 'base_token_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_path': { name: 'base_token_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_symbol': { name: 'base_token_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'channel_version': { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data_decoded': { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'instruction_path': { name: 'instruction_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; } }; 'packet_ack_block_hash': { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_event_index': { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_height': { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_ack_maker': { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_timestamp': { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_ack_transaction_event_index': { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_transaction_hash': { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_transaction_index': { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_block_hash': { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_event_index': { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_height': { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_recv_maker': { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_maker_msg': { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_timestamp': { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_recv_transaction_event_index': { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_transaction_hash': { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_transaction_index': { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_block_hash': { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_event_index': { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_height': { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_send_timestamp': { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_send_transaction_event_index': { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_transaction_hash': { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_transaction_index': { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'path': { name: 'path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'quote_amount': { name: 'quote_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'quote_token': { name: 'quote_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'salt': { name: 'salt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'traces': { name: 'traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'write_ack_block_hash': { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_event_index': { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_height': { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'write_ack_timestamp': { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'write_ack_transaction_event_index': { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_transaction_hash': { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_transaction_index': { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v1_ibc_union_fungible_asset_orders_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'ack_fill_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; 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: 'salt'; 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: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_fungible_asset_orders_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_order_by'; isOneOf: false; inputFields: [{ name: 'ack_fill_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'salt'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; 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: 'traces_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_fungible_asset_orders_select_column': { name: 'v1_ibc_union_fungible_asset_orders_select_column'; enumValues: 'ack_fill_type' | 'ack_market_maker' | 'ack_tag' | 'acknowledgement' | 'acknowledgement_decoded' | 'base_amount' | 'base_token' | 'base_token_name' | 'base_token_path' | 'base_token_symbol' | 'channel_version' | 'data' | 'data_decoded' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'instruction_path' | 'packet_ack_block_hash' | 'packet_ack_event_index' | 'packet_ack_height' | 'packet_ack_maker' | 'packet_ack_timestamp' | 'packet_ack_transaction_event_index' | 'packet_ack_transaction_hash' | 'packet_ack_transaction_index' | 'packet_recv_block_hash' | 'packet_recv_event_index' | 'packet_recv_height' | 'packet_recv_maker' | 'packet_recv_maker_msg' | 'packet_recv_timestamp' | 'packet_recv_transaction_event_index' | 'packet_recv_transaction_hash' | 'packet_recv_transaction_index' | 'packet_send_block_hash' | 'packet_send_event_index' | 'packet_send_height' | 'packet_send_timestamp' | 'packet_send_transaction_event_index' | 'packet_send_transaction_hash' | 'packet_send_transaction_index' | 'path' | 'quote_amount' | 'quote_token' | 'receiver' | 'salt' | 'sender' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'timeout_height' | 'timeout_timestamp' | 'write_ack_block_hash' | 'write_ack_event_index' | 'write_ack_height' | 'write_ack_timestamp' | 'write_ack_transaction_event_index' | 'write_ack_transaction_hash' | 'write_ack_transaction_index'; }; + 'v1_ibc_union_fungible_asset_orders_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_fungible_asset_orders_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'ack_fill_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'salt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_health_check': { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; fields: { 'result': { name: 'result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'test': { name: 'test'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_health_check_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'result'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_health_check_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_order_by'; isOneOf: false; inputFields: [{ name: 'result'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_health_check_select_column': { name: 'v1_ibc_union_health_check_select_column'; enumValues: 'result' | 'test'; }; + 'v1_ibc_union_health_check_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_health_check_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_packets': { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement_decoded': { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'channel_version': { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data_decoded': { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'fungible_asset_order': { name: 'fungible_asset_order'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; } }; 'packet_ack_block_hash': { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_event_index': { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_height': { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_ack_maker': { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_timestamp': { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_ack_transaction_event_index': { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_transaction_hash': { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_transaction_index': { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_block_hash': { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_event_index': { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_height': { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_recv_maker': { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_maker_msg': { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_timestamp': { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_recv_transaction_event_index': { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_transaction_hash': { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_transaction_index': { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_block_hash': { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_event_index': { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_height': { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_send_timestamp': { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_send_transaction_event_index': { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_transaction_hash': { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_transaction_index': { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'traces': { name: 'traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'write_ack_block_hash': { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_event_index': { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_height': { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'write_ack_timestamp': { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'write_ack_transaction_event_index': { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_transaction_hash': { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_transaction_index': { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v1_ibc_union_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'fungible_asset_order'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_order_by'; isOneOf: false; inputFields: [{ name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'fungible_asset_order'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; 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: 'traces_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_packets_select_column': { name: 'v1_ibc_union_packets_select_column'; enumValues: 'acknowledgement' | 'acknowledgement_decoded' | 'channel_version' | 'data' | 'data_decoded' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'packet_ack_block_hash' | 'packet_ack_event_index' | 'packet_ack_height' | 'packet_ack_maker' | 'packet_ack_timestamp' | 'packet_ack_transaction_event_index' | 'packet_ack_transaction_hash' | 'packet_ack_transaction_index' | 'packet_recv_block_hash' | 'packet_recv_event_index' | 'packet_recv_height' | 'packet_recv_maker' | 'packet_recv_maker_msg' | 'packet_recv_timestamp' | 'packet_recv_transaction_event_index' | 'packet_recv_transaction_hash' | 'packet_recv_transaction_index' | 'packet_send_block_hash' | 'packet_send_event_index' | 'packet_send_height' | 'packet_send_timestamp' | 'packet_send_transaction_event_index' | 'packet_send_transaction_hash' | 'packet_send_transaction_index' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'timeout_height' | 'timeout_timestamp' | 'write_ack_block_hash' | 'write_ack_event_index' | 'write_ack_height' | 'write_ack_timestamp' | 'write_ack_transaction_event_index' | 'write_ack_transaction_hash' | 'write_ack_transaction_index'; }; + 'v1_ibc_union_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_rpcs': { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'contact': { name: 'contact'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'url': { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_rpcs_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_min_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_rpcs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'contact'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_rpcs_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_max_order_by'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_rpcs_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_min_order_by'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_rpcs_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_rpcs_select_column': { name: 'v1_ibc_union_rpcs_select_column'; enumValues: 'contact' | 'description' | 'enabled' | 'type' | 'url'; }; + 'v1_ibc_union_rpcs_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_rpcs_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_statistics': { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; fields: { 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'value': { name: 'value'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v1_ibc_union_statistics_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_statistics_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_order_by'; isOneOf: false; inputFields: [{ name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_statistics_select_column': { name: 'v1_ibc_union_statistics_select_column'; enumValues: 'name' | 'value'; }; + 'v1_ibc_union_statistics_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_statistics_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces': { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; fields: { 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'initiating_transaction_hash': { name: 'initiating_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'order': { name: 'order'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v1_ibc_union_traces_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_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: 'v1_ibc_union_traces_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_avg_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_max_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_min_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_select_column': { name: 'v1_ibc_union_traces_select_column'; enumValues: 'height' | 'initiating_transaction_hash' | 'order' | 'timestamp' | 'transaction_hash' | 'type'; }; + 'v1_ibc_union_traces_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_sum_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v1_ibc_union_traces_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_variance_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; 'v1_index_status': { kind: 'OBJECT'; name: 'v1_index_status'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'tip_age_seconds': { name: 'tip_age_seconds'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; 'v1_index_status_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }]; }; 'v1_index_status_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_index_status_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; diff --git a/app/src/lib/queries/balance/index.ts b/app/src/lib/queries/balance/index.ts index b9d94140d5..849095752c 100644 --- a/app/src/lib/queries/balance/index.ts +++ b/app/src/lib/queries/balance/index.ts @@ -65,6 +65,17 @@ export async function getAssetInfo(chain: Chain, denom: string): Promise { + // HACK: augment chain assets part 1 + let expandedAssets = [...chain.assets] + if (!connected) return [] const address = getAddressForChain(chain, userAddr) @@ -155,6 +169,15 @@ export function userBalancesQuery({ const cosmosBalances = await getCosmosChainBalances({ url, walletAddress: bech32Address }) cosmosBalances.forEach(balance => { rawBalances.set(balance.address, balance.balance.toString()) + // HACK: augment chain assets part 2 + expandedAssets.push({ + denom: balance.address, + display_name: balance.symbol, + display_symbol: balance.symbol, + decimals: 0, + gas_token: false, + faucets: [] + }) }) } else if (chain.rpc_type === "aptos") { const url = chain.rpcs.find(rpc => rpc.type === "rpc")?.url @@ -165,10 +188,10 @@ export function userBalancesQuery({ rawBalances.set(balance.address, balance.balance.toString()) }) } - // Convert all assets to BalanceData format, including those with zero balance const balances: Array = await Promise.all( - chain.assets.map(async asset => { + // HACK: augment chain assets part 3 + expandedAssets.map(async asset => { const balance = rawBalances.get(asset.denom) ?? "0" return { balance, From 748dada47b7fd08d89ad43aa4045c52e26d33516 Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 14 Jan 2025 22:07:31 +0000 Subject: [PATCH 3/7] fix(app): fetch new chains and make stargaze transfers --- app/src/generated/graphql-env.d.ts | 37514 +++++++++++++++- app/src/generated/schema.graphql | 5979 ++- .../components/Cube/faces/Transfer.svelte | 6 +- app/src/lib/components/chains-gate.svelte | 26 - app/src/lib/graphql/queries/chains.ts | 16 +- app/src/lib/queries/chains.ts | 2 +- app/src/lib/types.ts | 14 - app/src/lib/wallet/cosmos/chain-info.ts | 51 +- 8 files changed, 41332 insertions(+), 2276 deletions(-) diff --git a/app/src/generated/graphql-env.d.ts b/app/src/generated/graphql-env.d.ts index 71295e5545..3e3a6ef3b3 100644 --- a/app/src/generated/graphql-env.d.ts +++ b/app/src/generated/graphql-env.d.ts @@ -1,447 +1,6 @@ /* eslint-disable */ /* prettier-ignore */ -export type introspection_types = { - 'Boolean': unknown; - 'Boolean_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; isOneOf: false; 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 }]; }; - 'Int': unknown; - 'Int_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; isOneOf: false; 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 }]; }; - 'PfmArgs': { kind: 'OBJECT'; name: 'PfmArgs'; fields: { 'channel': { name: 'channel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'memo': { name: 'memo'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; }; }; - 'PfmArgs_bool_exp_bool_exp': { kind: 'INPUT_OBJECT'; name: 'PfmArgs_bool_exp_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'PfmArgs_bool_exp_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'PfmArgs_bool_exp_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'PfmArgs_bool_exp_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'memo'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'PfmArgs_enum_name': { name: 'PfmArgs_enum_name'; enumValues: 'channel' | 'memo'; }; - 'PfmArgs_order_by': { kind: 'INPUT_OBJECT'; name: 'PfmArgs_order_by'; isOneOf: false; inputFields: [{ name: 'channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'memo'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'Request': { kind: 'OBJECT'; name: 'Request'; fields: { 'address': { name: 'address'; 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; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'txHash': { name: 'txHash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'String': unknown; - 'String_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; isOneOf: false; 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 }]; }; - 'bigint': unknown; - 'bigint_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; isOneOf: false; 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'; }; - 'date': unknown; - 'date_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'date'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'date'; ofType: null; }; }; }; defaultValue: null }]; }; - 'dydx_faucetMutation': { kind: 'OBJECT'; name: 'dydx_faucetMutation'; fields: { 'send': { name: 'send'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; - 'dydx_faucetQuery': { kind: 'OBJECT'; name: 'dydx_faucetQuery'; fields: { 'handledTransfers': { name: 'handledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'transfersForAddress': { name: 'transfersForAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'unhandledTransfers': { name: 'unhandledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; }; }; - 'faucet2Mutation': { kind: 'OBJECT'; name: 'faucet2Mutation'; fields: { 'send': { name: 'send'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; - 'faucet2Query': { kind: 'OBJECT'; name: 'faucet2Query'; fields: { 'handledTransfers': { name: 'handledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'transfersForAddress': { name: 'transfersForAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'unhandledTransfers': { name: 'unhandledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; }; }; - 'get_route_arguments': { kind: 'INPUT_OBJECT'; name: 'get_route_arguments'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'forward_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }]; }; - 'jsonb': unknown; - 'jsonb_cast_exp': { kind: 'INPUT_OBJECT'; name: 'jsonb_cast_exp'; isOneOf: false; 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'; isOneOf: false; 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: { 'dydx_faucet': { name: 'dydx_faucet'; type: { kind: 'OBJECT'; name: 'dydx_faucetMutation'; ofType: null; } }; 'faucet2': { name: 'faucet2'; type: { kind: 'OBJECT'; name: 'faucet2Mutation'; ofType: null; } }; 'stride_faucet': { name: 'stride_faucet'; type: { kind: 'OBJECT'; name: 'stride_faucetMutation'; ofType: null; } }; }; }; - 'numeric': unknown; - 'numeric_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; isOneOf: false; 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: { 'dydx_faucet': { name: 'dydx_faucet'; type: { kind: 'OBJECT'; name: 'dydx_faucetQuery'; ofType: null; } }; 'faucet2': { name: 'faucet2'; type: { kind: 'OBJECT'; name: 'faucet2Query'; ofType: null; } }; 'get_route': { name: 'get_route'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PfmArgs'; ofType: null; }; }; }; } }; 'stride_faucet': { name: 'stride_faucet'; type: { kind: 'OBJECT'; name: 'stride_faucetQuery'; ofType: null; } }; 'v1_acknowledge_packet': { name: 'v1_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_assets': { name: 'v1_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_chains': { name: 'v1_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_channel_open_ack': { name: 'v1_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm': { name: 'v1_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_init': { name: 'v1_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_try': { name: 'v1_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channels': { name: 'v1_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_clients': { name: 'v1_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_config': { name: 'v1_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_connection_open_ack': { name: 'v1_connection_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm': { name: 'v1_connection_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_init': { name: 'v1_connection_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_try': { name: 'v1_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connections': { name: 'v1_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_contracts': { name: 'v1_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_daily_packets': { name: 'v1_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_transfers': { name: 'v1_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_explorers': { name: 'v1_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_faucets': { name: 'v1_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_health_check': { name: 'v1_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_assets': { name: 'v1_ibc_union_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'v1_ibc_union_chains': { name: 'v1_ibc_union_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; }; }; }; } }; 'v1_ibc_union_channels': { name: 'v1_ibc_union_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; ofType: null; }; }; }; } }; 'v1_ibc_union_clients': { name: 'v1_ibc_union_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; ofType: null; }; }; }; } }; 'v1_ibc_union_config': { name: 'v1_ibc_union_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_config'; ofType: null; }; }; }; } }; 'v1_ibc_union_connections': { name: 'v1_ibc_union_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; }; }; }; } }; 'v1_ibc_union_contracts': { name: 'v1_ibc_union_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_fungible_asset_orders': { name: 'v1_ibc_union_daily_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_packets': { name: 'v1_ibc_union_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_explorers': { name: 'v1_ibc_union_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'v1_ibc_union_faucets': { name: 'v1_ibc_union_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_orders': { name: 'v1_ibc_union_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_health_check': { name: 'v1_ibc_union_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets': { name: 'v1_ibc_union_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_rpcs': { name: 'v1_ibc_union_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'v1_ibc_union_statistics': { name: 'v1_ibc_union_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; ofType: null; }; }; }; } }; 'v1_ibc_union_traces': { name: 'v1_ibc_union_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'v1_index_status': { name: 'v1_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_lightclient_update': { name: 'v1_lightclient_update'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_packet_effect_type': { name: 'v1_packet_effect_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packets': { name: 'v1_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_rpcs': { name: 'v1_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_statistics': { name: 'v1_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_statistics_address': { name: 'v1_statistics_address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_tokens_type': { name: 'v1_tokens_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_traces': { name: 'v1_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type': { name: 'v1_transfer_forwards_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfers': { name: 'v1_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations': { name: 'v1_ucs1_configurations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_paths': { name: 'v1_ucs1_paths'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; }; }; - 'stride_faucetMutation': { kind: 'OBJECT'; name: 'stride_faucetMutation'; fields: { 'send': { name: 'send'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; - 'stride_faucetQuery': { kind: 'OBJECT'; name: 'stride_faucetQuery'; fields: { 'handledTransfers': { name: 'handledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'transfersForAddress': { name: 'transfersForAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; 'unhandledTransfers': { name: 'unhandledTransfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Request'; ofType: null; }; }; }; } }; }; }; - 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'get_route': { name: 'get_route'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PfmArgs'; ofType: null; }; }; }; } }; 'v1_acknowledge_packet': { name: 'v1_acknowledge_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_acknowledge_packet_stream': { name: 'v1_acknowledge_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; ofType: null; }; }; }; } }; 'v1_assets': { name: 'v1_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_assets_stream': { name: 'v1_assets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'v1_chains': { name: 'v1_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_chains_stream': { name: 'v1_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; }; }; }; } }; 'v1_channel_open_ack': { name: 'v1_channel_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_ack_stream': { name: 'v1_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: 'v1_channel_open_ack'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm': { name: 'v1_channel_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_confirm_stream': { name: 'v1_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: 'v1_channel_open_confirm'; ofType: null; }; }; }; } }; 'v1_channel_open_init': { name: 'v1_channel_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_init_stream': { name: 'v1_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: 'v1_channel_open_init'; ofType: null; }; }; }; } }; 'v1_channel_open_try': { name: 'v1_channel_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channel_open_try_stream': { name: 'v1_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: 'v1_channel_open_try'; ofType: null; }; }; }; } }; 'v1_channels': { name: 'v1_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_channels_stream': { name: 'v1_channels_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_channels'; ofType: null; }; }; }; } }; 'v1_clients': { name: 'v1_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_clients_stream': { name: 'v1_clients_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_clients'; ofType: null; }; }; }; } }; 'v1_config': { name: 'v1_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_config_stream': { name: 'v1_config_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_config'; ofType: null; }; }; }; } }; 'v1_connection_open_ack': { name: 'v1_connection_open_ack'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_ack_stream': { name: 'v1_connection_open_ack_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_ack'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm': { name: 'v1_connection_open_confirm'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_confirm_stream': { name: 'v1_connection_open_confirm_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; ofType: null; }; }; }; } }; 'v1_connection_open_init': { name: 'v1_connection_open_init'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_init_stream': { name: 'v1_connection_open_init_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_init'; ofType: null; }; }; }; } }; 'v1_connection_open_try': { name: 'v1_connection_open_try'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connection_open_try_stream': { name: 'v1_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: 'v1_connection_open_try'; ofType: null; }; }; }; } }; 'v1_connections': { name: 'v1_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_connections_stream': { name: 'v1_connections_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; }; }; }; } }; 'v1_contracts': { name: 'v1_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_contracts_stream': { name: 'v1_contracts_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_contracts'; ofType: null; }; }; }; } }; 'v1_daily_packets': { name: 'v1_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_packets_stream': { name: 'v1_daily_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_packets'; ofType: null; }; }; }; } }; 'v1_daily_transfers': { name: 'v1_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_daily_transfers_stream': { name: 'v1_daily_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_daily_transfers'; ofType: null; }; }; }; } }; 'v1_explorers': { name: 'v1_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_explorers_stream': { name: 'v1_explorers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'v1_faucets': { name: 'v1_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_faucets_stream': { name: 'v1_faucets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'v1_health_check': { name: 'v1_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_health_check_stream': { name: 'v1_health_check_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_assets': { name: 'v1_ibc_union_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'v1_ibc_union_assets_stream': { name: 'v1_ibc_union_assets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'v1_ibc_union_chains': { name: 'v1_ibc_union_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; }; }; }; } }; 'v1_ibc_union_chains_stream': { name: 'v1_ibc_union_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; }; }; }; } }; 'v1_ibc_union_channels': { name: 'v1_ibc_union_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; ofType: null; }; }; }; } }; 'v1_ibc_union_channels_stream': { name: 'v1_ibc_union_channels_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; ofType: null; }; }; }; } }; 'v1_ibc_union_clients': { name: 'v1_ibc_union_clients'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; ofType: null; }; }; }; } }; 'v1_ibc_union_clients_stream': { name: 'v1_ibc_union_clients_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; ofType: null; }; }; }; } }; 'v1_ibc_union_config': { name: 'v1_ibc_union_config'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_config'; ofType: null; }; }; }; } }; 'v1_ibc_union_config_stream': { name: 'v1_ibc_union_config_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_config'; ofType: null; }; }; }; } }; 'v1_ibc_union_connections': { name: 'v1_ibc_union_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; }; }; }; } }; 'v1_ibc_union_connections_stream': { name: 'v1_ibc_union_connections_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; }; }; }; } }; 'v1_ibc_union_contracts': { name: 'v1_ibc_union_contracts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; ofType: null; }; }; }; } }; 'v1_ibc_union_contracts_stream': { name: 'v1_ibc_union_contracts_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_fungible_asset_orders': { name: 'v1_ibc_union_daily_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_fungible_asset_orders_stream': { name: 'v1_ibc_union_daily_fungible_asset_orders_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_packets': { name: 'v1_ibc_union_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_daily_packets_stream': { name: 'v1_ibc_union_daily_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_explorers': { name: 'v1_ibc_union_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'v1_ibc_union_explorers_stream': { name: 'v1_ibc_union_explorers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'v1_ibc_union_faucets': { name: 'v1_ibc_union_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'v1_ibc_union_faucets_stream': { name: 'v1_ibc_union_faucets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_orders': { name: 'v1_ibc_union_fungible_asset_orders'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_fungible_asset_orders_stream': { name: 'v1_ibc_union_fungible_asset_orders_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; }; }; }; } }; 'v1_ibc_union_health_check': { name: 'v1_ibc_union_health_check'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_health_check_stream': { name: 'v1_ibc_union_health_check_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets': { name: 'v1_ibc_union_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_packets_stream': { name: 'v1_ibc_union_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; }; }; }; } }; 'v1_ibc_union_rpcs': { name: 'v1_ibc_union_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'v1_ibc_union_rpcs_stream': { name: 'v1_ibc_union_rpcs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'v1_ibc_union_statistics': { name: 'v1_ibc_union_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; ofType: null; }; }; }; } }; 'v1_ibc_union_statistics_stream': { name: 'v1_ibc_union_statistics_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; ofType: null; }; }; }; } }; 'v1_ibc_union_traces': { name: 'v1_ibc_union_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'v1_ibc_union_traces_stream': { name: 'v1_ibc_union_traces_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'v1_index_status': { name: 'v1_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_index_status_stream': { name: 'v1_index_status_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_index_status'; ofType: null; }; }; }; } }; 'v1_lightclient_update': { name: 'v1_lightclient_update'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_lightclient_update_stream': { name: 'v1_lightclient_update_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_lightclient_update'; ofType: null; }; }; }; } }; 'v1_packet_effect_type': { name: 'v1_packet_effect_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packet_effect_type_stream': { name: 'v1_packet_effect_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; }; } }; 'v1_packets': { name: 'v1_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_packets_stream': { name: 'v1_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; }; }; }; } }; 'v1_rpcs': { name: 'v1_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_rpcs_stream': { name: 'v1_rpcs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'v1_statistics': { name: 'v1_statistics'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_statistics_address': { name: 'v1_statistics_address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_statistics_address_stream': { name: 'v1_statistics_address_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics_address'; ofType: null; }; }; }; } }; 'v1_statistics_stream': { name: 'v1_statistics_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_statistics'; ofType: null; }; }; }; } }; 'v1_tokens_type': { name: 'v1_tokens_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_tokens_type_stream': { name: 'v1_tokens_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; }; } }; 'v1_traces': { name: 'v1_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_traces_stream': { name: 'v1_traces_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type': { name: 'v1_transfer_forwards_type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfer_forwards_type_stream': { name: 'v1_transfer_forwards_type_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; }; } }; 'v1_transfers': { name: 'v1_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_transfers_stream': { name: 'v1_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations': { name: 'v1_ucs1_configurations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_configurations_stream': { name: 'v1_ucs1_configurations_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'v1_ucs1_paths': { name: 'v1_ucs1_paths'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; 'v1_ucs1_paths_stream': { name: 'v1_ucs1_paths_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_paths'; ofType: null; }; }; }; } }; }; }; - 'timestamptz': unknown; - 'timestamptz_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; isOneOf: false; 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 }]; }; - 'v1_acknowledge_packet': { kind: 'OBJECT'; name: 'v1_acknowledge_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'event_index': { name: 'event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_event_index': { name: 'transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; }; }; - 'v1_acknowledge_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_acknowledge_packet_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_acknowledge_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_acknowledge_packet_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: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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 }]; }; - 'v1_acknowledge_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_acknowledge_packet_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; 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_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_event_index'; 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 }]; }; - 'v1_acknowledge_packet_select_column': { name: 'v1_acknowledge_packet_select_column'; enumValues: 'block_hash' | 'event_index' | 'height' | 'sequence' | 'source_channel_id' | 'source_port_id' | 'timestamp' | 'transaction_event_index' | 'transaction_hash' | 'transaction_index'; }; - 'v1_acknowledge_packet_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_acknowledge_packet_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_acknowledge_packet_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_acknowledge_packet_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_acknowledge_packet_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; 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 }]; }; - 'v1_assets': { kind: 'OBJECT'; name: 'v1_assets'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'decimals': { name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_symbol': { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'faucets': { name: 'faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_faucets'; ofType: null; }; }; }; } }; 'gas_token': { name: 'gas_token'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_assets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_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: 'v1_assets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_avg_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_assets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'decimals'; 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: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'faucets'; type: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_max_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_min_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'faucets_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_select_column': { name: 'v1_assets_select_column'; enumValues: 'decimals' | 'denom' | 'display_name' | 'display_symbol' | 'gas_token' | 'logo_uri'; }; - 'v1_assets_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_assets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_assets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_assets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_sum_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_assets_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_assets_variance_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_chains': { kind: 'OBJECT'; name: 'v1_chains'; fields: { 'addr_prefix': { name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'assets': { name: 'assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; }; }; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'enabled_staging': { name: 'enabled_staging'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'explorers': { name: 'explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_explorers'; ofType: null; }; }; }; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'rpc_type': { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'rpcs': { name: 'rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_rpcs'; ofType: null; }; }; }; } }; 'testnet': { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'ucs1_configurations': { name: 'ucs1_configurations'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; }; }; - 'v1_chains_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'addr_prefix'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'assets'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'explorers'; type: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'rpcs'; type: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'ucs1_configurations'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_bool_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_chains_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'assets_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'explorers_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'rpcs_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'ucs1_configurations_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_aggregate_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_chains_select_column': { name: 'v1_chains_select_column'; enumValues: 'addr_prefix' | 'chain_id' | 'display_name' | 'enabled' | 'enabled_staging' | 'logo_uri' | 'rpc_type' | 'testnet'; }; - 'v1_chains_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_chains_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_chains_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_chains_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_chains_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; }; - 'v1_channel_open_ack': { kind: 'OBJECT'; name: 'v1_channel_open_ack'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_channel_open_ack_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_ack_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_ack_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channel_open_ack_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_ack_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; - 'v1_channel_open_ack_select_column': { name: 'v1_channel_open_ack_select_column'; enumValues: 'block_hash' | 'channel_id' | 'connection_id' | 'counterparty_channel_id' | 'counterparty_port_id' | 'height' | 'port_id' | 'timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v1_channel_open_ack_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_ack_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_ack_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_channel_open_ack_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_ack_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channel_open_confirm': { kind: 'OBJECT'; name: 'v1_channel_open_confirm'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_channel_open_confirm_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_confirm_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_confirm_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channel_open_confirm_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_confirm_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; - 'v1_channel_open_confirm_select_column': { name: 'v1_channel_open_confirm_select_column'; enumValues: 'block_hash' | 'channel_id' | 'connection_id' | 'counterparty_channel_id' | 'counterparty_port_id' | 'height' | 'port_id' | 'timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v1_channel_open_confirm_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_confirm_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_confirm_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_channel_open_confirm_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_confirm_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channel_open_init': { kind: 'OBJECT'; name: 'v1_channel_open_init'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_channel_open_init_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_init_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_init_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channel_open_init_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_init_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_channel_open_init_select_column': { name: 'v1_channel_open_init_select_column'; enumValues: 'block_hash' | 'channel_id' | 'connection_id' | 'counterparty_port_id' | 'height' | 'port_id' | 'timestamp' | 'transaction_hash' | 'transaction_index' | 'version'; }; - 'v1_channel_open_init_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_init_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_init_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_channel_open_init_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_init_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channel_open_try': { kind: 'OBJECT'; name: 'v1_channel_open_try'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_channel_open_try_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_try_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_try_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channel_open_try_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_try_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_channel_open_try_select_column': { name: 'v1_channel_open_try_select_column'; enumValues: 'block_hash' | 'channel_id' | 'connection_id' | 'counterparty_channel_id' | 'counterparty_port_id' | 'height' | 'port_id' | 'timestamp' | 'transaction_hash' | 'transaction_index' | 'version'; }; - 'v1_channel_open_try_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_try_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_try_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_channel_open_try_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_channel_open_try_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_channels': { kind: 'OBJECT'; name: 'v1_channels'; fields: { 'connection': { name: 'connection'; type: { kind: 'OBJECT'; name: 'v1_connections'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_channels_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_channels_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_channels_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v1_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_channels_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_channels_order_by'; isOneOf: false; inputFields: [{ name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v1_connections_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_channels_select_column': { name: 'v1_channels_select_column'; enumValues: 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'version'; }; - 'v1_channels_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_channels_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_channels_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_channels_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_channels_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_clients': { kind: 'OBJECT'; name: 'v1_clients'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_chain_id': { name: 'counterparty_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_clients_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_clients_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_clients_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_clients_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_clients_select_column': { name: 'v1_clients_select_column'; enumValues: 'client_id' | 'counterparty_chain_id'; }; - 'v1_clients_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_clients_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_clients_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_clients_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_clients_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_config': { kind: 'OBJECT'; name: 'v1_config'; fields: { 'key': { name: 'key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'value': { name: 'value'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_config_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_config_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_config_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_config_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_config_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'key'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_config_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_config_order_by'; isOneOf: false; inputFields: [{ name: 'key'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_config_select_column': { name: 'v1_config_select_column'; enumValues: 'key' | 'value'; }; - 'v1_config_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_config_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_config_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_config_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_config_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_connection_open_ack': { kind: 'OBJECT'; name: 'v1_connection_open_ack'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_connection_open_ack_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_ack_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_ack_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_connection_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: 'v1_connection_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connection_open_ack_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_ack_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; - 'v1_connection_open_ack_select_column': { name: 'v1_connection_open_ack_select_column'; enumValues: 'block_hash' | 'client_id' | 'connection_id' | 'counterparty_client_id' | 'counterparty_connection_id' | 'height' | 'timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v1_connection_open_ack_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_ack_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_ack_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_connection_open_ack_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_ack_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connection_open_confirm': { kind: 'OBJECT'; name: 'v1_connection_open_confirm'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_connection_open_confirm_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_confirm_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_confirm_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_connection_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: 'v1_connection_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connection_open_confirm_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_confirm_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; - 'v1_connection_open_confirm_select_column': { name: 'v1_connection_open_confirm_select_column'; enumValues: 'block_hash' | 'client_id' | 'connection_id' | 'counterparty_client_id' | 'counterparty_connection_id' | 'height' | 'timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v1_connection_open_confirm_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_confirm_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_confirm_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_connection_open_confirm_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_confirm_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connection_open_init': { kind: 'OBJECT'; name: 'v1_connection_open_init'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_connection_open_init_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_init_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_init_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_connection_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: 'v1_connection_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connection_open_init_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_init_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; - 'v1_connection_open_init_select_column': { name: 'v1_connection_open_init_select_column'; enumValues: 'block_hash' | 'client_id' | 'connection_id' | 'counterparty_client_id' | 'height' | 'timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v1_connection_open_init_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_init_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_init_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_connection_open_init_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_init_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connection_open_try': { kind: 'OBJECT'; name: 'v1_connection_open_try'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; 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: 'bigint'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_connection_open_try_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_try_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_try_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connection_open_try_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_try_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; - 'v1_connection_open_try_select_column': { name: 'v1_connection_open_try_select_column'; enumValues: 'block_hash' | 'client_id' | 'connection_id' | 'counterparty_client_id' | 'counterparty_connection_id' | 'height' | 'timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v1_connection_open_try_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_try_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_try_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_connection_open_try_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_connection_open_try_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; 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: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_connections': { kind: 'OBJECT'; name: 'v1_connections'; fields: { 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_client_id': { name: 'destination_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_client_id': { name: 'source_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_connections_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_connections_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; 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 }]; }; - 'v1_connections_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_connections_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_connections_select_column': { name: 'v1_connections_select_column'; enumValues: 'destination_chain_id' | 'destination_client_id' | 'destination_connection_id' | 'source_chain_id' | 'source_client_id' | 'source_connection_id' | 'status'; }; - 'v1_connections_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_connections_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_connections_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_connections_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_connections_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_contracts': { kind: 'OBJECT'; name: 'v1_contracts'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'created_at': { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'max_height': { name: 'max_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'min_height': { name: 'min_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'updated_at': { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_contracts_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_contracts_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_contracts_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'max_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'min_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 }, { name: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_contracts_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_contracts_order_by'; isOneOf: false; 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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'min_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_contracts_select_column': { name: 'v1_contracts_select_column'; enumValues: 'abi' | 'address' | 'created_at' | 'description' | 'max_height' | 'min_height' | 'updated_at' | 'version'; }; - 'v1_contracts_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_contracts_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_contracts_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_contracts_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_contracts_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'max_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'min_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_packets': { kind: 'OBJECT'; name: 'v1_daily_packets'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; } }; }; }; - 'v1_daily_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_daily_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_daily_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_daily_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: 'v1_daily_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_daily_packets_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_packets_select_column': { name: 'v1_daily_packets_select_column'; enumValues: 'count' | 'day'; }; - 'v1_daily_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_daily_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_daily_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_daily_packets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_transfers': { kind: 'OBJECT'; name: 'v1_daily_transfers'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; } }; }; }; - 'v1_daily_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_daily_transfers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_daily_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_daily_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: 'v1_daily_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_daily_transfers_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_transfers_select_column': { name: 'v1_daily_transfers_select_column'; enumValues: 'count' | 'day'; }; - 'v1_daily_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_daily_transfers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_daily_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_daily_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_daily_transfers_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }]; }; - 'v1_explorers': { kind: 'OBJECT'; name: 'v1_explorers'; fields: { 'address_url': { name: 'address_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_url': { name: 'block_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'home_url': { name: 'home_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'tx_url': { name: 'tx_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_explorers_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_explorers_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_min_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_explorers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_explorers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_explorers_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_explorers_max_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_explorers_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_explorers_min_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_explorers_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_explorers_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_explorers_select_column': { name: 'v1_explorers_select_column'; enumValues: 'address_url' | 'block_url' | 'description' | 'display_name' | 'home_url' | 'logo_uri' | 'tx_url'; }; - 'v1_explorers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_explorers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_explorers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_explorers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_explorers_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_faucets': { kind: 'OBJECT'; name: 'v1_faucets'; fields: { 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'url': { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_faucets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_faucets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_min_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_faucets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_faucets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_faucets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_faucets_max_order_by'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_faucets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_faucets_min_order_by'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_faucets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_faucets_order_by'; isOneOf: false; inputFields: [{ name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_faucets_select_column': { name: 'v1_faucets_select_column'; enumValues: 'denom' | 'display_name' | 'enabled' | 'url'; }; - 'v1_faucets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_faucets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_faucets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_faucets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_faucets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_health_check': { kind: 'OBJECT'; name: 'v1_health_check'; fields: { 'result': { name: 'result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'test': { name: 'test'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_health_check_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_health_check_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_health_check_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_health_check_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_health_check_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'result'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_health_check_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_health_check_order_by'; isOneOf: false; inputFields: [{ name: 'result'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_health_check_select_column': { name: 'v1_health_check_select_column'; enumValues: 'result' | 'test'; }; - 'v1_health_check_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_health_check_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_health_check_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_health_check_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_health_check_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets': { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'decimals': { name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_symbol': { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'faucets': { name: 'faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; ofType: null; }; }; }; } }; 'gas_token': { name: 'gas_token'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin': { name: 'origin'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'unwrapped_chain': { name: 'unwrapped_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'unwrapped_denom': { name: 'unwrapped_denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_assets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_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: 'v1_ibc_union_assets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_avg_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'decimals'; 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: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'faucets'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_max_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_min_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'faucets_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_select_column': { name: 'v1_ibc_union_assets_select_column'; enumValues: 'decimals' | 'denom' | 'display_name' | 'display_symbol' | 'gas_token' | 'logo_uri' | 'origin' | 'unwrapped_denom'; }; - 'v1_ibc_union_assets_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'gas_token'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'unwrapped_denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_sum_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_assets_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_variance_order_by'; isOneOf: false; inputFields: [{ name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_chains': { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; fields: { 'addr_prefix': { name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'assets': { name: 'assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; }; }; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'enabled_staging': { name: 'enabled_staging'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'explorers': { name: 'explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; ofType: null; }; }; }; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'rpc_type': { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'rpcs': { name: 'rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; ofType: null; }; }; }; } }; 'testnet': { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; }; }; - 'v1_ibc_union_chains_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'addr_prefix'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'assets'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'explorers'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'rpcs'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_chains_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'assets_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'explorers_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'rpcs_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_chains_select_column': { name: 'v1_ibc_union_chains_select_column'; enumValues: 'addr_prefix' | 'chain_id' | 'display_name' | 'enabled' | 'enabled_staging' | 'logo_uri' | 'rpc_type' | 'testnet'; }; - 'v1_ibc_union_chains_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_chains_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'addr_prefix'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'enabled_staging'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'rpc_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_channels': { kind: 'OBJECT'; name: 'v1_ibc_union_channels'; fields: { 'connection': { name: 'connection'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'internal_source_chain_id': { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_channels_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_channels_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_order_by'; isOneOf: false; inputFields: [{ name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_channels_select_column': { name: 'v1_ibc_union_channels_select_column'; enumValues: 'destination_chain_id' | 'destination_connection_id' | 'destination_port_id' | 'internal_source_chain_id' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'version'; }; - 'v1_ibc_union_channels_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_channels_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_channels_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'internal_source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_clients': { kind: 'OBJECT'; name: 'v1_ibc_union_clients'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'counterparty_chain': { name: 'counterparty_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; }; }; - 'v1_ibc_union_clients_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_clients_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_clients_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_clients_select_column': { name: 'v1_ibc_union_clients_select_column'; enumValues: 'client_id'; }; - 'v1_ibc_union_clients_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_clients_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_clients_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'client_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_config': { kind: 'OBJECT'; name: 'v1_ibc_union_config'; fields: { 'key': { name: 'key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'value': { name: 'value'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_config_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'key'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_config_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_order_by'; isOneOf: false; inputFields: [{ name: 'key'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_config_select_column': { name: 'v1_ibc_union_config_select_column'; enumValues: 'key' | 'value'; }; - 'v1_ibc_union_config_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_config_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_config_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_connections': { kind: 'OBJECT'; name: 'v1_ibc_union_connections'; fields: { 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_client_id': { name: 'destination_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_client_id': { name: 'source_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_connections_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_connections_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_connections_select_column': { name: 'v1_ibc_union_connections_select_column'; enumValues: 'destination_chain_id' | 'destination_client_id' | 'destination_connection_id' | 'source_chain_id' | 'source_client_id' | 'source_connection_id' | 'status'; }; - 'v1_ibc_union_connections_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_connections_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_connections_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_client_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_contracts': { kind: 'OBJECT'; name: 'v1_ibc_union_contracts'; fields: { 'abi': { name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'created_at': { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'end_height': { name: 'end_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'start_height': { name: 'start_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'updated_at': { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_contracts_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'end_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'start_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_contracts_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_order_by'; isOneOf: false; 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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'end_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'start_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_contracts_select_column': { name: 'v1_ibc_union_contracts_select_column'; enumValues: 'abi' | 'address' | 'created_at' | 'description' | 'end_height' | 'start_height' | 'type' | 'updated_at' | 'version'; }; - 'v1_ibc_union_contracts_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_contracts_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_contracts_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'abi'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'created_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'end_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'start_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'updated_at'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_fungible_asset_orders': { kind: 'OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; } }; }; }; - 'v1_ibc_union_daily_fungible_asset_orders_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_fungible_asset_orders_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_fungible_asset_orders_select_column': { name: 'v1_ibc_union_daily_fungible_asset_orders_select_column'; enumValues: 'count' | 'day'; }; - 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_packets': { kind: 'OBJECT'; name: 'v1_ibc_union_daily_packets'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; } }; }; }; - 'v1_ibc_union_daily_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_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: 'v1_ibc_union_daily_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'count'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'INPUT_OBJECT'; name: 'date_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_packets_select_column': { name: 'v1_ibc_union_daily_packets_select_column'; enumValues: 'count' | 'day'; }; - 'v1_ibc_union_daily_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_daily_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_daily_packets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'day'; type: { kind: 'SCALAR'; name: 'date'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_explorers': { kind: 'OBJECT'; name: 'v1_ibc_union_explorers'; fields: { 'address_url': { name: 'address_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_url': { name: 'block_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'home_url': { name: 'home_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'tx_url': { name: 'tx_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_explorers_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_min_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_explorers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_explorers_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_max_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_explorers_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_min_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_explorers_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_order_by'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_explorers_select_column': { name: 'v1_ibc_union_explorers_select_column'; enumValues: 'address_url' | 'block_url' | 'description' | 'display_name' | 'home_url' | 'logo_uri' | 'name' | 'tx_url'; }; - 'v1_ibc_union_explorers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_explorers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_explorers_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'address_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'home_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'tx_url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_faucets': { kind: 'OBJECT'; name: 'v1_ibc_union_faucets'; fields: { 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_assets'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'url': { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_faucets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_min_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_faucets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_faucets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_max_order_by'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_faucets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_min_order_by'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_faucets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_order_by'; isOneOf: false; inputFields: [{ name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_assets_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_faucets_select_column': { name: 'v1_ibc_union_faucets_select_column'; enumValues: 'denom' | 'display_name' | 'enabled' | 'url'; }; - 'v1_ibc_union_faucets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_faucets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_faucets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_orders': { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; fields: { 'ack_fill_type': { name: 'ack_fill_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'ack_market_maker': { name: 'ack_market_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'ack_tag': { name: 'ack_tag'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement_decoded': { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'base_amount': { name: 'base_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token': { name: 'base_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_name': { name: 'base_token_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_path': { name: 'base_token_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'base_token_symbol': { name: 'base_token_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'channel_version': { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data_decoded': { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'instruction_path': { name: 'instruction_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; ofType: null; } }; 'packet_ack_block_hash': { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_event_index': { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_height': { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_ack_maker': { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_timestamp': { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_ack_transaction_event_index': { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_transaction_hash': { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_transaction_index': { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_block_hash': { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_event_index': { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_height': { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_recv_maker': { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_maker_msg': { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_timestamp': { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_recv_transaction_event_index': { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_transaction_hash': { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_transaction_index': { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_block_hash': { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_event_index': { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_height': { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_send_timestamp': { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_send_transaction_event_index': { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_transaction_hash': { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_transaction_index': { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'path': { name: 'path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'quote_amount': { name: 'quote_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'quote_token': { name: 'quote_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'salt': { name: 'salt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'traces': { name: 'traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'write_ack_block_hash': { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_event_index': { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_height': { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'write_ack_timestamp': { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'write_ack_transaction_event_index': { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_transaction_hash': { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_transaction_index': { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v1_ibc_union_fungible_asset_orders_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'ack_fill_type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; 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: 'salt'; 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: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_orders_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_order_by'; isOneOf: false; inputFields: [{ name: 'ack_fill_type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'salt'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; 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: 'traces_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_orders_select_column': { name: 'v1_ibc_union_fungible_asset_orders_select_column'; enumValues: 'ack_fill_type' | 'ack_market_maker' | 'ack_tag' | 'acknowledgement' | 'acknowledgement_decoded' | 'base_amount' | 'base_token' | 'base_token_name' | 'base_token_path' | 'base_token_symbol' | 'channel_version' | 'data' | 'data_decoded' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'instruction_path' | 'packet_ack_block_hash' | 'packet_ack_event_index' | 'packet_ack_height' | 'packet_ack_maker' | 'packet_ack_timestamp' | 'packet_ack_transaction_event_index' | 'packet_ack_transaction_hash' | 'packet_ack_transaction_index' | 'packet_recv_block_hash' | 'packet_recv_event_index' | 'packet_recv_height' | 'packet_recv_maker' | 'packet_recv_maker_msg' | 'packet_recv_timestamp' | 'packet_recv_transaction_event_index' | 'packet_recv_transaction_hash' | 'packet_recv_transaction_index' | 'packet_send_block_hash' | 'packet_send_event_index' | 'packet_send_height' | 'packet_send_timestamp' | 'packet_send_transaction_event_index' | 'packet_send_transaction_hash' | 'packet_send_transaction_index' | 'path' | 'quote_amount' | 'quote_token' | 'receiver' | 'salt' | 'sender' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'timeout_height' | 'timeout_timestamp' | 'write_ack_block_hash' | 'write_ack_event_index' | 'write_ack_height' | 'write_ack_timestamp' | 'write_ack_transaction_event_index' | 'write_ack_transaction_hash' | 'write_ack_transaction_index'; }; - 'v1_ibc_union_fungible_asset_orders_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_fungible_asset_orders_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'ack_fill_type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'ack_market_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'ack_tag'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'base_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'base_token_symbol'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'instruction_path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'path'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'quote_amount'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'quote_token'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'salt'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_health_check': { kind: 'OBJECT'; name: 'v1_ibc_union_health_check'; fields: { 'result': { name: 'result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'test': { name: 'test'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_health_check_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'result'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_health_check_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_order_by'; isOneOf: false; inputFields: [{ name: 'result'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_health_check_select_column': { name: 'v1_ibc_union_health_check_select_column'; enumValues: 'result' | 'test'; }; - 'v1_ibc_union_health_check_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_health_check_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_health_check_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'result'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'test'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets': { kind: 'OBJECT'; name: 'v1_ibc_union_packets'; fields: { 'acknowledgement': { name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'acknowledgement_decoded': { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'channel_version': { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'data_decoded': { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'fungible_asset_order': { name: 'fungible_asset_order'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_fungible_asset_orders'; ofType: null; } }; 'packet_ack_block_hash': { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_event_index': { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_height': { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_ack_maker': { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_timestamp': { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_ack_transaction_event_index': { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_ack_transaction_hash': { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_ack_transaction_index': { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_block_hash': { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_event_index': { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_height': { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_recv_maker': { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_maker_msg': { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_timestamp': { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_recv_transaction_event_index': { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_recv_transaction_hash': { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_recv_transaction_index': { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_block_hash': { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_event_index': { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_height': { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'packet_send_timestamp': { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'packet_send_transaction_event_index': { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'packet_send_transaction_hash': { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet_send_transaction_index': { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'traces': { name: 'traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; ofType: null; }; }; }; } }; 'write_ack_block_hash': { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_event_index': { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_height': { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'write_ack_timestamp': { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'write_ack_transaction_event_index': { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'write_ack_transaction_hash': { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'write_ack_transaction_index': { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v1_ibc_union_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_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: 'v1_ibc_union_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'acknowledgement'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'fungible_asset_order'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; 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: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_order_by'; isOneOf: false; inputFields: [{ name: 'acknowledgement'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'fungible_asset_order'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_fungible_asset_orders_order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; 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: 'traces_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets_select_column': { name: 'v1_ibc_union_packets_select_column'; enumValues: 'acknowledgement' | 'acknowledgement_decoded' | 'channel_version' | 'data' | 'data_decoded' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'packet_ack_block_hash' | 'packet_ack_event_index' | 'packet_ack_height' | 'packet_ack_maker' | 'packet_ack_timestamp' | 'packet_ack_transaction_event_index' | 'packet_ack_transaction_hash' | 'packet_ack_transaction_index' | 'packet_recv_block_hash' | 'packet_recv_event_index' | 'packet_recv_height' | 'packet_recv_maker' | 'packet_recv_maker_msg' | 'packet_recv_timestamp' | 'packet_recv_transaction_event_index' | 'packet_recv_transaction_hash' | 'packet_recv_transaction_index' | 'packet_send_block_hash' | 'packet_send_event_index' | 'packet_send_height' | 'packet_send_timestamp' | 'packet_send_transaction_event_index' | 'packet_send_transaction_hash' | 'packet_send_transaction_index' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'status' | 'timeout_height' | 'timeout_timestamp' | 'write_ack_block_hash' | 'write_ack_event_index' | 'write_ack_height' | 'write_ack_timestamp' | 'write_ack_transaction_event_index' | 'write_ack_transaction_hash' | 'write_ack_transaction_index'; }; - 'v1_ibc_union_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_packets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'acknowledgement'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'acknowledgement_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'channel_version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'data_decoded'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_maker_msg'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_recv_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'packet_send_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_send_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'write_ack_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'write_ack_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'write_ack_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_rpcs': { kind: 'OBJECT'; name: 'v1_ibc_union_rpcs'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_ibc_union_chains'; ofType: null; } }; 'contact': { name: 'contact'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'url': { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_rpcs_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_min_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_rpcs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'contact'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_rpcs_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_max_order_by'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_rpcs_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_min_order_by'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_rpcs_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_rpcs_select_column': { name: 'v1_ibc_union_rpcs_select_column'; enumValues: 'contact' | 'description' | 'enabled' | 'type' | 'url'; }; - 'v1_ibc_union_rpcs_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_rpcs_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_rpcs_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_statistics': { kind: 'OBJECT'; name: 'v1_ibc_union_statistics'; fields: { 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'value': { name: 'value'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; - 'v1_ibc_union_statistics_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_statistics_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_order_by'; isOneOf: false; inputFields: [{ name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_statistics_select_column': { name: 'v1_ibc_union_statistics_select_column'; enumValues: 'name' | 'value'; }; - 'v1_ibc_union_statistics_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_statistics_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_statistics_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces': { kind: 'OBJECT'; name: 'v1_ibc_union_traces'; fields: { 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'initiating_transaction_hash': { name: 'initiating_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'order': { name: 'order'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_ibc_union_traces_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_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: 'v1_ibc_union_traces_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_avg_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_max_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_min_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_select_column': { name: 'v1_ibc_union_traces_select_column'; enumValues: 'height' | 'initiating_transaction_hash' | 'order' | 'timestamp' | 'transaction_hash' | 'type'; }; - 'v1_ibc_union_traces_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_sum_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ibc_union_traces_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ibc_union_traces_variance_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_index_status': { kind: 'OBJECT'; name: 'v1_index_status'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'tip_age_seconds': { name: 'tip_age_seconds'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; - 'v1_index_status_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_index_status_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_index_status_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_index_status_select_column': { name: 'v1_index_status_select_column'; enumValues: 'chain_id' | 'display_name' | 'height' | 'status' | 'timestamp' | 'tip_age_seconds'; }; - 'v1_index_status_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_index_status_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_index_status_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_index_status_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_index_status_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'tip_age_seconds'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; - 'v1_lightclient_update': { kind: 'OBJECT'; name: 'v1_lightclient_update'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'client_id': { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'counterparty_chain': { name: 'counterparty_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'execution_height': { name: 'execution_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timestamp': { name: 'timestamp'; 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; } }; }; }; - 'v1_lightclient_update_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_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: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'execution_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_lightclient_update_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'counterparty_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'execution_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; - 'v1_lightclient_update_select_column': { name: 'v1_lightclient_update_select_column'; enumValues: 'block_hash' | 'client_id' | 'execution_height' | 'height' | 'revision_height' | 'timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v1_lightclient_update_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_lightclient_update_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_lightclient_update_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'execution_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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 }]; }; - 'v1_packet_effect_type': { kind: 'OBJECT'; name: 'v1_packet_effect_type'; fields: { 'event': { name: 'event'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'event_index': { name: 'event_index'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; }; }; - 'v1_packet_effect_type_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_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: 'v1_packet_effect_type_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_avg_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'event'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'event_index'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_max_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_min_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_order_by'; isOneOf: false; inputFields: [{ name: 'event'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_select_column': { name: 'v1_packet_effect_type_select_column'; enumValues: 'event' | 'event_index'; }; - 'v1_packet_effect_type_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'event'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'event_index'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_sum_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packet_effect_type_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_variance_order_by'; isOneOf: false; inputFields: [{ name: 'event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packets': { kind: 'OBJECT'; name: 'v1_packets'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_event_index': { name: 'destination_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_event_json': { name: 'destination_event_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'destination_packet_data': { name: 'destination_packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timestamp': { name: 'destination_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_transaction_event_index': { name: 'destination_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'Int'; ofType: null; } }; 'effects': { name: 'effects'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_packet_effect_type'; ofType: null; }; }; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_event_index': { name: 'source_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_event_json': { name: 'source_event_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_packet_data': { name: 'source_packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_timestamp': { name: 'source_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_transaction_event_index': { name: 'source_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_transaction_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'traces': { name: 'traces'; type: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; } }; 'transfer': { name: 'transfer'; type: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; } }; }; }; - 'v1_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_packets_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_event_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_packet_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'effects'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_event_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_packet_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'transfer'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_bool_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_packets_order_by'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_event_json'; 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_packet_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; 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_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_event_index'; 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: 'effects_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packet_effect_type_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_packet_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_order_by'; ofType: null; }; defaultValue: null }, { name: 'transfer'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_packets_select_column': { name: 'v1_packets_select_column'; enumValues: 'destination_block_hash' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_event_index' | 'destination_event_json' | 'destination_height' | 'destination_packet_data' | 'destination_port_id' | 'destination_sequence' | 'destination_timeout_timestamp' | 'destination_timestamp' | 'destination_transaction_event_index' | 'destination_transaction_hash' | 'destination_transaction_index' | 'source_block_hash' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_event_index' | 'source_event_json' | 'source_height' | 'source_packet_data' | 'source_port_id' | 'source_sequence' | 'source_timeout_timestamp' | 'source_timestamp' | 'source_transaction_event_index' | 'source_transaction_hash' | 'source_transaction_index'; }; - 'v1_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_packets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_event_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'destination_packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_event_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_packet_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v1_rpcs': { kind: 'OBJECT'; name: 'v1_rpcs'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'contact': { name: 'contact'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'url': { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_rpcs_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_min_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_rpcs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'contact'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_rpcs_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_max_order_by'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_rpcs_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_min_order_by'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_rpcs_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'contact'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_rpcs_select_column': { name: 'v1_rpcs_select_column'; enumValues: 'contact' | 'description' | 'enabled' | 'type' | 'url'; }; - 'v1_rpcs_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_rpcs_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_rpcs_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'contact'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics': { kind: 'OBJECT'; name: 'v1_statistics'; fields: { 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'value': { name: 'value'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; - 'v1_statistics_address': { kind: 'OBJECT'; name: 'v1_statistics_address'; fields: { 'normalized_address': { name: 'normalized_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'total': { name: 'total'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; }; }; - 'v1_statistics_address_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'normalized_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'total'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics_address_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_order_by'; isOneOf: false; inputFields: [{ name: 'normalized_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'total'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics_address_select_column': { name: 'v1_statistics_address_select_column'; enumValues: 'normalized_address' | 'total'; }; - 'v1_statistics_address_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics_address_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_address_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'normalized_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'total'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_order_by'; isOneOf: false; inputFields: [{ name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics_select_column': { name: 'v1_statistics_select_column'; enumValues: 'name' | 'value'; }; - 'v1_statistics_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_statistics_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_statistics_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_statistics_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'value'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type': { kind: 'OBJECT'; name: 'v1_tokens_type'; fields: { 'amount': { name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'v1_assets'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_tokens_type_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_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: 'v1_tokens_type_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_avg_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_max_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_min_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'asset'; type: { kind: 'INPUT_OBJECT'; name: 'v1_assets_order_by'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_select_column': { name: 'v1_tokens_type_select_column'; enumValues: 'amount' | 'denom'; }; - 'v1_tokens_type_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_sum_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_tokens_type_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_variance_order_by'; isOneOf: false; inputFields: [{ name: 'amount'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces': { kind: 'OBJECT'; name: 'v1_traces'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'initiating_transaction_hash': { name: 'initiating_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'order': { name: 'order'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transfer': { name: 'transfer'; type: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_traces_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_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: 'v1_traces_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_avg_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_traces_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_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: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; 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: 'transfer'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_max_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_min_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_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: 'initiating_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'transfer'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_select_column': { name: 'v1_traces_select_column'; enumValues: 'data' | 'height' | 'initiating_transaction_hash' | 'order' | 'source_sequence' | 'timestamp' | 'transaction_hash' | 'type'; }; - 'v1_traces_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_traces_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_traces_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_traces_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_sum_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_traces_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_traces_variance_order_by'; isOneOf: false; inputFields: [{ name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'order'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type': { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; fields: { 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'retries': { name: 'retries'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_event_index': { name: 'source_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_event_index': { name: 'source_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_transaction_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'timeout': { name: 'timeout'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v1_transfer_forwards_type_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_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: 'v1_transfer_forwards_type_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_variance_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_avg_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; 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: 'retries'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_max_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_min_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_select_column': { name: 'v1_transfer_forwards_type_select_column'; enumValues: 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'receiver' | 'retries' | 'source_block_hash' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_event_index' | 'source_height' | 'source_port_id' | 'source_transaction_event_index' | 'source_transaction_hash' | 'source_transaction_index' | 'timeout'; }; - 'v1_transfer_forwards_type_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'retries'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_sum_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfer_forwards_type_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_variance_order_by'; isOneOf: false; inputFields: [{ name: 'retries'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfers': { kind: 'OBJECT'; name: 'v1_transfers'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel_id': { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_connection_id': { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_event_index': { name: 'destination_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'destination_port_id': { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'destination_timestamp': { name: 'destination_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_transaction_event_index': { name: 'destination_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'Int'; ofType: null; } }; 'forwards': { name: 'forwards'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_transfer_forwards_type'; ofType: null; }; }; } }; 'hop': { name: 'hop'; type: { kind: 'OBJECT'; name: 'v1_transfers'; ofType: null; } }; 'normalized_receiver': { name: 'normalized_receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'normalized_sender': { name: 'normalized_sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'OBJECT'; name: 'v1_packets'; ofType: null; } }; 'packet_data': { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'pfm_destination_channel_id': { name: 'pfm_destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_destination_port_id': { name: 'pfm_destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'pfm_source_channel_id': { name: 'pfm_source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_source_port_id': { name: 'pfm_source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'sender': { name: 'sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_channel_id': { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_connection_id': { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_event_index': { name: 'source_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_port_id': { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'source_timestamp': { name: 'source_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_transaction_event_index': { name: 'source_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_transaction_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'tokens': { name: 'tokens'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_tokens_type'; ofType: null; }; }; } }; 'traces': { name: 'traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_traces'; ofType: null; }; }; }; } }; }; }; - 'v1_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_transfers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_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: 'v1_transfers_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'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'forwards'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'hop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'normalized_receiver'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'normalized_sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_recv_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_sent_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_port_id'; 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: 'sender'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tokens'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_bool_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_transfers_order_by'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_event_index'; 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_port_id'; 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_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_event_index'; 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: 'forwards_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfer_forwards_type_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'hop'; type: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_order_by'; ofType: null; }; defaultValue: null }, { name: 'normalized_receiver'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'normalized_sender'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'v1_packets_order_by'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_recv_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_sent_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_port_id'; 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: 'source_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tokens_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_tokens_type_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'traces_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_traces_aggregate_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfers_select_column': { name: 'v1_transfers_select_column'; enumValues: 'destination_block_hash' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_event_index' | 'destination_height' | 'destination_port_id' | 'destination_sequence' | 'destination_timestamp' | 'destination_transaction_event_index' | 'destination_transaction_hash' | 'destination_transaction_index' | 'normalized_receiver' | 'normalized_sender' | 'packet_data' | 'pfm_destination_channel_id' | 'pfm_destination_port_id' | 'pfm_recv_sequence' | 'pfm_sent_sequence' | 'pfm_source_channel_id' | 'pfm_source_port_id' | 'receiver' | 'sender' | 'source_block_hash' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_event_index' | 'source_height' | 'source_port_id' | 'source_sequence' | 'source_timestamp' | 'source_transaction_event_index' | 'source_transaction_hash' | 'source_transaction_index'; }; - 'v1_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_transfers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_transfers_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'destination_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'Int'; ofType: null; }; defaultValue: null }, { name: 'normalized_receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'normalized_sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet_data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_port_id'; type: { kind: 'SCALAR'; name: 'String'; 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: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'source_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_event_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_configurations': { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; fields: { 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'contract_address': { name: 'contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'forwards': { name: 'forwards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v1_ucs1_configurations'; ofType: null; }; }; }; } }; 'port_id': { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; }; }; - 'v1_ucs1_configurations_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_min_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_configurations_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_bool_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: 'contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'forwards'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_configurations_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_max_order_by'; isOneOf: false; inputFields: [{ 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: 'contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_configurations_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_min_order_by'; isOneOf: false; inputFields: [{ 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: 'contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_configurations_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_order_by'; isOneOf: false; inputFields: [{ 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: 'contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'forwards_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_configurations_select_column': { name: 'v1_ucs1_configurations_select_column'; enumValues: 'channel_id' | 'connection_id' | 'contract_address' | 'port_id'; }; - 'v1_ucs1_configurations_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_configurations_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_configurations_stream_cursor_value_input'; isOneOf: false; 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: 'contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_paths': { kind: 'OBJECT'; name: 'v1_ucs1_paths'; fields: { 'channel_id': { name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v1_chains'; ofType: null; } }; }; }; - 'v1_ucs1_paths_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_bool_exp'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_paths_order_by': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_order_by'; isOneOf: false; inputFields: [{ name: 'channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v1_chains_order_by'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_paths_select_column': { name: 'v1_ucs1_paths_select_column'; enumValues: 'channel_id'; }; - 'v1_ucs1_paths_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v1_ucs1_paths_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v1_ucs1_paths_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; -}; - /** An IntrospectionQuery representation of your schema. * * @remarks @@ -451,11 +10,37074 @@ export type introspection_types = { * instead save to a .ts instead of a .d.ts file. */ export type introspection = { - name: never; - query: 'query_root'; - mutation: 'mutation_root'; - subscription: 'subscription_root'; - types: introspection_types; + "__schema": { + "queryType": { + "name": "query_root" + }, + "mutationType": { + "name": "mutation_root" + }, + "subscriptionType": { + "name": "subscription_root" + }, + "types": [ + { + "kind": "SCALAR", + "name": "Boolean" + }, + { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp", + "inputFields": [ + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Boolean" + } + } + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Boolean" + } + } + } + } + ], + "isOneOf": false + }, + { + "kind": "SCALAR", + "name": "Int" + }, + { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "inputFields": [ + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "PfmArgs", + "fields": [ + { + "name": "channel", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + }, + "args": [], + "isDeprecated": false + }, + { + "name": "memo", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_bool_exp_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_bool_exp_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_bool_exp_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_bool_exp_bool_exp" + } + } + } + }, + { + "name": "channel", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "memo", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "PfmArgs_enum_name", + "enumValues": [ + { + "name": "channel", + "isDeprecated": false + }, + { + "name": "memo", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_order_by", + "inputFields": [ + { + "name": "channel", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "memo", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "Request", + "fields": [ + { + "name": "address", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + }, + "args": [], + "isDeprecated": false + }, + { + "name": "id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + }, + "args": [], + "isDeprecated": false + }, + { + "name": "time", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + }, + "args": [], + "isDeprecated": false + }, + { + "name": "txHash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "SCALAR", + "name": "String" + }, + { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "inputFields": [ + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_ilike", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + }, + { + "name": "_iregex", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_like", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_nilike", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + }, + { + "name": "_niregex", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_nlike", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_nregex", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_nsimilar", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_regex", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_similar", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "SCALAR", + "name": "bigint" + }, + { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "inputFields": [ + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "bigint" + } + } + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "bigint" + } + } + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "cursor_ordering", + "enumValues": [ + { + "name": "ASC", + "isDeprecated": false + }, + { + "name": "DESC", + "isDeprecated": false + } + ] + }, + { + "kind": "SCALAR", + "name": "date" + }, + { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "inputFields": [ + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "date" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "date" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "date" + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "date" + } + } + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "date" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "date" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "date" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "date" + } + } + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "dydx_faucetMutation", + "fields": [ + { + "name": "send", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + }, + "args": [ + { + "name": "captchaToken", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "toAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "dydx_faucetQuery", + "fields": [ + { + "name": "handledTransfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "transfersForAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "address", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "unhandledTransfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "faucet2Mutation", + "fields": [ + { + "name": "send", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + }, + "args": [ + { + "name": "captchaToken", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "toAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "faucet2Query", + "fields": [ + { + "name": "handledTransfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "transfersForAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "address", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "unhandledTransfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "get_route_arguments", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "forward_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "receiver", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + ], + "isOneOf": false + }, + { + "kind": "SCALAR", + "name": "jsonb" + }, + { + "kind": "INPUT_OBJECT", + "name": "jsonb_cast_exp", + "inputFields": [ + { + "name": "String", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp", + "inputFields": [ + { + "name": "_cast", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_cast_exp" + } + }, + { + "name": "_contained_in", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_contains", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_has_key", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "_has_keys_all", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + }, + { + "name": "_has_keys_any", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "jsonb" + } + } + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "jsonb" + } + } + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "mutation_root", + "fields": [ + { + "name": "dydx_faucet", + "type": { + "kind": "OBJECT", + "name": "dydx_faucetMutation" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "faucet2", + "type": { + "kind": "OBJECT", + "name": "faucet2Mutation" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "stride_faucet", + "type": { + "kind": "OBJECT", + "name": "stride_faucetMutation" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "SCALAR", + "name": "numeric" + }, + { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "inputFields": [ + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "numeric" + } + } + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "numeric" + } + } + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "order_by", + "enumValues": [ + { + "name": "asc", + "isDeprecated": false + }, + { + "name": "asc_nulls_first", + "isDeprecated": false + }, + { + "name": "asc_nulls_last", + "isDeprecated": false + }, + { + "name": "desc", + "isDeprecated": false + }, + { + "name": "desc_nulls_first", + "isDeprecated": false + }, + { + "name": "desc_nulls_last", + "isDeprecated": false + } + ] + }, + { + "kind": "OBJECT", + "name": "query_root", + "fields": [ + { + "name": "dydx_faucet", + "type": { + "kind": "OBJECT", + "name": "dydx_faucetQuery" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "faucet2", + "type": { + "kind": "OBJECT", + "name": "faucet2Query" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "get_route", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PfmArgs" + } + } + } + }, + "args": [ + { + "name": "args", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "get_route_arguments" + } + } + }, + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "PfmArgs_enum_name" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_bool_exp_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "stride_faucet", + "type": { + "kind": "OBJECT", + "name": "stride_faucetQuery" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "v1_acknowledge_packet", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_acknowledge_packet" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_acknowledge_packet_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_assets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_assets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_assets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_chains", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_chains" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_chains_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_ack", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_ack" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_ack_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_confirm", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_confirm" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_confirm_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_init", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_init" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_init_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_try", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_try" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_try_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channels", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channels" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channels_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_clients", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_clients" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_clients_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_config", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_config" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_config_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_config_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_config_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_ack", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_ack" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_ack_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_confirm", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_confirm" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_confirm_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_init", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_init" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_init_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_try", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_try" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_try_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connections", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connections" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connections_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_contracts", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_contracts" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_contracts_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_daily_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_daily_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_daily_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_daily_transfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_daily_transfers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_daily_transfers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_explorers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_explorers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_explorers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_faucets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_faucets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_faucets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_health_check", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_health_check" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_health_check_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_assets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_assets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_assets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_chains", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_chains_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_channels", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_channels" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_channels_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_clients", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_clients" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_clients_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_config", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_config" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_config_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_connections", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_connections" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_connections_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_contracts", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_contracts" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_contracts_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_daily_fungible_asset_orders", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_daily_fungible_asset_orders_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_daily_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_daily_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_explorers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_explorers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_explorers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_faucets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_faucets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_faucets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_fungible_asset_orders", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_fungible_asset_orders" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_fungible_asset_orders_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_health_check", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_health_check" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_health_check_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_rpcs", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_rpcs" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_rpcs_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_statistics", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_statistics" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_statistics_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_traces", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_traces" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_traces_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_index_status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_index_status" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_index_status_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_lightclient_update", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_lightclient_update" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_lightclient_update_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_packet_effect_type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_packet_effect_type" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_packet_effect_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_rpcs", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_rpcs" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_rpcs_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_statistics", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_statistics" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_statistics_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_statistics_address", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_statistics_address" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_statistics_address_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_tokens_type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_tokens_type" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_tokens_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_traces", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_traces" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_traces_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_transfer_forwards_type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_transfer_forwards_type" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_transfer_forwards_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_transfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_transfers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_transfers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ucs1_configurations", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_configurations" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ucs1_configurations_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ucs1_paths", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_paths" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ucs1_paths_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_bool_exp" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "stride_faucetMutation", + "fields": [ + { + "name": "send", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + }, + "args": [ + { + "name": "captchaToken", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "toAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "stride_faucetQuery", + "fields": [ + { + "name": "handledTransfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "transfersForAddress", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "address", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "String" + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "unhandledTransfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "Request" + } + } + } + }, + "args": [ + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offsetTime", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "subscription_root", + "fields": [ + { + "name": "get_route", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "PfmArgs" + } + } + } + }, + "args": [ + { + "name": "args", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "get_route_arguments" + } + } + }, + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "PfmArgs_enum_name" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "PfmArgs_bool_exp_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_acknowledge_packet", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_acknowledge_packet" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_acknowledge_packet_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_acknowledge_packet_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_acknowledge_packet" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_assets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_assets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_assets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_assets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_assets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_chains", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_chains" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_chains_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_chains_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_chains" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_ack", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_ack" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_ack_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_ack_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_ack" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_confirm", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_confirm" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_confirm_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_confirm_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_confirm" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_init", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_init" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_init_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_init_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_init" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_try", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_try" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channel_open_try_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channel_open_try_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channel_open_try" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channels", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channels" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_channels_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_channels_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_channels" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_clients", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_clients" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_clients_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_clients_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_clients" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_config", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_config" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_config_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_config_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_config_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_config_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_config" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_config_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_config_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_ack", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_ack" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_ack_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_ack_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_ack" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_confirm", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_confirm" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_confirm_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_confirm_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_confirm" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_init", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_init" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_init_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_init_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_init" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_try", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_try" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connection_open_try_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connection_open_try_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connection_open_try" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connections", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connections" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_connections_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_connections_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_connections" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_contracts", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_contracts" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_contracts_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_contracts_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_contracts" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_daily_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_daily_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_daily_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_daily_packets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_daily_packets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_daily_transfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_daily_transfers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_daily_transfers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_daily_transfers_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_daily_transfers" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_explorers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_explorers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_explorers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_explorers_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_explorers" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_faucets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_faucets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_faucets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_faucets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_faucets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_health_check", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_health_check" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_health_check_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_health_check_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_health_check" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_assets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_assets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_assets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_assets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_assets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_chains", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_chains_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_chains_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_channels", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_channels" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_channels_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_channels_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_channels" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_clients", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_clients" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_clients_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_clients_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_clients" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_config", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_config" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_config_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_config_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_config" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_connections", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_connections" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_connections_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_connections_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_connections" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_contracts", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_contracts" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_contracts_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_contracts_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_contracts" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_daily_fungible_asset_orders", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_daily_fungible_asset_orders_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_daily_fungible_asset_orders_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_daily_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_daily_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_daily_packets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_packets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_explorers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_explorers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_explorers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_explorers_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_explorers" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_faucets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_faucets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_faucets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_faucets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_faucets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_fungible_asset_orders", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_fungible_asset_orders" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_fungible_asset_orders_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_fungible_asset_orders_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_fungible_asset_orders" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_health_check", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_health_check" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_health_check_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_health_check_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_health_check" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_packets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_packets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_rpcs", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_rpcs" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_rpcs_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_rpcs_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_rpcs" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_statistics", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_statistics" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_statistics_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_statistics_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_statistics" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_traces", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_traces" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_traces_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ibc_union_traces_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_traces" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_index_status", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_index_status" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_index_status_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_index_status_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_index_status" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_lightclient_update", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_lightclient_update" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_lightclient_update_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_lightclient_update_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_lightclient_update" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_packet_effect_type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_packet_effect_type" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_packet_effect_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_packet_effect_type_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_packet_effect_type" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_packets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_packets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_packets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_packets_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_packets" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_rpcs", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_rpcs" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_rpcs_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_rpcs_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_rpcs" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_statistics", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_statistics" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_statistics_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_statistics_address", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_statistics_address" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_statistics_address_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_statistics_address_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_statistics_address" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_statistics_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_statistics" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_tokens_type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_tokens_type" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_tokens_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_tokens_type_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_tokens_type" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_traces", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_traces" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_traces_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_traces_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_traces" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_transfer_forwards_type", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_transfer_forwards_type" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_transfer_forwards_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_transfer_forwards_type_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_transfer_forwards_type" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_transfers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_transfers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_transfers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_transfers_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_transfers" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ucs1_configurations", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_configurations" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ucs1_configurations_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ucs1_configurations_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_configurations" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ucs1_paths", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_paths" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ucs1_paths_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "v1_ucs1_paths_stream", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_paths" + } + } + } + }, + "args": [ + { + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "Int" + } + } + }, + { + "name": "cursor", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_stream_cursor_input" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_bool_exp" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "SCALAR", + "name": "timestamptz" + }, + { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp", + "inputFields": [ + { + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "_in", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "timestamptz" + } + } + } + }, + { + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "_nin", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "SCALAR", + "name": "timestamptz" + } + } + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_acknowledge_packet", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_acknowledge_packet_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "event_index", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "sequence", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_event_index", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_acknowledge_packet_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_assets", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "decimals", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_symbol", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "faucets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_faucets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_faucets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "gas_token", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_aggregate_order_by", + "inputFields": [ + { + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_avg_order_by" + } + }, + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_min_order_by" + } + }, + { + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stddev_order_by" + } + }, + { + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stddev_pop_order_by" + } + }, + { + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stddev_samp_order_by" + } + }, + { + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_sum_order_by" + } + }, + { + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_var_pop_order_by" + } + }, + { + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_var_samp_order_by" + } + }, + { + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_variance_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_avg_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "decimals", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "denom", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "faucets", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + }, + { + "name": "gas_token", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_max_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_min_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "faucets_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_aggregate_order_by" + } + }, + { + "name": "gas_token", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_assets_select_column", + "enumValues": [ + { + "name": "decimals", + "isDeprecated": false + }, + { + "name": "denom", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "display_symbol", + "isDeprecated": false + }, + { + "name": "gas_token", + "isDeprecated": false + }, + { + "name": "logo_uri", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stddev_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stddev_pop_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stddev_samp_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_stream_cursor_value_input", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "gas_token", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_sum_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_var_pop_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_var_samp_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_assets_variance_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_chains", + "fields": [ + { + "name": "addr_prefix", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "assets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_assets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_assets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled_staging", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "explorers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_explorers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_explorers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "rpc_type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "rpcs", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_rpcs" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_rpcs_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "testnet", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "ucs1_configurations", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_configurations" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ucs1_configurations_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + } + } + }, + { + "name": "addr_prefix", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "assets", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + }, + { + "name": "chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "enabled", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "enabled_staging", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "explorers", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "rpc_type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "rpcs", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + }, + { + "name": "testnet", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "ucs1_configurations", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by", + "inputFields": [ + { + "name": "addr_prefix", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "assets_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_aggregate_order_by" + } + }, + { + "name": "chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled_staging", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "explorers_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_aggregate_order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "rpc_type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "rpcs_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_aggregate_order_by" + } + }, + { + "name": "testnet", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "ucs1_configurations_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_aggregate_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_chains_select_column", + "enumValues": [ + { + "name": "addr_prefix", + "isDeprecated": false + }, + { + "name": "chain_id", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "enabled", + "isDeprecated": false + }, + { + "name": "enabled_staging", + "isDeprecated": false + }, + { + "name": "logo_uri", + "isDeprecated": false + }, + { + "name": "rpc_type", + "isDeprecated": false + }, + { + "name": "testnet", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_chains_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_chains_stream_cursor_value_input", + "inputFields": [ + { + "name": "addr_prefix", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "enabled_staging", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "rpc_type", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "testnet", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_channel_open_ack", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_channel_open_ack_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "channel_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_channel_id", + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "port_id", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_ack_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_channel_open_confirm", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_channel_open_confirm_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "channel_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_channel_id", + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "port_id", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_confirm_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_channel_open_init", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_channel_open_init_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "channel_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "port_id", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + }, + { + "name": "version", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_init_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_channel_open_try", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_channel_open_try_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "channel_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_channel_id", + "isDeprecated": false + }, + { + "name": "counterparty_port_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "port_id", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + }, + { + "name": "version", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channel_open_try_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_channels", + "fields": [ + { + "name": "connection", + "type": { + "kind": "OBJECT", + "name": "v1_connections" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channels_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_bool_exp" + } + } + } + }, + { + "name": "connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "status", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channels_order_by", + "inputFields": [ + { + "name": "connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "status", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_channels_select_column", + "enumValues": [ + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "destination_port_id", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "status", + "isDeprecated": false + }, + { + "name": "version", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channels_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_channels_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_channels_stream_cursor_value_input", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_clients", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_clients_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_clients_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_clients_select_column", + "enumValues": [ + { + "name": "client_id", + "isDeprecated": false + }, + { + "name": "counterparty_chain_id", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_clients_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_clients_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_clients_stream_cursor_value_input", + "inputFields": [ + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_config", + "fields": [ + { + "name": "key", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_config_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_config_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_config_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_config_bool_exp" + } + } + } + }, + { + "name": "key", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_config_order_by", + "inputFields": [ + { + "name": "key", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_config_select_column", + "enumValues": [ + { + "name": "key", + "isDeprecated": false + }, + { + "name": "value", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_config_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_config_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_config_stream_cursor_value_input", + "inputFields": [ + { + "name": "key", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_connection_open_ack", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_connection_open_ack_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "client_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "isDeprecated": false + }, + { + "name": "counterparty_connection_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_ack_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_connection_open_confirm", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_connection_open_confirm_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "client_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "isDeprecated": false + }, + { + "name": "counterparty_connection_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_confirm_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_connection_open_init", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_connection_open_init_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "client_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_init_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_connection_open_try", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_connection_open_try_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "client_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "counterparty_client_id", + "isDeprecated": false + }, + { + "name": "counterparty_connection_id", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connection_open_try_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "counterparty_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_connections", + "fields": [ + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_bool_exp" + } + } + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "status", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connections_order_by", + "inputFields": [ + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "status", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_connections_select_column", + "enumValues": [ + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_client_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_client_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "status", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connections_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_connections_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_connections_stream_cursor_value_input", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_contracts", + "fields": [ + { + "name": "abi", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "created_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "max_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "min_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "updated_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_bool_exp" + } + } + } + }, + { + "name": "abi", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "address", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "created_at", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "description", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "max_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "min_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "updated_at", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_order_by", + "inputFields": [ + { + "name": "abi", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "address", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "created_at", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "min_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "updated_at", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_contracts_select_column", + "enumValues": [ + { + "name": "abi", + "isDeprecated": false + }, + { + "name": "address", + "isDeprecated": false + }, + { + "name": "created_at", + "isDeprecated": false + }, + { + "name": "description", + "isDeprecated": false + }, + { + "name": "max_height", + "isDeprecated": false + }, + { + "name": "min_height", + "isDeprecated": false + }, + { + "name": "updated_at", + "isDeprecated": false + }, + { + "name": "version", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_contracts_stream_cursor_value_input", + "inputFields": [ + { + "name": "abi", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "created_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "max_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "min_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "updated_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_daily_packets", + "fields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_bool_exp" + } + } + } + }, + { + "name": "count", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "day", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "day", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_daily_packets_select_column", + "enumValues": [ + { + "name": "count", + "isDeprecated": false + }, + { + "name": "day", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_packets_stream_cursor_value_input", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_daily_transfers", + "fields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_bool_exp" + } + } + } + }, + { + "name": "count", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "day", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "day", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_daily_transfers_select_column", + "enumValues": [ + { + "name": "count", + "isDeprecated": false + }, + { + "name": "day", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_daily_transfers_stream_cursor_value_input", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_explorers", + "fields": [ + { + "name": "address_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "block_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "home_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "tx_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_aggregate_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_min_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_bool_exp" + } + } + } + }, + { + "name": "address_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "block_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "description", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "home_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "tx_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_max_order_by", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "block_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "home_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tx_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_min_order_by", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "block_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "home_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tx_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_order_by", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "block_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "home_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tx_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_explorers_select_column", + "enumValues": [ + { + "name": "address_url", + "isDeprecated": false + }, + { + "name": "block_url", + "isDeprecated": false + }, + { + "name": "description", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "home_url", + "isDeprecated": false + }, + { + "name": "logo_uri", + "isDeprecated": false + }, + { + "name": "tx_url", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_explorers_stream_cursor_value_input", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "block_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "home_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "tx_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_faucets", + "fields": [ + { + "name": "asset", + "type": { + "kind": "OBJECT", + "name": "v1_assets" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_aggregate_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_min_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_bool_exp" + } + } + } + }, + { + "name": "asset", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "denom", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "enabled", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_max_order_by", + "inputFields": [ + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_min_order_by", + "inputFields": [ + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_order_by", + "inputFields": [ + { + "name": "asset", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_faucets_select_column", + "enumValues": [ + { + "name": "denom", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "enabled", + "isDeprecated": false + }, + { + "name": "url", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_faucets_stream_cursor_value_input", + "inputFields": [ + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_health_check", + "fields": [ + { + "name": "result", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "test", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_bool_exp" + } + } + } + }, + { + "name": "result", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "test", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_order_by", + "inputFields": [ + { + "name": "result", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "test", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_health_check_select_column", + "enumValues": [ + { + "name": "result", + "isDeprecated": false + }, + { + "name": "test", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_health_check_stream_cursor_value_input", + "inputFields": [ + { + "name": "result", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "test", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_assets", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "decimals", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_symbol", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "faucets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_faucets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_faucets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "gas_token", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "origin", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "unwrapped_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "unwrapped_denom", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_aggregate_order_by", + "inputFields": [ + { + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_avg_order_by" + } + }, + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_min_order_by" + } + }, + { + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stddev_order_by" + } + }, + { + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stddev_pop_order_by" + } + }, + { + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stddev_samp_order_by" + } + }, + { + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_sum_order_by" + } + }, + { + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_var_pop_order_by" + } + }, + { + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_var_samp_order_by" + } + }, + { + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_variance_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_avg_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "decimals", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "denom", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "faucets", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + }, + { + "name": "gas_token", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "origin", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "unwrapped_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "unwrapped_denom", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_max_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "origin", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "unwrapped_denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_min_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "origin", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "unwrapped_denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "faucets_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_aggregate_order_by" + } + }, + { + "name": "gas_token", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "origin", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "unwrapped_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "unwrapped_denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_assets_select_column", + "enumValues": [ + { + "name": "decimals", + "isDeprecated": false + }, + { + "name": "denom", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "display_symbol", + "isDeprecated": false + }, + { + "name": "gas_token", + "isDeprecated": false + }, + { + "name": "logo_uri", + "isDeprecated": false + }, + { + "name": "origin", + "isDeprecated": false + }, + { + "name": "unwrapped_denom", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stddev_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stddev_pop_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stddev_samp_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_stream_cursor_value_input", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_symbol", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "gas_token", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "origin", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "unwrapped_denom", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_sum_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_var_pop_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_var_samp_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_variance_order_by", + "inputFields": [ + { + "name": "decimals", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_chains", + "fields": [ + { + "name": "addr_prefix", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "assets", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_assets" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_assets_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled_staging", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "explorers", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_explorers" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_explorers_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "rpc_type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "rpcs", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_rpcs" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_rpcs_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "testnet", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + } + } + }, + { + "name": "addr_prefix", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "assets", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + }, + { + "name": "chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "enabled", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "enabled_staging", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "explorers", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "rpc_type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "rpcs", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + }, + { + "name": "testnet", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by", + "inputFields": [ + { + "name": "addr_prefix", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "assets_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_aggregate_order_by" + } + }, + { + "name": "chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled_staging", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "explorers_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_aggregate_order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "rpc_type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "rpcs_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_aggregate_order_by" + } + }, + { + "name": "testnet", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_chains_select_column", + "enumValues": [ + { + "name": "addr_prefix", + "isDeprecated": false + }, + { + "name": "chain_id", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "enabled", + "isDeprecated": false + }, + { + "name": "enabled_staging", + "isDeprecated": false + }, + { + "name": "logo_uri", + "isDeprecated": false + }, + { + "name": "rpc_type", + "isDeprecated": false + }, + { + "name": "testnet", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_stream_cursor_value_input", + "inputFields": [ + { + "name": "addr_prefix", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "enabled_staging", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "rpc_type", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "testnet", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_channels", + "fields": [ + { + "name": "connection", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_connections" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "internal_source_chain_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_bool_exp" + } + } + } + }, + { + "name": "connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "internal_source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "status", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_order_by", + "inputFields": [ + { + "name": "connection", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "internal_source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "status", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_channels_select_column", + "enumValues": [ + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "destination_port_id", + "isDeprecated": false + }, + { + "name": "internal_source_chain_id", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "status", + "isDeprecated": false + }, + { + "name": "version", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_channels_stream_cursor_value_input", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "internal_source_chain_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_clients", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "counterparty_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_clients_select_column", + "enumValues": [ + { + "name": "client_id", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_clients_stream_cursor_value_input", + "inputFields": [ + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_config", + "fields": [ + { + "name": "key", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_bool_exp" + } + } + } + }, + { + "name": "key", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_order_by", + "inputFields": [ + { + "name": "key", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_config_select_column", + "enumValues": [ + { + "name": "key", + "isDeprecated": false + }, + { + "name": "value", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_config_stream_cursor_value_input", + "inputFields": [ + { + "name": "key", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_connections", + "fields": [ + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_client_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_client_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_bool_exp" + } + } + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "status", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_order_by", + "inputFields": [ + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "status", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_connections_select_column", + "enumValues": [ + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_client_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_client_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "status", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_connections_stream_cursor_value_input", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_client_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_client_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_contracts", + "fields": [ + { + "name": "abi", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "created_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "end_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "start_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "updated_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_bool_exp" + } + } + } + }, + { + "name": "abi", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "address", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "created_at", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "description", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "end_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "start_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "updated_at", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_order_by", + "inputFields": [ + { + "name": "abi", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "address", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "created_at", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "end_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "start_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "updated_at", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_contracts_select_column", + "enumValues": [ + { + "name": "abi", + "isDeprecated": false + }, + { + "name": "address", + "isDeprecated": false + }, + { + "name": "created_at", + "isDeprecated": false + }, + { + "name": "description", + "isDeprecated": false + }, + { + "name": "end_height", + "isDeprecated": false + }, + { + "name": "start_height", + "isDeprecated": false + }, + { + "name": "type", + "isDeprecated": false + }, + { + "name": "updated_at", + "isDeprecated": false + }, + { + "name": "version", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_contracts_stream_cursor_value_input", + "inputFields": [ + { + "name": "abi", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "address", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "created_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "end_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "start_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "updated_at", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "version", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders", + "fields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_bool_exp" + } + } + } + }, + { + "name": "count", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "day", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "day", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_daily_fungible_asset_orders_select_column", + "enumValues": [ + { + "name": "count", + "isDeprecated": false + }, + { + "name": "day", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_daily_packets", + "fields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_bool_exp" + } + } + } + }, + { + "name": "count", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "day", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "day", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_daily_packets_select_column", + "enumValues": [ + { + "name": "count", + "isDeprecated": false + }, + { + "name": "day", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_daily_packets_stream_cursor_value_input", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "day", + "type": { + "kind": "SCALAR", + "name": "date" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_explorers", + "fields": [ + { + "name": "address_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "block_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "home_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "tx_url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_aggregate_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_min_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_bool_exp" + } + } + } + }, + { + "name": "address_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "block_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "description", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "home_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "tx_url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_max_order_by", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "block_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "home_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tx_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_min_order_by", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "block_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "home_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tx_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_order_by", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "block_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "home_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tx_url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_explorers_select_column", + "enumValues": [ + { + "name": "address_url", + "isDeprecated": false + }, + { + "name": "block_url", + "isDeprecated": false + }, + { + "name": "description", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "home_url", + "isDeprecated": false + }, + { + "name": "logo_uri", + "isDeprecated": false + }, + { + "name": "name", + "isDeprecated": false + }, + { + "name": "tx_url", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_explorers_stream_cursor_value_input", + "inputFields": [ + { + "name": "address_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "block_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "home_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "logo_uri", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "tx_url", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_faucets", + "fields": [ + { + "name": "asset", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_assets" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_aggregate_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_min_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_bool_exp" + } + } + } + }, + { + "name": "asset", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_bool_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "denom", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "enabled", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_max_order_by", + "inputFields": [ + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_min_order_by", + "inputFields": [ + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_order_by", + "inputFields": [ + { + "name": "asset", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_assets_order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_faucets_select_column", + "enumValues": [ + { + "name": "denom", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "enabled", + "isDeprecated": false + }, + { + "name": "url", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_faucets_stream_cursor_value_input", + "inputFields": [ + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_fungible_asset_orders", + "fields": [ + { + "name": "ack_fill_type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "ack_market_maker", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "ack_tag", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "acknowledgement", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "base_amount", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "base_token", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "base_token_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "base_token_path", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "base_token_symbol", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "channel_version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "data_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "instruction_path", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_packets" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "quote_amount", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "quote_token", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "receiver", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "salt", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "sender", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timeout_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "traces", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_traces" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_traces_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp" + } + } + } + }, + { + "name": "ack_fill_type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "ack_market_maker", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "ack_tag", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "acknowledgement", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "base_amount", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "base_token", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "base_token_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "base_token_path", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "base_token_symbol", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "channel_version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "data", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "data_decoded", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "instruction_path", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp" + } + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_ack_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_recv_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_send_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "path", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "quote_amount", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "quote_token", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "receiver", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "salt", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "sender", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "status", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timeout_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + }, + { + "name": "traces", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "write_ack_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_order_by", + "inputFields": [ + { + "name": "ack_fill_type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "ack_market_maker", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "ack_tag", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "acknowledgement", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "base_amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "base_token", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "base_token_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "base_token_path", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "base_token_symbol", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "channel_version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "data", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "data_decoded", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "instruction_path", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_order_by" + } + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "path", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "quote_amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "quote_token", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "receiver", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "salt", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "sender", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "status", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timeout_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "traces_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_aggregate_order_by" + } + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_fungible_asset_orders_select_column", + "enumValues": [ + { + "name": "ack_fill_type", + "isDeprecated": false + }, + { + "name": "ack_market_maker", + "isDeprecated": false + }, + { + "name": "ack_tag", + "isDeprecated": false + }, + { + "name": "acknowledgement", + "isDeprecated": false + }, + { + "name": "acknowledgement_decoded", + "isDeprecated": false + }, + { + "name": "base_amount", + "isDeprecated": false + }, + { + "name": "base_token", + "isDeprecated": false + }, + { + "name": "base_token_name", + "isDeprecated": false + }, + { + "name": "base_token_path", + "isDeprecated": false + }, + { + "name": "base_token_symbol", + "isDeprecated": false + }, + { + "name": "channel_version", + "isDeprecated": false + }, + { + "name": "data", + "isDeprecated": false + }, + { + "name": "data_decoded", + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "destination_port_id", + "isDeprecated": false + }, + { + "name": "instruction_path", + "isDeprecated": false + }, + { + "name": "packet_ack_block_hash", + "isDeprecated": false + }, + { + "name": "packet_ack_event_index", + "isDeprecated": false + }, + { + "name": "packet_ack_height", + "isDeprecated": false + }, + { + "name": "packet_ack_maker", + "isDeprecated": false + }, + { + "name": "packet_ack_timestamp", + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_event_index", + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_hash", + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_index", + "isDeprecated": false + }, + { + "name": "packet_recv_block_hash", + "isDeprecated": false + }, + { + "name": "packet_recv_event_index", + "isDeprecated": false + }, + { + "name": "packet_recv_height", + "isDeprecated": false + }, + { + "name": "packet_recv_maker", + "isDeprecated": false + }, + { + "name": "packet_recv_maker_msg", + "isDeprecated": false + }, + { + "name": "packet_recv_timestamp", + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_event_index", + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_hash", + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_index", + "isDeprecated": false + }, + { + "name": "packet_send_block_hash", + "isDeprecated": false + }, + { + "name": "packet_send_event_index", + "isDeprecated": false + }, + { + "name": "packet_send_height", + "isDeprecated": false + }, + { + "name": "packet_send_timestamp", + "isDeprecated": false + }, + { + "name": "packet_send_transaction_event_index", + "isDeprecated": false + }, + { + "name": "packet_send_transaction_hash", + "isDeprecated": false + }, + { + "name": "packet_send_transaction_index", + "isDeprecated": false + }, + { + "name": "path", + "isDeprecated": false + }, + { + "name": "quote_amount", + "isDeprecated": false + }, + { + "name": "quote_token", + "isDeprecated": false + }, + { + "name": "receiver", + "isDeprecated": false + }, + { + "name": "salt", + "isDeprecated": false + }, + { + "name": "sender", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "status", + "isDeprecated": false + }, + { + "name": "timeout_height", + "isDeprecated": false + }, + { + "name": "timeout_timestamp", + "isDeprecated": false + }, + { + "name": "write_ack_block_hash", + "isDeprecated": false + }, + { + "name": "write_ack_event_index", + "isDeprecated": false + }, + { + "name": "write_ack_height", + "isDeprecated": false + }, + { + "name": "write_ack_timestamp", + "isDeprecated": false + }, + { + "name": "write_ack_transaction_event_index", + "isDeprecated": false + }, + { + "name": "write_ack_transaction_hash", + "isDeprecated": false + }, + { + "name": "write_ack_transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_stream_cursor_value_input", + "inputFields": [ + { + "name": "ack_fill_type", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "ack_market_maker", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "ack_tag", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "acknowledgement", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "base_amount", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "base_token", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "base_token_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "base_token_path", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "base_token_symbol", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "channel_version", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "data_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "instruction_path", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_recv_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_send_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "quote_amount", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "quote_token", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "receiver", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "salt", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "sender", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timeout_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "write_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_health_check", + "fields": [ + { + "name": "result", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "test", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_bool_exp" + } + } + } + }, + { + "name": "result", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "test", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_order_by", + "inputFields": [ + { + "name": "result", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "test", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_health_check_select_column", + "enumValues": [ + { + "name": "result", + "isDeprecated": false + }, + { + "name": "test", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_health_check_stream_cursor_value_input", + "inputFields": [ + { + "name": "result", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "test", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_packets", + "fields": [ + { + "name": "acknowledgement", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "channel_version", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "data_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "fungible_asset_order", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_fungible_asset_orders" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timeout_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "traces", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ibc_union_traces" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ibc_union_traces_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_bool_exp" + } + } + } + }, + { + "name": "acknowledgement", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "channel_version", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "data", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "data_decoded", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "fungible_asset_order", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_bool_exp" + } + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_ack_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_recv_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_send_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "status", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timeout_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + }, + { + "name": "traces", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "write_ack_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_order_by", + "inputFields": [ + { + "name": "acknowledgement", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "channel_version", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "data", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "data_decoded", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "fungible_asset_order", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_fungible_asset_orders_order_by" + } + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "status", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timeout_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "traces_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_aggregate_order_by" + } + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_packets_select_column", + "enumValues": [ + { + "name": "acknowledgement", + "isDeprecated": false + }, + { + "name": "acknowledgement_decoded", + "isDeprecated": false + }, + { + "name": "channel_version", + "isDeprecated": false + }, + { + "name": "data", + "isDeprecated": false + }, + { + "name": "data_decoded", + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "destination_port_id", + "isDeprecated": false + }, + { + "name": "packet_ack_block_hash", + "isDeprecated": false + }, + { + "name": "packet_ack_event_index", + "isDeprecated": false + }, + { + "name": "packet_ack_height", + "isDeprecated": false + }, + { + "name": "packet_ack_maker", + "isDeprecated": false + }, + { + "name": "packet_ack_timestamp", + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_event_index", + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_hash", + "isDeprecated": false + }, + { + "name": "packet_ack_transaction_index", + "isDeprecated": false + }, + { + "name": "packet_recv_block_hash", + "isDeprecated": false + }, + { + "name": "packet_recv_event_index", + "isDeprecated": false + }, + { + "name": "packet_recv_height", + "isDeprecated": false + }, + { + "name": "packet_recv_maker", + "isDeprecated": false + }, + { + "name": "packet_recv_maker_msg", + "isDeprecated": false + }, + { + "name": "packet_recv_timestamp", + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_event_index", + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_hash", + "isDeprecated": false + }, + { + "name": "packet_recv_transaction_index", + "isDeprecated": false + }, + { + "name": "packet_send_block_hash", + "isDeprecated": false + }, + { + "name": "packet_send_event_index", + "isDeprecated": false + }, + { + "name": "packet_send_height", + "isDeprecated": false + }, + { + "name": "packet_send_timestamp", + "isDeprecated": false + }, + { + "name": "packet_send_transaction_event_index", + "isDeprecated": false + }, + { + "name": "packet_send_transaction_hash", + "isDeprecated": false + }, + { + "name": "packet_send_transaction_index", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "status", + "isDeprecated": false + }, + { + "name": "timeout_height", + "isDeprecated": false + }, + { + "name": "timeout_timestamp", + "isDeprecated": false + }, + { + "name": "write_ack_block_hash", + "isDeprecated": false + }, + { + "name": "write_ack_event_index", + "isDeprecated": false + }, + { + "name": "write_ack_height", + "isDeprecated": false + }, + { + "name": "write_ack_timestamp", + "isDeprecated": false + }, + { + "name": "write_ack_transaction_event_index", + "isDeprecated": false + }, + { + "name": "write_ack_transaction_hash", + "isDeprecated": false + }, + { + "name": "write_ack_transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_packets_stream_cursor_value_input", + "inputFields": [ + { + "name": "acknowledgement", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "acknowledgement_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "channel_version", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "data_decoded", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "packet_ack_maker", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "packet_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_recv_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_recv_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "packet_recv_maker", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_maker_msg", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "packet_recv_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_recv_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_recv_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_send_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_send_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_send_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "packet_send_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "packet_send_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "packet_send_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_send_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timeout_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "write_ack_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "write_ack_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "write_ack_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "write_ack_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "write_ack_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "write_ack_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "write_ack_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_rpcs", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_ibc_union_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "contact", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_aggregate_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_min_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_bool_exp" + } + }, + { + "name": "contact", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "description", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "enabled", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_max_order_by", + "inputFields": [ + { + "name": "contact", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_min_order_by", + "inputFields": [ + { + "name": "contact", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_chains_order_by" + } + }, + { + "name": "contact", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_rpcs_select_column", + "enumValues": [ + { + "name": "contact", + "isDeprecated": false + }, + { + "name": "description", + "isDeprecated": false + }, + { + "name": "enabled", + "isDeprecated": false + }, + { + "name": "type", + "isDeprecated": false + }, + { + "name": "url", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_rpcs_stream_cursor_value_input", + "inputFields": [ + { + "name": "contact", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_statistics", + "fields": [ + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_bool_exp" + } + } + } + }, + { + "name": "name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_order_by", + "inputFields": [ + { + "name": "name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_statistics_select_column", + "enumValues": [ + { + "name": "name", + "isDeprecated": false + }, + { + "name": "value", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_statistics_stream_cursor_value_input", + "inputFields": [ + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ibc_union_traces", + "fields": [ + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "order", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_aggregate_order_by", + "inputFields": [ + { + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_avg_order_by" + } + }, + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_min_order_by" + } + }, + { + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stddev_order_by" + } + }, + { + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stddev_pop_order_by" + } + }, + { + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stddev_samp_order_by" + } + }, + { + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_sum_order_by" + } + }, + { + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_var_pop_order_by" + } + }, + { + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_var_samp_order_by" + } + }, + { + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_variance_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_avg_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_bool_exp" + } + } + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "order", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_max_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_min_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ibc_union_traces_select_column", + "enumValues": [ + { + "name": "height", + "isDeprecated": false + }, + { + "name": "initiating_transaction_hash", + "isDeprecated": false + }, + { + "name": "order", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "type", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stddev_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stddev_pop_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stddev_samp_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_stream_cursor_value_input", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "order", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_sum_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_var_pop_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_var_samp_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ibc_union_traces_variance_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_index_status", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "tip_age_seconds", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "display_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "status", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "tip_age_seconds", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "display_name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "status", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tip_age_seconds", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_index_status_select_column", + "enumValues": [ + { + "name": "chain_id", + "isDeprecated": false + }, + { + "name": "display_name", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "status", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "tip_age_seconds", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_index_status_stream_cursor_value_input", + "inputFields": [ + { + "name": "chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "display_name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "status", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "tip_age_seconds", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_lightclient_update", + "fields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "counterparty_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "execution_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "revision_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_bool_exp" + } + } + } + }, + { + "name": "block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "client_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "counterparty_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "execution_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "revision_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_order_by", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "client_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "counterparty_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "execution_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "revision_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_lightclient_update_select_column", + "enumValues": [ + { + "name": "block_hash", + "isDeprecated": false + }, + { + "name": "client_id", + "isDeprecated": false + }, + { + "name": "execution_height", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "revision_height", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_lightclient_update_stream_cursor_value_input", + "inputFields": [ + { + "name": "block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "client_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "execution_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "revision_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_packet_effect_type", + "fields": [ + { + "name": "event", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "event_index", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_aggregate_order_by", + "inputFields": [ + { + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_avg_order_by" + } + }, + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_min_order_by" + } + }, + { + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stddev_order_by" + } + }, + { + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stddev_pop_order_by" + } + }, + { + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stddev_samp_order_by" + } + }, + { + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_sum_order_by" + } + }, + { + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_var_pop_order_by" + } + }, + { + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_var_samp_order_by" + } + }, + { + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_variance_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_avg_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + } + } + }, + { + "name": "event", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_max_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_min_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_order_by", + "inputFields": [ + { + "name": "event", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_packet_effect_type_select_column", + "enumValues": [ + { + "name": "event", + "isDeprecated": false + }, + { + "name": "event_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stddev_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stddev_pop_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stddev_samp_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_stream_cursor_value_input", + "inputFields": [ + { + "name": "event", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "event_index", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_sum_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_var_pop_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_var_samp_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_variance_order_by", + "inputFields": [ + { + "name": "event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_packets", + "fields": [ + { + "name": "destination_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_event_json", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "destination_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_packet_data", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "effects", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_packet_effect_type" + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_packet_effect_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "source_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_event_json", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "source_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_packet_data", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "traces", + "type": { + "kind": "OBJECT", + "name": "v1_traces" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transfer", + "type": { + "kind": "OBJECT", + "name": "v1_transfers" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp" + } + } + } + }, + { + "name": "destination_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_event_json", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "destination_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "destination_packet_data", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "destination_timeout_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + }, + { + "name": "destination_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "effects", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_bool_exp" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_event_json", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "source_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_packet_data", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_timeout_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + }, + { + "name": "source_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "traces", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + }, + { + "name": "transfer", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packets_order_by", + "inputFields": [ + { + "name": "destination_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_event_json", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_packet_data", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_timeout_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "effects_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packet_effect_type_aggregate_order_by" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_json", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_packet_data", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_timeout_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "traces", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_order_by" + } + }, + { + "name": "transfer", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_packets_select_column", + "enumValues": [ + { + "name": "destination_block_hash", + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "destination_event_index", + "isDeprecated": false + }, + { + "name": "destination_event_json", + "isDeprecated": false + }, + { + "name": "destination_height", + "isDeprecated": false + }, + { + "name": "destination_packet_data", + "isDeprecated": false + }, + { + "name": "destination_port_id", + "isDeprecated": false + }, + { + "name": "destination_sequence", + "isDeprecated": false + }, + { + "name": "destination_timeout_timestamp", + "isDeprecated": false + }, + { + "name": "destination_timestamp", + "isDeprecated": false + }, + { + "name": "destination_transaction_event_index", + "isDeprecated": false + }, + { + "name": "destination_transaction_hash", + "isDeprecated": false + }, + { + "name": "destination_transaction_index", + "isDeprecated": false + }, + { + "name": "source_block_hash", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "source_event_index", + "isDeprecated": false + }, + { + "name": "source_event_json", + "isDeprecated": false + }, + { + "name": "source_height", + "isDeprecated": false + }, + { + "name": "source_packet_data", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "source_sequence", + "isDeprecated": false + }, + { + "name": "source_timeout_timestamp", + "isDeprecated": false + }, + { + "name": "source_timestamp", + "isDeprecated": false + }, + { + "name": "source_transaction_event_index", + "isDeprecated": false + }, + { + "name": "source_transaction_hash", + "isDeprecated": false + }, + { + "name": "source_transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packets_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_packets_stream_cursor_value_input", + "inputFields": [ + { + "name": "destination_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_event_json", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "destination_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "destination_packet_data", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "destination_timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "destination_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_event_json", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "source_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_packet_data", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_timeout_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "source_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_rpcs", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "contact", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_aggregate_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_min_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "contact", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "description", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "enabled", + "type": { + "kind": "INPUT_OBJECT", + "name": "Boolean_comparison_exp" + } + }, + { + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "url", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_max_order_by", + "inputFields": [ + { + "name": "contact", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_min_order_by", + "inputFields": [ + { + "name": "contact", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "contact", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "description", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "enabled", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "url", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_rpcs_select_column", + "enumValues": [ + { + "name": "contact", + "isDeprecated": false + }, + { + "name": "description", + "isDeprecated": false + }, + { + "name": "enabled", + "isDeprecated": false + }, + { + "name": "type", + "isDeprecated": false + }, + { + "name": "url", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_rpcs_stream_cursor_value_input", + "inputFields": [ + { + "name": "contact", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "description", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "enabled", + "type": { + "kind": "SCALAR", + "name": "Boolean" + } + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "url", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_statistics", + "fields": [ + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "OBJECT", + "name": "v1_statistics_address", + "fields": [ + { + "name": "normalized_address", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "total", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_bool_exp" + } + } + } + }, + { + "name": "normalized_address", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "total", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_order_by", + "inputFields": [ + { + "name": "normalized_address", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "total", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_statistics_address_select_column", + "enumValues": [ + { + "name": "normalized_address", + "isDeprecated": false + }, + { + "name": "total", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_address_stream_cursor_value_input", + "inputFields": [ + { + "name": "normalized_address", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "total", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_bool_exp" + } + } + } + }, + { + "name": "name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_order_by", + "inputFields": [ + { + "name": "name", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_statistics_select_column", + "enumValues": [ + { + "name": "name", + "isDeprecated": false + }, + { + "name": "value", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_statistics_stream_cursor_value_input", + "inputFields": [ + { + "name": "name", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "value", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_tokens_type", + "fields": [ + { + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "numeric" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "asset", + "type": { + "kind": "OBJECT", + "name": "v1_assets" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_aggregate_order_by", + "inputFields": [ + { + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_avg_order_by" + } + }, + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_min_order_by" + } + }, + { + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stddev_order_by" + } + }, + { + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stddev_pop_order_by" + } + }, + { + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stddev_samp_order_by" + } + }, + { + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_sum_order_by" + } + }, + { + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_var_pop_order_by" + } + }, + { + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_var_samp_order_by" + } + }, + { + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_variance_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_avg_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + } + } + }, + { + "name": "amount", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp" + } + }, + { + "name": "asset", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_bool_exp" + } + }, + { + "name": "denom", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_max_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_min_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "asset", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_assets_order_by" + } + }, + { + "name": "denom", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_tokens_type_select_column", + "enumValues": [ + { + "name": "amount", + "isDeprecated": false + }, + { + "name": "denom", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stddev_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stddev_pop_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stddev_samp_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_stream_cursor_value_input", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "SCALAR", + "name": "numeric" + } + }, + { + "name": "denom", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_sum_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_var_pop_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_var_samp_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_variance_order_by", + "inputFields": [ + { + "name": "amount", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_traces", + "fields": [ + { + "name": "chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "order", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "transfer", + "type": { + "kind": "OBJECT", + "name": "v1_transfers" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_aggregate_order_by", + "inputFields": [ + { + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_avg_order_by" + } + }, + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_min_order_by" + } + }, + { + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stddev_order_by" + } + }, + { + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stddev_pop_order_by" + } + }, + { + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stddev_samp_order_by" + } + }, + { + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_sum_order_by" + } + }, + { + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_var_pop_order_by" + } + }, + { + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_var_samp_order_by" + } + }, + { + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_variance_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_avg_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + } + } + }, + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "data", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "order", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "transfer", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + }, + { + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_max_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_min_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_order_by", + "inputFields": [ + { + "name": "chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "data", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "transfer", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_order_by" + } + }, + { + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_traces_select_column", + "enumValues": [ + { + "name": "data", + "isDeprecated": false + }, + { + "name": "height", + "isDeprecated": false + }, + { + "name": "initiating_transaction_hash", + "isDeprecated": false + }, + { + "name": "order", + "isDeprecated": false + }, + { + "name": "source_sequence", + "isDeprecated": false + }, + { + "name": "timestamp", + "isDeprecated": false + }, + { + "name": "transaction_hash", + "isDeprecated": false + }, + { + "name": "type", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stddev_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stddev_pop_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stddev_samp_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_stream_cursor_value_input", + "inputFields": [ + { + "name": "data", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "initiating_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "order", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_sum_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_var_pop_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_var_samp_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_traces_variance_order_by", + "inputFields": [ + { + "name": "height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "order", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_transfer_forwards_type", + "fields": [ + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "receiver", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "retries", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "timeout", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_aggregate_order_by", + "inputFields": [ + { + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_avg_order_by" + } + }, + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_min_order_by" + } + }, + { + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stddev_order_by" + } + }, + { + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stddev_pop_order_by" + } + }, + { + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stddev_samp_order_by" + } + }, + { + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_sum_order_by" + } + }, + { + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_var_pop_order_by" + } + }, + { + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_var_samp_order_by" + } + }, + { + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_variance_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_avg_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + } + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "receiver", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "retries", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "timeout", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_max_order_by", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "receiver", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timeout", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_min_order_by", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "receiver", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timeout", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_order_by", + "inputFields": [ + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "receiver", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "timeout", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_transfer_forwards_type_select_column", + "enumValues": [ + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "destination_port_id", + "isDeprecated": false + }, + { + "name": "receiver", + "isDeprecated": false + }, + { + "name": "retries", + "isDeprecated": false + }, + { + "name": "source_block_hash", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "source_event_index", + "isDeprecated": false + }, + { + "name": "source_height", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "source_transaction_event_index", + "isDeprecated": false + }, + { + "name": "source_transaction_hash", + "isDeprecated": false + }, + { + "name": "source_transaction_index", + "isDeprecated": false + }, + { + "name": "timeout", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stddev_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stddev_pop_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stddev_samp_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_stream_cursor_value_input", + "inputFields": [ + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "receiver", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "retries", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "timeout", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_sum_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_var_pop_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_var_samp_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_variance_order_by", + "inputFields": [ + { + "name": "retries", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_transfers", + "fields": [ + { + "name": "destination_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "forwards", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_transfer_forwards_type" + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_transfer_forwards_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "hop", + "type": { + "kind": "OBJECT", + "name": "v1_transfers" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "normalized_receiver", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "normalized_sender", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet", + "type": { + "kind": "OBJECT", + "name": "v1_packets" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "packet_data", + "type": { + "kind": "SCALAR", + "name": "jsonb" + }, + "args": [ + { + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isDeprecated": false + }, + { + "name": "pfm_destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "pfm_destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "pfm_recv_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "pfm_sent_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "pfm_source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "pfm_source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "receiver", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "sender", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "tokens", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_tokens_type" + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_tokens_type_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "traces", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_traces" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_traces_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + } + ], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + } + } + }, + { + "name": "destination_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "destination_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "forwards", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_bool_exp" + } + }, + { + "name": "hop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_bool_exp" + } + }, + { + "name": "normalized_receiver", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "normalized_sender", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "packet", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_bool_exp" + } + }, + { + "name": "packet_data", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp" + } + }, + { + "name": "pfm_destination_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "pfm_destination_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "pfm_recv_sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "pfm_sent_sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "pfm_source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "pfm_source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "receiver", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "sender", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp" + } + }, + { + "name": "source_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamptz_comparison_exp" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp" + } + }, + { + "name": "tokens", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_bool_exp" + } + }, + { + "name": "traces", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_bool_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_order_by", + "inputFields": [ + { + "name": "destination_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "forwards_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfer_forwards_type_aggregate_order_by" + } + }, + { + "name": "hop", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_order_by" + } + }, + { + "name": "normalized_receiver", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "normalized_sender", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "packet", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_packets_order_by" + } + }, + { + "name": "packet_data", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "pfm_destination_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "pfm_destination_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "pfm_recv_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "pfm_sent_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "pfm_source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "pfm_source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "receiver", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "sender", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_height", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "tokens_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_tokens_type_aggregate_order_by" + } + }, + { + "name": "traces_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_traces_aggregate_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_transfers_select_column", + "enumValues": [ + { + "name": "destination_block_hash", + "isDeprecated": false + }, + { + "name": "destination_chain_id", + "isDeprecated": false + }, + { + "name": "destination_channel_id", + "isDeprecated": false + }, + { + "name": "destination_connection_id", + "isDeprecated": false + }, + { + "name": "destination_event_index", + "isDeprecated": false + }, + { + "name": "destination_height", + "isDeprecated": false + }, + { + "name": "destination_port_id", + "isDeprecated": false + }, + { + "name": "destination_sequence", + "isDeprecated": false + }, + { + "name": "destination_timestamp", + "isDeprecated": false + }, + { + "name": "destination_transaction_event_index", + "isDeprecated": false + }, + { + "name": "destination_transaction_hash", + "isDeprecated": false + }, + { + "name": "destination_transaction_index", + "isDeprecated": false + }, + { + "name": "normalized_receiver", + "isDeprecated": false + }, + { + "name": "normalized_sender", + "isDeprecated": false + }, + { + "name": "packet_data", + "isDeprecated": false + }, + { + "name": "pfm_destination_channel_id", + "isDeprecated": false + }, + { + "name": "pfm_destination_port_id", + "isDeprecated": false + }, + { + "name": "pfm_recv_sequence", + "isDeprecated": false + }, + { + "name": "pfm_sent_sequence", + "isDeprecated": false + }, + { + "name": "pfm_source_channel_id", + "isDeprecated": false + }, + { + "name": "pfm_source_port_id", + "isDeprecated": false + }, + { + "name": "receiver", + "isDeprecated": false + }, + { + "name": "sender", + "isDeprecated": false + }, + { + "name": "source_block_hash", + "isDeprecated": false + }, + { + "name": "source_chain_id", + "isDeprecated": false + }, + { + "name": "source_channel_id", + "isDeprecated": false + }, + { + "name": "source_connection_id", + "isDeprecated": false + }, + { + "name": "source_event_index", + "isDeprecated": false + }, + { + "name": "source_height", + "isDeprecated": false + }, + { + "name": "source_port_id", + "isDeprecated": false + }, + { + "name": "source_sequence", + "isDeprecated": false + }, + { + "name": "source_timestamp", + "isDeprecated": false + }, + { + "name": "source_transaction_event_index", + "isDeprecated": false + }, + { + "name": "source_transaction_hash", + "isDeprecated": false + }, + { + "name": "source_transaction_index", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_transfers_stream_cursor_value_input", + "inputFields": [ + { + "name": "destination_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "destination_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "destination_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "destination_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "destination_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "normalized_receiver", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "normalized_sender", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "packet_data", + "type": { + "kind": "SCALAR", + "name": "jsonb" + } + }, + { + "name": "pfm_destination_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "pfm_destination_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "pfm_recv_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "pfm_sent_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "pfm_source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "pfm_source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "receiver", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "sender", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_block_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_chain_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_height", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_sequence", + "type": { + "kind": "SCALAR", + "name": "bigint" + } + }, + { + "name": "source_timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamptz" + } + }, + { + "name": "source_transaction_event_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "source_transaction_hash", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "source_transaction_index", + "type": { + "kind": "SCALAR", + "name": "Int" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ucs1_configurations", + "fields": [ + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "contract_address", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "forwards", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "OBJECT", + "name": "v1_ucs1_configurations" + } + } + } + }, + "args": [ + { + "name": "distinct_on", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "ENUM", + "name": "v1_ucs1_configurations_select_column" + } + } + } + }, + { + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int" + } + }, + { + "name": "order_by", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_order_by" + } + } + } + }, + { + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + ], + "isDeprecated": false + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_aggregate_order_by", + "inputFields": [ + { + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_max_order_by" + } + }, + { + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_min_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + } + } + }, + { + "name": "channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "connection_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "contract_address", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "forwards", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_bool_exp" + } + }, + { + "name": "port_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_max_order_by", + "inputFields": [ + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "contract_address", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_min_order_by", + "inputFields": [ + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "contract_address", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_order_by", + "inputFields": [ + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "connection_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "contract_address", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "forwards_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_aggregate_order_by" + } + }, + { + "name": "port_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ucs1_configurations_select_column", + "enumValues": [ + { + "name": "channel_id", + "isDeprecated": false + }, + { + "name": "connection_id", + "isDeprecated": false + }, + { + "name": "contract_address", + "isDeprecated": false + }, + { + "name": "port_id", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_configurations_stream_cursor_value_input", + "inputFields": [ + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "connection_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "contract_address", + "type": { + "kind": "SCALAR", + "name": "String" + } + }, + { + "name": "port_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + }, + { + "kind": "OBJECT", + "name": "v1_ucs1_paths", + "fields": [ + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "destination_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + }, + { + "name": "source_chain", + "type": { + "kind": "OBJECT", + "name": "v1_chains" + }, + "args": [], + "isDeprecated": false + } + ], + "interfaces": [] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_bool_exp", + "inputFields": [ + { + "name": "_and", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_bool_exp" + } + } + } + }, + { + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_bool_exp" + } + }, + { + "name": "_or", + "type": { + "kind": "LIST", + "ofType": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_bool_exp" + } + } + } + }, + { + "name": "channel_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_bool_exp" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_order_by", + "inputFields": [ + { + "name": "channel_id", + "type": { + "kind": "ENUM", + "name": "order_by" + } + }, + { + "name": "destination_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + }, + { + "name": "source_chain", + "type": { + "kind": "INPUT_OBJECT", + "name": "v1_chains_order_by" + } + } + ], + "isOneOf": false + }, + { + "kind": "ENUM", + "name": "v1_ucs1_paths_select_column", + "enumValues": [ + { + "name": "channel_id", + "isDeprecated": false + } + ] + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_stream_cursor_input", + "inputFields": [ + { + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "ofType": { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_stream_cursor_value_input" + } + } + }, + { + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering" + } + } + ], + "isOneOf": false + }, + { + "kind": "INPUT_OBJECT", + "name": "v1_ucs1_paths_stream_cursor_value_input", + "inputFields": [ + { + "name": "channel_id", + "type": { + "kind": "SCALAR", + "name": "String" + } + } + ], + "isOneOf": false + } + ], + "directives": [] + } }; import * as gqlTada from 'gql.tada'; diff --git a/app/src/generated/schema.graphql b/app/src/generated/schema.graphql index a81e8400f1..e5f731e685 100644 --- a/app/src/generated/schema.graphql +++ b/app/src/generated/schema.graphql @@ -741,11 +741,11 @@ type query_root { ): [v1_health_check!]! """ - fetch data from the table: "v1_ibc_union.fungible_asset_order_view" + fetch data from the table: "v1_ibc_union.assets" """ - v1_ibc_union_fungible_asset_order_view( + v1_ibc_union_assets( """distinct select on columns""" - distinct_on: [v1_ibc_union_fungible_asset_order_view_select_column!] + distinct_on: [v1_ibc_union_assets_select_column!] """limit the number of rows returned""" limit: Int @@ -754,18 +754,18 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_ibc_union_fungible_asset_order_view_order_by!] + order_by: [v1_ibc_union_assets_order_by!] """filter the rows returned""" - where: v1_ibc_union_fungible_asset_order_view_bool_exp - ): [v1_ibc_union_fungible_asset_order_view!]! + where: v1_ibc_union_assets_bool_exp + ): [v1_ibc_union_assets!]! """ - fetch data from the table: "v1_ibc_union.packets_view" + fetch data from the table: "v1_ibc_union.chains" """ - v1_ibc_union_packets_view( + v1_ibc_union_chains( """distinct select on columns""" - distinct_on: [v1_ibc_union_packets_view_select_column!] + distinct_on: [v1_ibc_union_chains_select_column!] """limit the number of rows returned""" limit: Int @@ -774,11 +774,311 @@ type query_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_ibc_union_packets_view_order_by!] + order_by: [v1_ibc_union_chains_order_by!] """filter the rows returned""" - where: v1_ibc_union_packets_view_bool_exp - ): [v1_ibc_union_packets_view!]! + where: v1_ibc_union_chains_bool_exp + ): [v1_ibc_union_chains!]! + + """ + fetch data from the table: "v1_ibc_union.channels" + """ + v1_ibc_union_channels( + """distinct select on columns""" + distinct_on: [v1_ibc_union_channels_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_channels_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_channels_bool_exp + ): [v1_ibc_union_channels!]! + + """ + fetch data from the table: "v1_ibc_union.clients" + """ + v1_ibc_union_clients( + """distinct select on columns""" + distinct_on: [v1_ibc_union_clients_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_clients_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_clients_bool_exp + ): [v1_ibc_union_clients!]! + + """ + fetch data from the table: "v1_ibc_union.config" + """ + v1_ibc_union_config( + """distinct select on columns""" + distinct_on: [v1_ibc_union_config_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_config_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_config_bool_exp + ): [v1_ibc_union_config!]! + + """ + fetch data from the table: "v1_ibc_union.connections" + """ + v1_ibc_union_connections( + """distinct select on columns""" + distinct_on: [v1_ibc_union_connections_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_connections_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_connections_bool_exp + ): [v1_ibc_union_connections!]! + + """ + fetch data from the table: "v1_ibc_union.contracts" + """ + v1_ibc_union_contracts( + """distinct select on columns""" + distinct_on: [v1_ibc_union_contracts_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_contracts_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_contracts_bool_exp + ): [v1_ibc_union_contracts!]! + + """ + fetch data from the table: "v1_ibc_union.daily_fungible_asset_orders" + """ + v1_ibc_union_daily_fungible_asset_orders( + """distinct select on columns""" + distinct_on: [v1_ibc_union_daily_fungible_asset_orders_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_daily_fungible_asset_orders_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_daily_fungible_asset_orders_bool_exp + ): [v1_ibc_union_daily_fungible_asset_orders!]! + + """ + fetch data from the table: "v1_ibc_union.daily_packets" + """ + v1_ibc_union_daily_packets( + """distinct select on columns""" + distinct_on: [v1_ibc_union_daily_packets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_daily_packets_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_daily_packets_bool_exp + ): [v1_ibc_union_daily_packets!]! + + """ + fetch data from the table: "v1_ibc_union.explorers" + """ + v1_ibc_union_explorers( + """distinct select on columns""" + distinct_on: [v1_ibc_union_explorers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_explorers_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_explorers_bool_exp + ): [v1_ibc_union_explorers!]! + + """ + fetch data from the table: "v1_ibc_union.faucets" + """ + v1_ibc_union_faucets( + """distinct select on columns""" + distinct_on: [v1_ibc_union_faucets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_faucets_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_faucets_bool_exp + ): [v1_ibc_union_faucets!]! + + """ + fetch data from the table: "v1_ibc_union.fungible_asset_orders" + """ + v1_ibc_union_fungible_asset_orders( + """distinct select on columns""" + distinct_on: [v1_ibc_union_fungible_asset_orders_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_fungible_asset_orders_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_fungible_asset_orders_bool_exp + ): [v1_ibc_union_fungible_asset_orders!]! + + """ + fetch data from the table: "v1_ibc_union.health_check" + """ + v1_ibc_union_health_check( + """distinct select on columns""" + distinct_on: [v1_ibc_union_health_check_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_health_check_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_health_check_bool_exp + ): [v1_ibc_union_health_check!]! + + """ + fetch data from the table: "v1_ibc_union.packets" + """ + v1_ibc_union_packets( + """distinct select on columns""" + distinct_on: [v1_ibc_union_packets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_packets_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_packets_bool_exp + ): [v1_ibc_union_packets!]! + + """ + fetch data from the table: "v1_ibc_union.rpcs" + """ + v1_ibc_union_rpcs( + """distinct select on columns""" + distinct_on: [v1_ibc_union_rpcs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_rpcs_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_rpcs_bool_exp + ): [v1_ibc_union_rpcs!]! + + """ + fetch data from the table: "v1_ibc_union.statistics" + """ + v1_ibc_union_statistics( + """distinct select on columns""" + distinct_on: [v1_ibc_union_statistics_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_statistics_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_statistics_bool_exp + ): [v1_ibc_union_statistics!]! + + """ + fetch data from the table: "v1_ibc_union.traces" + """ + v1_ibc_union_traces( + """distinct select on columns""" + distinct_on: [v1_ibc_union_traces_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_traces_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_traces_bool_exp + ): [v1_ibc_union_traces!]! """ fetch data from the table: "v1.index_status" @@ -1787,11 +2087,11 @@ type subscription_root { ): [v1_health_check!]! """ - fetch data from the table: "v1_ibc_union.fungible_asset_order_view" + fetch data from the table: "v1_ibc_union.assets" """ - v1_ibc_union_fungible_asset_order_view( + v1_ibc_union_assets( """distinct select on columns""" - distinct_on: [v1_ibc_union_fungible_asset_order_view_select_column!] + distinct_on: [v1_ibc_union_assets_select_column!] """limit the number of rows returned""" limit: Int @@ -1800,32 +2100,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_ibc_union_fungible_asset_order_view_order_by!] + order_by: [v1_ibc_union_assets_order_by!] """filter the rows returned""" - where: v1_ibc_union_fungible_asset_order_view_bool_exp - ): [v1_ibc_union_fungible_asset_order_view!]! + where: v1_ibc_union_assets_bool_exp + ): [v1_ibc_union_assets!]! """ - fetch data from the table in a streaming manner: "v1_ibc_union.fungible_asset_order_view" + fetch data from the table in a streaming manner: "v1_ibc_union.assets" """ - v1_ibc_union_fungible_asset_order_view_stream( + v1_ibc_union_assets_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_ibc_union_fungible_asset_order_view_stream_cursor_input]! + cursor: [v1_ibc_union_assets_stream_cursor_input]! """filter the rows returned""" - where: v1_ibc_union_fungible_asset_order_view_bool_exp - ): [v1_ibc_union_fungible_asset_order_view!]! + where: v1_ibc_union_assets_bool_exp + ): [v1_ibc_union_assets!]! """ - fetch data from the table: "v1_ibc_union.packets_view" + fetch data from the table: "v1_ibc_union.chains" """ - v1_ibc_union_packets_view( + v1_ibc_union_chains( """distinct select on columns""" - distinct_on: [v1_ibc_union_packets_view_select_column!] + distinct_on: [v1_ibc_union_chains_select_column!] """limit the number of rows returned""" limit: Int @@ -1834,32 +2134,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_ibc_union_packets_view_order_by!] + order_by: [v1_ibc_union_chains_order_by!] """filter the rows returned""" - where: v1_ibc_union_packets_view_bool_exp - ): [v1_ibc_union_packets_view!]! + where: v1_ibc_union_chains_bool_exp + ): [v1_ibc_union_chains!]! """ - fetch data from the table in a streaming manner: "v1_ibc_union.packets_view" + fetch data from the table in a streaming manner: "v1_ibc_union.chains" """ - v1_ibc_union_packets_view_stream( + v1_ibc_union_chains_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_ibc_union_packets_view_stream_cursor_input]! + cursor: [v1_ibc_union_chains_stream_cursor_input]! """filter the rows returned""" - where: v1_ibc_union_packets_view_bool_exp - ): [v1_ibc_union_packets_view!]! + where: v1_ibc_union_chains_bool_exp + ): [v1_ibc_union_chains!]! """ - fetch data from the table: "v1.index_status" + fetch data from the table: "v1_ibc_union.channels" """ - v1_index_status( + v1_ibc_union_channels( """distinct select on columns""" - distinct_on: [v1_index_status_select_column!] + distinct_on: [v1_ibc_union_channels_select_column!] """limit the number of rows returned""" limit: Int @@ -1868,32 +2168,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_index_status_order_by!] + order_by: [v1_ibc_union_channels_order_by!] """filter the rows returned""" - where: v1_index_status_bool_exp - ): [v1_index_status!]! + where: v1_ibc_union_channels_bool_exp + ): [v1_ibc_union_channels!]! """ - fetch data from the table in a streaming manner: "v1.index_status" + fetch data from the table in a streaming manner: "v1_ibc_union.channels" """ - v1_index_status_stream( + v1_ibc_union_channels_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_index_status_stream_cursor_input]! + cursor: [v1_ibc_union_channels_stream_cursor_input]! """filter the rows returned""" - where: v1_index_status_bool_exp - ): [v1_index_status!]! + where: v1_ibc_union_channels_bool_exp + ): [v1_ibc_union_channels!]! """ - fetch data from the table: "v1.lightclient_update" + fetch data from the table: "v1_ibc_union.clients" """ - v1_lightclient_update( + v1_ibc_union_clients( """distinct select on columns""" - distinct_on: [v1_lightclient_update_select_column!] + distinct_on: [v1_ibc_union_clients_select_column!] """limit the number of rows returned""" limit: Int @@ -1902,32 +2202,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_lightclient_update_order_by!] + order_by: [v1_ibc_union_clients_order_by!] """filter the rows returned""" - where: v1_lightclient_update_bool_exp - ): [v1_lightclient_update!]! + where: v1_ibc_union_clients_bool_exp + ): [v1_ibc_union_clients!]! """ - fetch data from the table in a streaming manner: "v1.lightclient_update" + fetch data from the table in a streaming manner: "v1_ibc_union.clients" """ - v1_lightclient_update_stream( + v1_ibc_union_clients_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_lightclient_update_stream_cursor_input]! + cursor: [v1_ibc_union_clients_stream_cursor_input]! """filter the rows returned""" - where: v1_lightclient_update_bool_exp - ): [v1_lightclient_update!]! + where: v1_ibc_union_clients_bool_exp + ): [v1_ibc_union_clients!]! """ - fetch data from the table: "v1.packet_effect_type" + fetch data from the table: "v1_ibc_union.config" """ - v1_packet_effect_type( + v1_ibc_union_config( """distinct select on columns""" - distinct_on: [v1_packet_effect_type_select_column!] + distinct_on: [v1_ibc_union_config_select_column!] """limit the number of rows returned""" limit: Int @@ -1936,32 +2236,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_packet_effect_type_order_by!] + order_by: [v1_ibc_union_config_order_by!] """filter the rows returned""" - where: v1_packet_effect_type_bool_exp - ): [v1_packet_effect_type!]! + where: v1_ibc_union_config_bool_exp + ): [v1_ibc_union_config!]! """ - fetch data from the table in a streaming manner: "v1.packet_effect_type" + fetch data from the table in a streaming manner: "v1_ibc_union.config" """ - v1_packet_effect_type_stream( + v1_ibc_union_config_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_packet_effect_type_stream_cursor_input]! + cursor: [v1_ibc_union_config_stream_cursor_input]! """filter the rows returned""" - where: v1_packet_effect_type_bool_exp - ): [v1_packet_effect_type!]! + where: v1_ibc_union_config_bool_exp + ): [v1_ibc_union_config!]! """ - fetch data from the table: "v1.packets" + fetch data from the table: "v1_ibc_union.connections" """ - v1_packets( + v1_ibc_union_connections( """distinct select on columns""" - distinct_on: [v1_packets_select_column!] + distinct_on: [v1_ibc_union_connections_select_column!] """limit the number of rows returned""" limit: Int @@ -1970,32 +2270,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_packets_order_by!] + order_by: [v1_ibc_union_connections_order_by!] """filter the rows returned""" - where: v1_packets_bool_exp - ): [v1_packets!]! + where: v1_ibc_union_connections_bool_exp + ): [v1_ibc_union_connections!]! """ - fetch data from the table in a streaming manner: "v1.packets" + fetch data from the table in a streaming manner: "v1_ibc_union.connections" """ - v1_packets_stream( + v1_ibc_union_connections_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_packets_stream_cursor_input]! + cursor: [v1_ibc_union_connections_stream_cursor_input]! """filter the rows returned""" - where: v1_packets_bool_exp - ): [v1_packets!]! + where: v1_ibc_union_connections_bool_exp + ): [v1_ibc_union_connections!]! """ - fetch data from the table: "v1.rpcs" + fetch data from the table: "v1_ibc_union.contracts" """ - v1_rpcs( + v1_ibc_union_contracts( """distinct select on columns""" - distinct_on: [v1_rpcs_select_column!] + distinct_on: [v1_ibc_union_contracts_select_column!] """limit the number of rows returned""" limit: Int @@ -2004,32 +2304,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_rpcs_order_by!] + order_by: [v1_ibc_union_contracts_order_by!] """filter the rows returned""" - where: v1_rpcs_bool_exp - ): [v1_rpcs!]! + where: v1_ibc_union_contracts_bool_exp + ): [v1_ibc_union_contracts!]! """ - fetch data from the table in a streaming manner: "v1.rpcs" + fetch data from the table in a streaming manner: "v1_ibc_union.contracts" """ - v1_rpcs_stream( + v1_ibc_union_contracts_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_rpcs_stream_cursor_input]! + cursor: [v1_ibc_union_contracts_stream_cursor_input]! """filter the rows returned""" - where: v1_rpcs_bool_exp - ): [v1_rpcs!]! + where: v1_ibc_union_contracts_bool_exp + ): [v1_ibc_union_contracts!]! """ - fetch data from the table: "v1.statistics" + fetch data from the table: "v1_ibc_union.daily_fungible_asset_orders" """ - v1_statistics( + v1_ibc_union_daily_fungible_asset_orders( """distinct select on columns""" - distinct_on: [v1_statistics_select_column!] + distinct_on: [v1_ibc_union_daily_fungible_asset_orders_select_column!] """limit the number of rows returned""" limit: Int @@ -2038,18 +2338,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_statistics_order_by!] + order_by: [v1_ibc_union_daily_fungible_asset_orders_order_by!] """filter the rows returned""" - where: v1_statistics_bool_exp - ): [v1_statistics!]! + where: v1_ibc_union_daily_fungible_asset_orders_bool_exp + ): [v1_ibc_union_daily_fungible_asset_orders!]! """ - fetch data from the table: "v1.statistics_address" + fetch data from the table in a streaming manner: "v1_ibc_union.daily_fungible_asset_orders" """ - v1_statistics_address( + v1_ibc_union_daily_fungible_asset_orders_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input]! + + """filter the rows returned""" + where: v1_ibc_union_daily_fungible_asset_orders_bool_exp + ): [v1_ibc_union_daily_fungible_asset_orders!]! + + """ + fetch data from the table: "v1_ibc_union.daily_packets" + """ + v1_ibc_union_daily_packets( """distinct select on columns""" - distinct_on: [v1_statistics_address_select_column!] + distinct_on: [v1_ibc_union_daily_packets_select_column!] """limit the number of rows returned""" limit: Int @@ -2058,46 +2372,66 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_statistics_address_order_by!] + order_by: [v1_ibc_union_daily_packets_order_by!] """filter the rows returned""" - where: v1_statistics_address_bool_exp - ): [v1_statistics_address!]! + where: v1_ibc_union_daily_packets_bool_exp + ): [v1_ibc_union_daily_packets!]! """ - fetch data from the table in a streaming manner: "v1.statistics_address" + fetch data from the table in a streaming manner: "v1_ibc_union.daily_packets" """ - v1_statistics_address_stream( + v1_ibc_union_daily_packets_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_statistics_address_stream_cursor_input]! + cursor: [v1_ibc_union_daily_packets_stream_cursor_input]! """filter the rows returned""" - where: v1_statistics_address_bool_exp - ): [v1_statistics_address!]! + where: v1_ibc_union_daily_packets_bool_exp + ): [v1_ibc_union_daily_packets!]! """ - fetch data from the table in a streaming manner: "v1.statistics" + fetch data from the table: "v1_ibc_union.explorers" """ - v1_statistics_stream( + v1_ibc_union_explorers( + """distinct select on columns""" + distinct_on: [v1_ibc_union_explorers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_explorers_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_explorers_bool_exp + ): [v1_ibc_union_explorers!]! + + """ + fetch data from the table in a streaming manner: "v1_ibc_union.explorers" + """ + v1_ibc_union_explorers_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_statistics_stream_cursor_input]! + cursor: [v1_ibc_union_explorers_stream_cursor_input]! """filter the rows returned""" - where: v1_statistics_bool_exp - ): [v1_statistics!]! + where: v1_ibc_union_explorers_bool_exp + ): [v1_ibc_union_explorers!]! """ - fetch data from the table: "v1.tokens_type" + fetch data from the table: "v1_ibc_union.faucets" """ - v1_tokens_type( + v1_ibc_union_faucets( """distinct select on columns""" - distinct_on: [v1_tokens_type_select_column!] + distinct_on: [v1_ibc_union_faucets_select_column!] """limit the number of rows returned""" limit: Int @@ -2106,32 +2440,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_tokens_type_order_by!] + order_by: [v1_ibc_union_faucets_order_by!] """filter the rows returned""" - where: v1_tokens_type_bool_exp - ): [v1_tokens_type!]! + where: v1_ibc_union_faucets_bool_exp + ): [v1_ibc_union_faucets!]! """ - fetch data from the table in a streaming manner: "v1.tokens_type" + fetch data from the table in a streaming manner: "v1_ibc_union.faucets" """ - v1_tokens_type_stream( + v1_ibc_union_faucets_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_tokens_type_stream_cursor_input]! + cursor: [v1_ibc_union_faucets_stream_cursor_input]! """filter the rows returned""" - where: v1_tokens_type_bool_exp - ): [v1_tokens_type!]! + where: v1_ibc_union_faucets_bool_exp + ): [v1_ibc_union_faucets!]! """ - fetch data from the table: "v1.traces" + fetch data from the table: "v1_ibc_union.fungible_asset_orders" """ - v1_traces( + v1_ibc_union_fungible_asset_orders( """distinct select on columns""" - distinct_on: [v1_traces_select_column!] + distinct_on: [v1_ibc_union_fungible_asset_orders_select_column!] """limit the number of rows returned""" limit: Int @@ -2140,32 +2474,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_traces_order_by!] + order_by: [v1_ibc_union_fungible_asset_orders_order_by!] """filter the rows returned""" - where: v1_traces_bool_exp - ): [v1_traces!]! + where: v1_ibc_union_fungible_asset_orders_bool_exp + ): [v1_ibc_union_fungible_asset_orders!]! """ - fetch data from the table in a streaming manner: "v1.traces" + fetch data from the table in a streaming manner: "v1_ibc_union.fungible_asset_orders" """ - v1_traces_stream( + v1_ibc_union_fungible_asset_orders_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_traces_stream_cursor_input]! + cursor: [v1_ibc_union_fungible_asset_orders_stream_cursor_input]! """filter the rows returned""" - where: v1_traces_bool_exp - ): [v1_traces!]! + where: v1_ibc_union_fungible_asset_orders_bool_exp + ): [v1_ibc_union_fungible_asset_orders!]! """ - fetch data from the table: "v1.transfer_forwards_type" + fetch data from the table: "v1_ibc_union.health_check" """ - v1_transfer_forwards_type( + v1_ibc_union_health_check( """distinct select on columns""" - distinct_on: [v1_transfer_forwards_type_select_column!] + distinct_on: [v1_ibc_union_health_check_select_column!] """limit the number of rows returned""" limit: Int @@ -2174,32 +2508,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_transfer_forwards_type_order_by!] + order_by: [v1_ibc_union_health_check_order_by!] """filter the rows returned""" - where: v1_transfer_forwards_type_bool_exp - ): [v1_transfer_forwards_type!]! + where: v1_ibc_union_health_check_bool_exp + ): [v1_ibc_union_health_check!]! """ - fetch data from the table in a streaming manner: "v1.transfer_forwards_type" + fetch data from the table in a streaming manner: "v1_ibc_union.health_check" """ - v1_transfer_forwards_type_stream( + v1_ibc_union_health_check_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_transfer_forwards_type_stream_cursor_input]! + cursor: [v1_ibc_union_health_check_stream_cursor_input]! """filter the rows returned""" - where: v1_transfer_forwards_type_bool_exp - ): [v1_transfer_forwards_type!]! + where: v1_ibc_union_health_check_bool_exp + ): [v1_ibc_union_health_check!]! """ - fetch data from the table: "v1.transfers" + fetch data from the table: "v1_ibc_union.packets" """ - v1_transfers( + v1_ibc_union_packets( """distinct select on columns""" - distinct_on: [v1_transfers_select_column!] + distinct_on: [v1_ibc_union_packets_select_column!] """limit the number of rows returned""" limit: Int @@ -2208,32 +2542,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_transfers_order_by!] + order_by: [v1_ibc_union_packets_order_by!] """filter the rows returned""" - where: v1_transfers_bool_exp - ): [v1_transfers!]! + where: v1_ibc_union_packets_bool_exp + ): [v1_ibc_union_packets!]! """ - fetch data from the table in a streaming manner: "v1.transfers" + fetch data from the table in a streaming manner: "v1_ibc_union.packets" """ - v1_transfers_stream( + v1_ibc_union_packets_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_transfers_stream_cursor_input]! + cursor: [v1_ibc_union_packets_stream_cursor_input]! """filter the rows returned""" - where: v1_transfers_bool_exp - ): [v1_transfers!]! + where: v1_ibc_union_packets_bool_exp + ): [v1_ibc_union_packets!]! """ - fetch data from the table: "v1.ucs1_configurations" + fetch data from the table: "v1_ibc_union.rpcs" """ - v1_ucs1_configurations( + v1_ibc_union_rpcs( """distinct select on columns""" - distinct_on: [v1_ucs1_configurations_select_column!] + distinct_on: [v1_ibc_union_rpcs_select_column!] """limit the number of rows returned""" limit: Int @@ -2242,32 +2576,32 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_ucs1_configurations_order_by!] + order_by: [v1_ibc_union_rpcs_order_by!] """filter the rows returned""" - where: v1_ucs1_configurations_bool_exp - ): [v1_ucs1_configurations!]! + where: v1_ibc_union_rpcs_bool_exp + ): [v1_ibc_union_rpcs!]! """ - fetch data from the table in a streaming manner: "v1.ucs1_configurations" + fetch data from the table in a streaming manner: "v1_ibc_union.rpcs" """ - v1_ucs1_configurations_stream( + v1_ibc_union_rpcs_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_ucs1_configurations_stream_cursor_input]! + cursor: [v1_ibc_union_rpcs_stream_cursor_input]! """filter the rows returned""" - where: v1_ucs1_configurations_bool_exp - ): [v1_ucs1_configurations!]! + where: v1_ibc_union_rpcs_bool_exp + ): [v1_ibc_union_rpcs!]! """ - fetch data from the table: "v1.ucs1_paths" + fetch data from the table: "v1_ibc_union.statistics" """ - v1_ucs1_paths( + v1_ibc_union_statistics( """distinct select on columns""" - distinct_on: [v1_ucs1_paths_select_column!] + distinct_on: [v1_ibc_union_statistics_select_column!] """limit the number of rows returned""" limit: Int @@ -2276,636 +2610,2095 @@ type subscription_root { offset: Int """sort the rows by one or more columns""" - order_by: [v1_ucs1_paths_order_by!] + order_by: [v1_ibc_union_statistics_order_by!] """filter the rows returned""" - where: v1_ucs1_paths_bool_exp - ): [v1_ucs1_paths!]! + where: v1_ibc_union_statistics_bool_exp + ): [v1_ibc_union_statistics!]! """ - fetch data from the table in a streaming manner: "v1.ucs1_paths" + fetch data from the table in a streaming manner: "v1_ibc_union.statistics" """ - v1_ucs1_paths_stream( + v1_ibc_union_statistics_stream( """maximum number of rows returned in a single batch""" batch_size: Int! """cursor to stream the results returned by the query""" - cursor: [v1_ucs1_paths_stream_cursor_input]! + cursor: [v1_ibc_union_statistics_stream_cursor_input]! """filter the rows returned""" - where: v1_ucs1_paths_bool_exp - ): [v1_ucs1_paths!]! -} + where: v1_ibc_union_statistics_bool_exp + ): [v1_ibc_union_statistics!]! -scalar timestamptz + """ + fetch data from the table: "v1_ibc_union.traces" + """ + v1_ibc_union_traces( + """distinct select on columns""" + distinct_on: [v1_ibc_union_traces_select_column!] -""" -Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. -""" -input timestamptz_comparison_exp { - _eq: timestamptz - _gt: timestamptz - _gte: timestamptz - _in: [timestamptz!] - _is_null: Boolean - _lt: timestamptz - _lte: timestamptz - _neq: timestamptz - _nin: [timestamptz!] -} + """limit the number of rows returned""" + limit: Int -""" -columns and relationships of "v1.acknowledge_packet" -""" -type v1_acknowledge_packet { - block_hash: String + """skip the first n rows. Use only with order_by""" + offset: Int - """An object relationship""" - chain: v1_chains - event_index: Int - height: bigint - sequence: bigint - source_channel_id: String - source_port_id: String - timestamp: timestamptz - transaction_event_index: Int - transaction_hash: String - transaction_index: Int -} + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_traces_order_by!] -""" -Boolean expression to filter rows from the table "v1.acknowledge_packet". All fields are combined with a logical 'AND'. -""" -input v1_acknowledge_packet_bool_exp { - _and: [v1_acknowledge_packet_bool_exp!] - _not: v1_acknowledge_packet_bool_exp - _or: [v1_acknowledge_packet_bool_exp!] - block_hash: String_comparison_exp - chain: v1_chains_bool_exp - event_index: Int_comparison_exp - height: bigint_comparison_exp - sequence: bigint_comparison_exp - source_channel_id: String_comparison_exp - source_port_id: String_comparison_exp - timestamp: timestamptz_comparison_exp - transaction_event_index: Int_comparison_exp - transaction_hash: String_comparison_exp - transaction_index: Int_comparison_exp -} + """filter the rows returned""" + where: v1_ibc_union_traces_bool_exp + ): [v1_ibc_union_traces!]! -"""Ordering options when selecting data from "v1.acknowledge_packet".""" -input v1_acknowledge_packet_order_by { - block_hash: order_by - chain: v1_chains_order_by - event_index: order_by - height: order_by - sequence: order_by - source_channel_id: order_by - source_port_id: order_by - timestamp: order_by - transaction_event_index: order_by - transaction_hash: order_by - transaction_index: order_by -} + """ + fetch data from the table in a streaming manner: "v1_ibc_union.traces" + """ + v1_ibc_union_traces_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! -""" -select columns of table "v1.acknowledge_packet" -""" -enum v1_acknowledge_packet_select_column { - """column name""" - block_hash + """cursor to stream the results returned by the query""" + cursor: [v1_ibc_union_traces_stream_cursor_input]! - """column name""" - event_index + """filter the rows returned""" + where: v1_ibc_union_traces_bool_exp + ): [v1_ibc_union_traces!]! - """column name""" - height + """ + fetch data from the table: "v1.index_status" + """ + v1_index_status( + """distinct select on columns""" + distinct_on: [v1_index_status_select_column!] - """column name""" - sequence + """limit the number of rows returned""" + limit: Int - """column name""" - source_channel_id + """skip the first n rows. Use only with order_by""" + offset: Int - """column name""" - source_port_id + """sort the rows by one or more columns""" + order_by: [v1_index_status_order_by!] - """column name""" - timestamp + """filter the rows returned""" + where: v1_index_status_bool_exp + ): [v1_index_status!]! - """column name""" - transaction_event_index + """ + fetch data from the table in a streaming manner: "v1.index_status" + """ + v1_index_status_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! - """column name""" - transaction_hash + """cursor to stream the results returned by the query""" + cursor: [v1_index_status_stream_cursor_input]! - """column name""" - transaction_index -} + """filter the rows returned""" + where: v1_index_status_bool_exp + ): [v1_index_status!]! -""" -Streaming cursor of the table "v1_acknowledge_packet" -""" -input v1_acknowledge_packet_stream_cursor_input { + """ + fetch data from the table: "v1.lightclient_update" + """ + v1_lightclient_update( + """distinct select on columns""" + distinct_on: [v1_lightclient_update_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_lightclient_update_order_by!] + + """filter the rows returned""" + where: v1_lightclient_update_bool_exp + ): [v1_lightclient_update!]! + + """ + fetch data from the table in a streaming manner: "v1.lightclient_update" + """ + v1_lightclient_update_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_lightclient_update_stream_cursor_input]! + + """filter the rows returned""" + where: v1_lightclient_update_bool_exp + ): [v1_lightclient_update!]! + + """ + fetch data from the table: "v1.packet_effect_type" + """ + v1_packet_effect_type( + """distinct select on columns""" + distinct_on: [v1_packet_effect_type_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_packet_effect_type_order_by!] + + """filter the rows returned""" + where: v1_packet_effect_type_bool_exp + ): [v1_packet_effect_type!]! + + """ + fetch data from the table in a streaming manner: "v1.packet_effect_type" + """ + v1_packet_effect_type_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_packet_effect_type_stream_cursor_input]! + + """filter the rows returned""" + where: v1_packet_effect_type_bool_exp + ): [v1_packet_effect_type!]! + + """ + fetch data from the table: "v1.packets" + """ + v1_packets( + """distinct select on columns""" + distinct_on: [v1_packets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_packets_order_by!] + + """filter the rows returned""" + where: v1_packets_bool_exp + ): [v1_packets!]! + + """ + fetch data from the table in a streaming manner: "v1.packets" + """ + v1_packets_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_packets_stream_cursor_input]! + + """filter the rows returned""" + where: v1_packets_bool_exp + ): [v1_packets!]! + + """ + fetch data from the table: "v1.rpcs" + """ + v1_rpcs( + """distinct select on columns""" + distinct_on: [v1_rpcs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_rpcs_order_by!] + + """filter the rows returned""" + where: v1_rpcs_bool_exp + ): [v1_rpcs!]! + + """ + fetch data from the table in a streaming manner: "v1.rpcs" + """ + v1_rpcs_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_rpcs_stream_cursor_input]! + + """filter the rows returned""" + where: v1_rpcs_bool_exp + ): [v1_rpcs!]! + + """ + fetch data from the table: "v1.statistics" + """ + v1_statistics( + """distinct select on columns""" + distinct_on: [v1_statistics_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_statistics_order_by!] + + """filter the rows returned""" + where: v1_statistics_bool_exp + ): [v1_statistics!]! + + """ + fetch data from the table: "v1.statistics_address" + """ + v1_statistics_address( + """distinct select on columns""" + distinct_on: [v1_statistics_address_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_statistics_address_order_by!] + + """filter the rows returned""" + where: v1_statistics_address_bool_exp + ): [v1_statistics_address!]! + + """ + fetch data from the table in a streaming manner: "v1.statistics_address" + """ + v1_statistics_address_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_statistics_address_stream_cursor_input]! + + """filter the rows returned""" + where: v1_statistics_address_bool_exp + ): [v1_statistics_address!]! + + """ + fetch data from the table in a streaming manner: "v1.statistics" + """ + v1_statistics_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_statistics_stream_cursor_input]! + + """filter the rows returned""" + where: v1_statistics_bool_exp + ): [v1_statistics!]! + + """ + fetch data from the table: "v1.tokens_type" + """ + v1_tokens_type( + """distinct select on columns""" + distinct_on: [v1_tokens_type_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_tokens_type_order_by!] + + """filter the rows returned""" + where: v1_tokens_type_bool_exp + ): [v1_tokens_type!]! + + """ + fetch data from the table in a streaming manner: "v1.tokens_type" + """ + v1_tokens_type_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_tokens_type_stream_cursor_input]! + + """filter the rows returned""" + where: v1_tokens_type_bool_exp + ): [v1_tokens_type!]! + + """ + fetch data from the table: "v1.traces" + """ + v1_traces( + """distinct select on columns""" + distinct_on: [v1_traces_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_traces_order_by!] + + """filter the rows returned""" + where: v1_traces_bool_exp + ): [v1_traces!]! + + """ + fetch data from the table in a streaming manner: "v1.traces" + """ + v1_traces_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_traces_stream_cursor_input]! + + """filter the rows returned""" + where: v1_traces_bool_exp + ): [v1_traces!]! + + """ + fetch data from the table: "v1.transfer_forwards_type" + """ + v1_transfer_forwards_type( + """distinct select on columns""" + distinct_on: [v1_transfer_forwards_type_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_transfer_forwards_type_order_by!] + + """filter the rows returned""" + where: v1_transfer_forwards_type_bool_exp + ): [v1_transfer_forwards_type!]! + + """ + fetch data from the table in a streaming manner: "v1.transfer_forwards_type" + """ + v1_transfer_forwards_type_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_transfer_forwards_type_stream_cursor_input]! + + """filter the rows returned""" + where: v1_transfer_forwards_type_bool_exp + ): [v1_transfer_forwards_type!]! + + """ + fetch data from the table: "v1.transfers" + """ + v1_transfers( + """distinct select on columns""" + distinct_on: [v1_transfers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_transfers_order_by!] + + """filter the rows returned""" + where: v1_transfers_bool_exp + ): [v1_transfers!]! + + """ + fetch data from the table in a streaming manner: "v1.transfers" + """ + v1_transfers_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_transfers_stream_cursor_input]! + + """filter the rows returned""" + where: v1_transfers_bool_exp + ): [v1_transfers!]! + + """ + fetch data from the table: "v1.ucs1_configurations" + """ + v1_ucs1_configurations( + """distinct select on columns""" + distinct_on: [v1_ucs1_configurations_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ucs1_configurations_order_by!] + + """filter the rows returned""" + where: v1_ucs1_configurations_bool_exp + ): [v1_ucs1_configurations!]! + + """ + fetch data from the table in a streaming manner: "v1.ucs1_configurations" + """ + v1_ucs1_configurations_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_ucs1_configurations_stream_cursor_input]! + + """filter the rows returned""" + where: v1_ucs1_configurations_bool_exp + ): [v1_ucs1_configurations!]! + + """ + fetch data from the table: "v1.ucs1_paths" + """ + v1_ucs1_paths( + """distinct select on columns""" + distinct_on: [v1_ucs1_paths_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ucs1_paths_order_by!] + + """filter the rows returned""" + where: v1_ucs1_paths_bool_exp + ): [v1_ucs1_paths!]! + + """ + fetch data from the table in a streaming manner: "v1.ucs1_paths" + """ + v1_ucs1_paths_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [v1_ucs1_paths_stream_cursor_input]! + + """filter the rows returned""" + where: v1_ucs1_paths_bool_exp + ): [v1_ucs1_paths!]! +} + +scalar timestamptz + +""" +Boolean expression to compare columns of type "timestamptz". All fields are combined with logical 'AND'. +""" +input timestamptz_comparison_exp { + _eq: timestamptz + _gt: timestamptz + _gte: timestamptz + _in: [timestamptz!] + _is_null: Boolean + _lt: timestamptz + _lte: timestamptz + _neq: timestamptz + _nin: [timestamptz!] +} + +""" +columns and relationships of "v1.acknowledge_packet" +""" +type v1_acknowledge_packet { + block_hash: String + + """An object relationship""" + chain: v1_chains + event_index: Int + height: bigint + sequence: bigint + source_channel_id: String + source_port_id: String + timestamp: timestamptz + transaction_event_index: Int + transaction_hash: String + transaction_index: Int +} + +""" +Boolean expression to filter rows from the table "v1.acknowledge_packet". All fields are combined with a logical 'AND'. +""" +input v1_acknowledge_packet_bool_exp { + _and: [v1_acknowledge_packet_bool_exp!] + _not: v1_acknowledge_packet_bool_exp + _or: [v1_acknowledge_packet_bool_exp!] + block_hash: String_comparison_exp + chain: v1_chains_bool_exp + event_index: Int_comparison_exp + height: bigint_comparison_exp + sequence: bigint_comparison_exp + source_channel_id: String_comparison_exp + source_port_id: String_comparison_exp + timestamp: timestamptz_comparison_exp + transaction_event_index: Int_comparison_exp + transaction_hash: String_comparison_exp + transaction_index: Int_comparison_exp +} + +"""Ordering options when selecting data from "v1.acknowledge_packet".""" +input v1_acknowledge_packet_order_by { + block_hash: order_by + chain: v1_chains_order_by + event_index: order_by + height: order_by + sequence: order_by + source_channel_id: order_by + source_port_id: order_by + timestamp: order_by + transaction_event_index: order_by + transaction_hash: order_by + transaction_index: order_by +} + +""" +select columns of table "v1.acknowledge_packet" +""" +enum v1_acknowledge_packet_select_column { + """column name""" + block_hash + + """column name""" + event_index + + """column name""" + height + + """column name""" + sequence + + """column name""" + source_channel_id + + """column name""" + source_port_id + + """column name""" + timestamp + + """column name""" + transaction_event_index + + """column name""" + transaction_hash + + """column name""" + transaction_index +} + +""" +Streaming cursor of the table "v1_acknowledge_packet" +""" +input v1_acknowledge_packet_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_acknowledge_packet_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_acknowledge_packet_stream_cursor_value_input { + block_hash: String + event_index: Int + height: bigint + sequence: bigint + source_channel_id: String + source_port_id: String + timestamp: timestamptz + transaction_event_index: Int + transaction_hash: String + transaction_index: Int +} + +""" +Curated registry of assets across different chains, including displayable values for end-user consumption. +""" +type v1_assets { + """An object relationship""" + chain: v1_chains + + """Number of decimals.""" + decimals: Int + + """Unique identifier.""" + denom: String + + """Human friendly representation of the name.""" + display_name: String + + """Human friendly representation of the symbol.""" + display_symbol: String + + """An array relationship""" + faucets( + """distinct select on columns""" + distinct_on: [v1_faucets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_faucets_order_by!] + + """filter the rows returned""" + where: v1_faucets_bool_exp + ): [v1_faucets!]! + + """Indicates if the asset can be used to pay for transactions.""" + gas_token: Boolean + + """URI to the logo in SVG format.""" + logo_uri: String +} + +""" +order by aggregate values of table "v1.assets" +""" +input v1_assets_aggregate_order_by { + avg: v1_assets_avg_order_by + count: order_by + max: v1_assets_max_order_by + min: v1_assets_min_order_by + stddev: v1_assets_stddev_order_by + stddev_pop: v1_assets_stddev_pop_order_by + stddev_samp: v1_assets_stddev_samp_order_by + sum: v1_assets_sum_order_by + var_pop: v1_assets_var_pop_order_by + var_samp: v1_assets_var_samp_order_by + variance: v1_assets_variance_order_by +} + +""" +order by avg() on columns of table "v1.assets" +""" +input v1_assets_avg_order_by { + """Number of decimals.""" + decimals: order_by +} + +""" +Boolean expression to filter rows from the table "v1.assets". All fields are combined with a logical 'AND'. +""" +input v1_assets_bool_exp { + _and: [v1_assets_bool_exp!] + _not: v1_assets_bool_exp + _or: [v1_assets_bool_exp!] + chain: v1_chains_bool_exp + decimals: Int_comparison_exp + denom: String_comparison_exp + display_name: String_comparison_exp + display_symbol: String_comparison_exp + faucets: v1_faucets_bool_exp + gas_token: Boolean_comparison_exp + logo_uri: String_comparison_exp +} + +""" +order by max() on columns of table "v1.assets" +""" +input v1_assets_max_order_by { + """Number of decimals.""" + decimals: order_by + + """Unique identifier.""" + denom: order_by + + """Human friendly representation of the name.""" + display_name: order_by + + """Human friendly representation of the symbol.""" + display_symbol: order_by + + """URI to the logo in SVG format.""" + logo_uri: order_by +} + +""" +order by min() on columns of table "v1.assets" +""" +input v1_assets_min_order_by { + """Number of decimals.""" + decimals: order_by + + """Unique identifier.""" + denom: order_by + + """Human friendly representation of the name.""" + display_name: order_by + + """Human friendly representation of the symbol.""" + display_symbol: order_by + + """URI to the logo in SVG format.""" + logo_uri: order_by +} + +"""Ordering options when selecting data from "v1.assets".""" +input v1_assets_order_by { + chain: v1_chains_order_by + decimals: order_by + denom: order_by + display_name: order_by + display_symbol: order_by + faucets_aggregate: v1_faucets_aggregate_order_by + gas_token: order_by + logo_uri: order_by +} + +""" +select columns of table "v1.assets" +""" +enum v1_assets_select_column { + """column name""" + decimals + + """column name""" + denom + + """column name""" + display_name + + """column name""" + display_symbol + + """column name""" + gas_token + + """column name""" + logo_uri +} + +""" +order by stddev() on columns of table "v1.assets" +""" +input v1_assets_stddev_order_by { + """Number of decimals.""" + decimals: order_by +} + +""" +order by stddev_pop() on columns of table "v1.assets" +""" +input v1_assets_stddev_pop_order_by { + """Number of decimals.""" + decimals: order_by +} + +""" +order by stddev_samp() on columns of table "v1.assets" +""" +input v1_assets_stddev_samp_order_by { + """Number of decimals.""" + decimals: order_by +} + +""" +Streaming cursor of the table "v1_assets" +""" +input v1_assets_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_assets_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_assets_stream_cursor_value_input { + """Number of decimals.""" + decimals: Int + + """Unique identifier.""" + denom: String + + """Human friendly representation of the name.""" + display_name: String + + """Human friendly representation of the symbol.""" + display_symbol: String + + """Indicates if the asset can be used to pay for transactions.""" + gas_token: Boolean + + """URI to the logo in SVG format.""" + logo_uri: String +} + +""" +order by sum() on columns of table "v1.assets" +""" +input v1_assets_sum_order_by { + """Number of decimals.""" + decimals: order_by +} + +""" +order by var_pop() on columns of table "v1.assets" +""" +input v1_assets_var_pop_order_by { + """Number of decimals.""" + decimals: order_by +} + +""" +order by var_samp() on columns of table "v1.assets" +""" +input v1_assets_var_samp_order_by { + """Number of decimals.""" + decimals: order_by +} + +""" +order by variance() on columns of table "v1.assets" +""" +input v1_assets_variance_order_by { + """Number of decimals.""" + decimals: order_by +} + +"""Blockchain metadata.""" +type v1_chains { + """Prefix of the wallet address.""" + addr_prefix: String + + """An array relationship""" + assets( + """distinct select on columns""" + distinct_on: [v1_assets_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_assets_order_by!] + + """filter the rows returned""" + where: v1_assets_bool_exp + ): [v1_assets!]! + + """Blockchain network identifier.""" + chain_id: String + + """Human friendly representation of the chain.""" + display_name: String + + """Controls if the chain is enabled in production.""" + enabled: Boolean + + """Controls if the chain is enabled in staging.""" + enabled_staging: Boolean + + """An array relationship""" + explorers( + """distinct select on columns""" + distinct_on: [v1_explorers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_explorers_order_by!] + + """filter the rows returned""" + where: v1_explorers_bool_exp + ): [v1_explorers!]! + + """URI to the logo in SVG format.""" + logo_uri: String + + """Internal rpc type, which controls how the data is indexed.""" + rpc_type: String + + """An array relationship""" + rpcs( + """distinct select on columns""" + distinct_on: [v1_rpcs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_rpcs_order_by!] + + """filter the rows returned""" + where: v1_rpcs_bool_exp + ): [v1_rpcs!]! + + """Testnet indicator.""" + testnet: Boolean + + """An array relationship""" + ucs1_configurations( + """distinct select on columns""" + distinct_on: [v1_ucs1_configurations_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ucs1_configurations_order_by!] + + """filter the rows returned""" + where: v1_ucs1_configurations_bool_exp + ): [v1_ucs1_configurations!]! +} + +""" +Boolean expression to filter rows from the table "v1.chains". All fields are combined with a logical 'AND'. +""" +input v1_chains_bool_exp { + _and: [v1_chains_bool_exp!] + _not: v1_chains_bool_exp + _or: [v1_chains_bool_exp!] + addr_prefix: String_comparison_exp + assets: v1_assets_bool_exp + chain_id: String_comparison_exp + display_name: String_comparison_exp + enabled: Boolean_comparison_exp + enabled_staging: Boolean_comparison_exp + explorers: v1_explorers_bool_exp + logo_uri: String_comparison_exp + rpc_type: String_comparison_exp + rpcs: v1_rpcs_bool_exp + testnet: Boolean_comparison_exp + ucs1_configurations: v1_ucs1_configurations_bool_exp +} + +"""Ordering options when selecting data from "v1.chains".""" +input v1_chains_order_by { + addr_prefix: order_by + assets_aggregate: v1_assets_aggregate_order_by + chain_id: order_by + display_name: order_by + enabled: order_by + enabled_staging: order_by + explorers_aggregate: v1_explorers_aggregate_order_by + logo_uri: order_by + rpc_type: order_by + rpcs_aggregate: v1_rpcs_aggregate_order_by + testnet: order_by + ucs1_configurations_aggregate: v1_ucs1_configurations_aggregate_order_by +} + +""" +select columns of table "v1.chains" +""" +enum v1_chains_select_column { + """column name""" + addr_prefix + + """column name""" + chain_id + + """column name""" + display_name + + """column name""" + enabled + + """column name""" + enabled_staging + + """column name""" + logo_uri + + """column name""" + rpc_type + + """column name""" + testnet +} + +""" +Streaming cursor of the table "v1_chains" +""" +input v1_chains_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_chains_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_chains_stream_cursor_value_input { + """Prefix of the wallet address.""" + addr_prefix: String + + """Blockchain network identifier.""" + chain_id: String + + """Human friendly representation of the chain.""" + display_name: String + + """Controls if the chain is enabled in production.""" + enabled: Boolean + + """Controls if the chain is enabled in staging.""" + enabled_staging: Boolean + + """URI to the logo in SVG format.""" + logo_uri: String + + """Internal rpc type, which controls how the data is indexed.""" + rpc_type: String + + """Testnet indicator.""" + testnet: Boolean +} + +"""Channel-open ACK events.""" +type v1_channel_open_ack { + """Hash of the block with the event.""" + block_hash: String + + """An object relationship""" + chain: v1_chains + + """Channel-id of the acknowledging chain (responding to the TRY).""" + channel_id: String + + """Connection-id of the acknowledging chain (responding to the TRY).""" + connection_id: String + + """Counterparty-id of counterparty chain (that created the TRY).""" + counterparty_channel_id: String + + """Channel port-id of counterparty chain (that created the TRY).""" + counterparty_port_id: String + + """Height of the block with the event.""" + height: bigint + + """Channel port-id of the acknowledging chain (responding to the TRY).""" + port_id: String + + """Timestamp of the block with the event.""" + timestamp: timestamptz + + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int +} + +""" +Boolean expression to filter rows from the table "v1.channel_open_ack". All fields are combined with a logical 'AND'. +""" +input v1_channel_open_ack_bool_exp { + _and: [v1_channel_open_ack_bool_exp!] + _not: v1_channel_open_ack_bool_exp + _or: [v1_channel_open_ack_bool_exp!] + block_hash: String_comparison_exp + chain: v1_chains_bool_exp + channel_id: String_comparison_exp + connection_id: String_comparison_exp + counterparty_channel_id: String_comparison_exp + counterparty_port_id: String_comparison_exp + height: bigint_comparison_exp + port_id: String_comparison_exp + timestamp: timestamptz_comparison_exp + transaction_hash: String_comparison_exp + transaction_index: Int_comparison_exp +} + +"""Ordering options when selecting data from "v1.channel_open_ack".""" +input v1_channel_open_ack_order_by { + block_hash: order_by + chain: v1_chains_order_by + channel_id: order_by + connection_id: order_by + counterparty_channel_id: order_by + counterparty_port_id: order_by + height: order_by + port_id: order_by + timestamp: order_by + transaction_hash: order_by + transaction_index: order_by +} + +""" +select columns of table "v1.channel_open_ack" +""" +enum v1_channel_open_ack_select_column { + """column name""" + block_hash + + """column name""" + channel_id + + """column name""" + connection_id + + """column name""" + counterparty_channel_id + + """column name""" + counterparty_port_id + + """column name""" + height + + """column name""" + port_id + + """column name""" + timestamp + + """column name""" + transaction_hash + + """column name""" + transaction_index +} + +""" +Streaming cursor of the table "v1_channel_open_ack" +""" +input v1_channel_open_ack_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_channel_open_ack_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_channel_open_ack_stream_cursor_value_input { + """Hash of the block with the event.""" + block_hash: String + + """Channel-id of the acknowledging chain (responding to the TRY).""" + channel_id: String + + """Connection-id of the acknowledging chain (responding to the TRY).""" + connection_id: String + + """Counterparty-id of counterparty chain (that created the TRY).""" + counterparty_channel_id: String + + """Channel port-id of counterparty chain (that created the TRY).""" + counterparty_port_id: String + + """Height of the block with the event.""" + height: bigint + + """Channel port-id of the acknowledging chain (responding to the TRY).""" + port_id: String + + """Timestamp of the block with the event.""" + timestamp: timestamptz + + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int +} + +"""Channel-open CONFIRM events.""" +type v1_channel_open_confirm { + """Hash of the block with the event.""" + block_hash: String + + """An object relationship""" + chain: v1_chains + + """Channel-id of confirming chain (responding to the ACK).""" + channel_id: String + + """Connection-id of confirming chain (responding to the ACK).""" + connection_id: String + + """Channel-id of counterparty chain (that created the ACK).""" + counterparty_channel_id: String + + """Channel port-id of counterparty chain (that created the ACK).""" + counterparty_port_id: String + + """Height of the block with the event.""" + height: bigint + + """Channel port-id of confirming chain (responding to the ACK).""" + port_id: String + + """Timestamp of the block with the event.""" + timestamp: timestamptz + + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int +} + +""" +Boolean expression to filter rows from the table "v1.channel_open_confirm". All fields are combined with a logical 'AND'. +""" +input v1_channel_open_confirm_bool_exp { + _and: [v1_channel_open_confirm_bool_exp!] + _not: v1_channel_open_confirm_bool_exp + _or: [v1_channel_open_confirm_bool_exp!] + block_hash: String_comparison_exp + chain: v1_chains_bool_exp + channel_id: String_comparison_exp + connection_id: String_comparison_exp + counterparty_channel_id: String_comparison_exp + counterparty_port_id: String_comparison_exp + height: bigint_comparison_exp + port_id: String_comparison_exp + timestamp: timestamptz_comparison_exp + transaction_hash: String_comparison_exp + transaction_index: Int_comparison_exp +} + +"""Ordering options when selecting data from "v1.channel_open_confirm".""" +input v1_channel_open_confirm_order_by { + block_hash: order_by + chain: v1_chains_order_by + channel_id: order_by + connection_id: order_by + counterparty_channel_id: order_by + counterparty_port_id: order_by + height: order_by + port_id: order_by + timestamp: order_by + transaction_hash: order_by + transaction_index: order_by +} + +""" +select columns of table "v1.channel_open_confirm" +""" +enum v1_channel_open_confirm_select_column { + """column name""" + block_hash + + """column name""" + channel_id + + """column name""" + connection_id + + """column name""" + counterparty_channel_id + + """column name""" + counterparty_port_id + + """column name""" + height + + """column name""" + port_id + + """column name""" + timestamp + + """column name""" + transaction_hash + + """column name""" + transaction_index +} + +""" +Streaming cursor of the table "v1_channel_open_confirm" +""" +input v1_channel_open_confirm_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_channel_open_confirm_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_channel_open_confirm_stream_cursor_value_input { + """Hash of the block with the event.""" + block_hash: String + + """Channel-id of confirming chain (responding to the ACK).""" + channel_id: String + + """Connection-id of confirming chain (responding to the ACK).""" + connection_id: String + + """Channel-id of counterparty chain (that created the ACK).""" + counterparty_channel_id: String + + """Channel port-id of counterparty chain (that created the ACK).""" + counterparty_port_id: String + + """Height of the block with the event.""" + height: bigint + + """Channel port-id of confirming chain (responding to the ACK).""" + port_id: String + + """Timestamp of the block with the event.""" + timestamp: timestamptz + + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int +} + +"""Channel-open INIT events.""" +type v1_channel_open_init { + """Hash of the block with the event.""" + block_hash: String + + """An object relationship""" + chain: v1_chains + + """Channel-id of the initiating chain.""" + channel_id: String + + """Connection-id of the initiating chain.""" + connection_id: String + + """Channel port-id of the counterparty chain (that should create a TRY).""" + counterparty_port_id: String + + """Height of the block with the event.""" + height: bigint + + """Channel port-id of the initiating chain.""" + port_id: String + + """Timestamp of the block with the event.""" + timestamp: timestamptz + + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int + + """Channel version (application specific).""" + version: String +} + +""" +Boolean expression to filter rows from the table "v1.channel_open_init". All fields are combined with a logical 'AND'. +""" +input v1_channel_open_init_bool_exp { + _and: [v1_channel_open_init_bool_exp!] + _not: v1_channel_open_init_bool_exp + _or: [v1_channel_open_init_bool_exp!] + block_hash: String_comparison_exp + chain: v1_chains_bool_exp + channel_id: String_comparison_exp + connection_id: String_comparison_exp + counterparty_port_id: String_comparison_exp + height: bigint_comparison_exp + port_id: String_comparison_exp + timestamp: timestamptz_comparison_exp + transaction_hash: String_comparison_exp + transaction_index: Int_comparison_exp + version: String_comparison_exp +} + +"""Ordering options when selecting data from "v1.channel_open_init".""" +input v1_channel_open_init_order_by { + block_hash: order_by + chain: v1_chains_order_by + channel_id: order_by + connection_id: order_by + counterparty_port_id: order_by + height: order_by + port_id: order_by + timestamp: order_by + transaction_hash: order_by + transaction_index: order_by + version: order_by +} + +""" +select columns of table "v1.channel_open_init" +""" +enum v1_channel_open_init_select_column { + """column name""" + block_hash + + """column name""" + channel_id + + """column name""" + connection_id + + """column name""" + counterparty_port_id + + """column name""" + height + + """column name""" + port_id + + """column name""" + timestamp + + """column name""" + transaction_hash + + """column name""" + transaction_index + + """column name""" + version +} + +""" +Streaming cursor of the table "v1_channel_open_init" +""" +input v1_channel_open_init_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_channel_open_init_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_channel_open_init_stream_cursor_value_input { + """Hash of the block with the event.""" + block_hash: String + + """Channel-id of the initiating chain.""" + channel_id: String + + """Connection-id of the initiating chain.""" + connection_id: String + + """Channel port-id of the counterparty chain (that should create a TRY).""" + counterparty_port_id: String + + """Height of the block with the event.""" + height: bigint + + """Channel port-id of the initiating chain.""" + port_id: String + + """Timestamp of the block with the event.""" + timestamp: timestamptz + + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int + + """Channel version (application specific).""" + version: String +} + +"""Channel-open try events.""" +type v1_channel_open_try { + """Hash of the block with the event.""" + block_hash: String + + """An object relationship""" + chain: v1_chains + + """Channel-id of the trying chain (responding to the INIT).""" + channel_id: String + + """Connection-id of the trying chain (responding to the INIT).""" + connection_id: String + + """Channel-id of counterparty chain (that created the INIT).""" + counterparty_channel_id: String + + """Channel port-id of counterparty chain (that created the INIT).""" + counterparty_port_id: String + + """Height of the block with the event.""" + height: bigint + + """Channel port-id of the trying chain (responding to the INIT).""" + port_id: String + + """Timestamp of the block with the event.""" + timestamp: timestamptz + + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int + + """Channel version (application specific, same as version of the INIT).""" + version: String +} + +""" +Boolean expression to filter rows from the table "v1.channel_open_try". All fields are combined with a logical 'AND'. +""" +input v1_channel_open_try_bool_exp { + _and: [v1_channel_open_try_bool_exp!] + _not: v1_channel_open_try_bool_exp + _or: [v1_channel_open_try_bool_exp!] + block_hash: String_comparison_exp + chain: v1_chains_bool_exp + channel_id: String_comparison_exp + connection_id: String_comparison_exp + counterparty_channel_id: String_comparison_exp + counterparty_port_id: String_comparison_exp + height: bigint_comparison_exp + port_id: String_comparison_exp + timestamp: timestamptz_comparison_exp + transaction_hash: String_comparison_exp + transaction_index: Int_comparison_exp + version: String_comparison_exp +} + +"""Ordering options when selecting data from "v1.channel_open_try".""" +input v1_channel_open_try_order_by { + block_hash: order_by + chain: v1_chains_order_by + channel_id: order_by + connection_id: order_by + counterparty_channel_id: order_by + counterparty_port_id: order_by + height: order_by + port_id: order_by + timestamp: order_by + transaction_hash: order_by + transaction_index: order_by + version: order_by +} + +""" +select columns of table "v1.channel_open_try" +""" +enum v1_channel_open_try_select_column { + """column name""" + block_hash + + """column name""" + channel_id + + """column name""" + connection_id + + """column name""" + counterparty_channel_id + + """column name""" + counterparty_port_id + + """column name""" + height + + """column name""" + port_id + + """column name""" + timestamp + + """column name""" + transaction_hash + + """column name""" + transaction_index + + """column name""" + version +} + +""" +Streaming cursor of the table "v1_channel_open_try" +""" +input v1_channel_open_try_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_acknowledge_packet_stream_cursor_value_input! + initial_value: v1_channel_open_try_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_acknowledge_packet_stream_cursor_value_input { +input v1_channel_open_try_stream_cursor_value_input { + """Hash of the block with the event.""" block_hash: String - event_index: Int - height: bigint - sequence: bigint - source_channel_id: String - source_port_id: String - timestamp: timestamptz - transaction_event_index: Int - transaction_hash: String - transaction_index: Int -} -""" -Curated registry of assets across different chains, including displayable values for end-user consumption. -""" -type v1_assets { - """An object relationship""" - chain: v1_chains + """Channel-id of the trying chain (responding to the INIT).""" + channel_id: String - """Number of decimals.""" - decimals: Int + """Connection-id of the trying chain (responding to the INIT).""" + connection_id: String - """Unique identifier.""" - denom: String + """Channel-id of counterparty chain (that created the INIT).""" + counterparty_channel_id: String - """Human friendly representation of the name.""" - display_name: String + """Channel port-id of counterparty chain (that created the INIT).""" + counterparty_port_id: String - """Human friendly representation of the symbol.""" - display_symbol: String + """Height of the block with the event.""" + height: bigint - """An array relationship""" - faucets( - """distinct select on columns""" - distinct_on: [v1_faucets_select_column!] + """Channel port-id of the trying chain (responding to the INIT).""" + port_id: String - """limit the number of rows returned""" - limit: Int + """Timestamp of the block with the event.""" + timestamp: timestamptz - """skip the first n rows. Use only with order_by""" - offset: Int + """Hash of the transaction with the event.""" + transaction_hash: String - """sort the rows by one or more columns""" - order_by: [v1_faucets_order_by!] + """Index of the transaction with the event.""" + transaction_index: Int - """filter the rows returned""" - where: v1_faucets_bool_exp - ): [v1_faucets!]! + """Channel version (application specific, same as version of the INIT).""" + version: String +} - """Indicates if the asset can be used to pay for transactions.""" - gas_token: Boolean +"""Channel status.""" +type v1_channels { + """An object relationship""" + connection: v1_connections - """URI to the logo in SVG format.""" - logo_uri: String -} + """An object relationship""" + destination_chain: v1_chains + destination_chain_id: String + destination_channel_id: String + destination_connection_id: String + destination_port_id: String -""" -order by aggregate values of table "v1.assets" -""" -input v1_assets_aggregate_order_by { - avg: v1_assets_avg_order_by - count: order_by - max: v1_assets_max_order_by - min: v1_assets_min_order_by - stddev: v1_assets_stddev_order_by - stddev_pop: v1_assets_stddev_pop_order_by - stddev_samp: v1_assets_stddev_samp_order_by - sum: v1_assets_sum_order_by - var_pop: v1_assets_var_pop_order_by - var_samp: v1_assets_var_samp_order_by - variance: v1_assets_variance_order_by + """An object relationship""" + source_chain: v1_chains + source_chain_id: String + source_channel_id: String + source_connection_id: String + source_port_id: String + status: String + version: String } """ -order by avg() on columns of table "v1.assets" +Boolean expression to filter rows from the table "v1.channels". All fields are combined with a logical 'AND'. """ -input v1_assets_avg_order_by { - """Number of decimals.""" - decimals: order_by +input v1_channels_bool_exp { + _and: [v1_channels_bool_exp!] + _not: v1_channels_bool_exp + _or: [v1_channels_bool_exp!] + connection: v1_connections_bool_exp + destination_chain: v1_chains_bool_exp + destination_chain_id: String_comparison_exp + destination_channel_id: String_comparison_exp + destination_connection_id: String_comparison_exp + destination_port_id: String_comparison_exp + source_chain: v1_chains_bool_exp + source_chain_id: String_comparison_exp + source_channel_id: String_comparison_exp + source_connection_id: String_comparison_exp + source_port_id: String_comparison_exp + status: String_comparison_exp + version: String_comparison_exp } -""" -Boolean expression to filter rows from the table "v1.assets". All fields are combined with a logical 'AND'. -""" -input v1_assets_bool_exp { - _and: [v1_assets_bool_exp!] - _not: v1_assets_bool_exp - _or: [v1_assets_bool_exp!] - chain: v1_chains_bool_exp - decimals: Int_comparison_exp - denom: String_comparison_exp - display_name: String_comparison_exp - display_symbol: String_comparison_exp - faucets: v1_faucets_bool_exp - gas_token: Boolean_comparison_exp - logo_uri: String_comparison_exp +"""Ordering options when selecting data from "v1.channels".""" +input v1_channels_order_by { + connection: v1_connections_order_by + destination_chain: v1_chains_order_by + destination_chain_id: order_by + destination_channel_id: order_by + destination_connection_id: order_by + destination_port_id: order_by + source_chain: v1_chains_order_by + source_chain_id: order_by + source_channel_id: order_by + source_connection_id: order_by + source_port_id: order_by + status: order_by + version: order_by } """ -order by max() on columns of table "v1.assets" +select columns of table "v1.channels" """ -input v1_assets_max_order_by { - """Number of decimals.""" - decimals: order_by - - """Unique identifier.""" - denom: order_by +enum v1_channels_select_column { + """column name""" + destination_chain_id - """Human friendly representation of the name.""" - display_name: order_by + """column name""" + destination_channel_id - """Human friendly representation of the symbol.""" - display_symbol: order_by + """column name""" + destination_connection_id - """URI to the logo in SVG format.""" - logo_uri: order_by -} + """column name""" + destination_port_id -""" -order by min() on columns of table "v1.assets" -""" -input v1_assets_min_order_by { - """Number of decimals.""" - decimals: order_by + """column name""" + source_chain_id - """Unique identifier.""" - denom: order_by + """column name""" + source_channel_id - """Human friendly representation of the name.""" - display_name: order_by + """column name""" + source_connection_id - """Human friendly representation of the symbol.""" - display_symbol: order_by + """column name""" + source_port_id - """URI to the logo in SVG format.""" - logo_uri: order_by -} + """column name""" + status -"""Ordering options when selecting data from "v1.assets".""" -input v1_assets_order_by { - chain: v1_chains_order_by - decimals: order_by - denom: order_by - display_name: order_by - display_symbol: order_by - faucets_aggregate: v1_faucets_aggregate_order_by - gas_token: order_by - logo_uri: order_by + """column name""" + version } """ -select columns of table "v1.assets" +Streaming cursor of the table "v1_channels" """ -enum v1_assets_select_column { - """column name""" - decimals - - """column name""" - denom +input v1_channels_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_channels_stream_cursor_value_input! - """column name""" - display_name + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - display_symbol +"""Initial value of the column from where the streaming should start""" +input v1_channels_stream_cursor_value_input { + destination_chain_id: String + destination_channel_id: String + destination_connection_id: String + destination_port_id: String + source_chain_id: String + source_channel_id: String + source_connection_id: String + source_port_id: String + status: String + version: String +} - """column name""" - gas_token +"""Client chain relations""" +type v1_clients { + """An object relationship""" + chain: v1_chains - """column name""" - logo_uri + """Client-id""" + client_id: String + + """Chain-id that is tracked.""" + counterparty_chain_id: String } """ -order by stddev() on columns of table "v1.assets" +Boolean expression to filter rows from the table "v1.clients". All fields are combined with a logical 'AND'. """ -input v1_assets_stddev_order_by { - """Number of decimals.""" - decimals: order_by +input v1_clients_bool_exp { + _and: [v1_clients_bool_exp!] + _not: v1_clients_bool_exp + _or: [v1_clients_bool_exp!] + chain: v1_chains_bool_exp + client_id: String_comparison_exp + counterparty_chain_id: String_comparison_exp } -""" -order by stddev_pop() on columns of table "v1.assets" -""" -input v1_assets_stddev_pop_order_by { - """Number of decimals.""" - decimals: order_by +"""Ordering options when selecting data from "v1.clients".""" +input v1_clients_order_by { + chain: v1_chains_order_by + client_id: order_by + counterparty_chain_id: order_by } """ -order by stddev_samp() on columns of table "v1.assets" +select columns of table "v1.clients" """ -input v1_assets_stddev_samp_order_by { - """Number of decimals.""" - decimals: order_by +enum v1_clients_select_column { + """column name""" + client_id + + """column name""" + counterparty_chain_id } """ -Streaming cursor of the table "v1_assets" +Streaming cursor of the table "v1_clients" """ -input v1_assets_stream_cursor_input { +input v1_clients_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_assets_stream_cursor_value_input! + initial_value: v1_clients_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_assets_stream_cursor_value_input { - """Number of decimals.""" - decimals: Int - - """Unique identifier.""" - denom: String - - """Human friendly representation of the name.""" - display_name: String - - """Human friendly representation of the symbol.""" - display_symbol: String - - """Indicates if the asset can be used to pay for transactions.""" - gas_token: Boolean +input v1_clients_stream_cursor_value_input { + """Client-id""" + client_id: String - """URI to the logo in SVG format.""" - logo_uri: String + """Chain-id that is tracked.""" + counterparty_chain_id: String } """ -order by sum() on columns of table "v1.assets" +columns and relationships of "v1.config" """ -input v1_assets_sum_order_by { - """Number of decimals.""" - decimals: order_by +type v1_config { + key: String + value: String } """ -order by var_pop() on columns of table "v1.assets" +Boolean expression to filter rows from the table "v1.config". All fields are combined with a logical 'AND'. """ -input v1_assets_var_pop_order_by { - """Number of decimals.""" - decimals: order_by +input v1_config_bool_exp { + _and: [v1_config_bool_exp!] + _not: v1_config_bool_exp + _or: [v1_config_bool_exp!] + key: String_comparison_exp + value: String_comparison_exp } -""" -order by var_samp() on columns of table "v1.assets" -""" -input v1_assets_var_samp_order_by { - """Number of decimals.""" - decimals: order_by +"""Ordering options when selecting data from "v1.config".""" +input v1_config_order_by { + key: order_by + value: order_by } """ -order by variance() on columns of table "v1.assets" +select columns of table "v1.config" """ -input v1_assets_variance_order_by { - """Number of decimals.""" - decimals: order_by -} - -"""Blockchain metadata.""" -type v1_chains { - """Prefix of the wallet address.""" - addr_prefix: String - - """An array relationship""" - assets( - """distinct select on columns""" - distinct_on: [v1_assets_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [v1_assets_order_by!] - - """filter the rows returned""" - where: v1_assets_bool_exp - ): [v1_assets!]! - - """Blockchain network identifier.""" - chain_id: String - - """Human friendly representation of the chain.""" - display_name: String - - """Controls if the chain is enabled in production.""" - enabled: Boolean - - """Controls if the chain is enabled in staging.""" - enabled_staging: Boolean - - """An array relationship""" - explorers( - """distinct select on columns""" - distinct_on: [v1_explorers_select_column!] - - """limit the number of rows returned""" - limit: Int - - """skip the first n rows. Use only with order_by""" - offset: Int - - """sort the rows by one or more columns""" - order_by: [v1_explorers_order_by!] +enum v1_config_select_column { + """column name""" + key - """filter the rows returned""" - where: v1_explorers_bool_exp - ): [v1_explorers!]! + """column name""" + value +} - """URI to the logo in SVG format.""" - logo_uri: String +""" +Streaming cursor of the table "v1_config" +""" +input v1_config_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_config_stream_cursor_value_input! - """Internal rpc type, which controls how the data is indexed.""" - rpc_type: String + """cursor ordering""" + ordering: cursor_ordering +} - """An array relationship""" - rpcs( - """distinct select on columns""" - distinct_on: [v1_rpcs_select_column!] +"""Initial value of the column from where the streaming should start""" +input v1_config_stream_cursor_value_input { + key: String + value: String +} - """limit the number of rows returned""" - limit: Int +"""Connection-open ACK events.""" +type v1_connection_open_ack { + """Hash of the block with the event.""" + block_hash: String - """skip the first n rows. Use only with order_by""" - offset: Int + """An object relationship""" + chain: v1_chains - """sort the rows by one or more columns""" - order_by: [v1_rpcs_order_by!] + """Client-id of the acknowledging chain (responding to the TRY).""" + client_id: String - """filter the rows returned""" - where: v1_rpcs_bool_exp - ): [v1_rpcs!]! + """Connection-id of the acknowledging chain (responding to the TRY).""" + connection_id: String - """Testnet indicator.""" - testnet: Boolean + """Client-id of counterparty chain (that created the TRY).""" + counterparty_client_id: String - """An array relationship""" - ucs1_configurations( - """distinct select on columns""" - distinct_on: [v1_ucs1_configurations_select_column!] + """Connection-id of counterparty chain (that created the TRY).""" + counterparty_connection_id: String - """limit the number of rows returned""" - limit: Int + """Height of the block with the event.""" + height: bigint - """skip the first n rows. Use only with order_by""" - offset: Int + """Timestamp of the block with the event.""" + timestamp: timestamptz - """sort the rows by one or more columns""" - order_by: [v1_ucs1_configurations_order_by!] + """Hash of the transaction with the event.""" + transaction_hash: String - """filter the rows returned""" - where: v1_ucs1_configurations_bool_exp - ): [v1_ucs1_configurations!]! + """Index of the transaction with the event.""" + transaction_index: Int } - -""" -Boolean expression to filter rows from the table "v1.chains". All fields are combined with a logical 'AND'. -""" -input v1_chains_bool_exp { - _and: [v1_chains_bool_exp!] - _not: v1_chains_bool_exp - _or: [v1_chains_bool_exp!] - addr_prefix: String_comparison_exp - assets: v1_assets_bool_exp - chain_id: String_comparison_exp - display_name: String_comparison_exp - enabled: Boolean_comparison_exp - enabled_staging: Boolean_comparison_exp - explorers: v1_explorers_bool_exp - logo_uri: String_comparison_exp - rpc_type: String_comparison_exp - rpcs: v1_rpcs_bool_exp - testnet: Boolean_comparison_exp - ucs1_configurations: v1_ucs1_configurations_bool_exp + +""" +Boolean expression to filter rows from the table "v1.connection_open_ack". All fields are combined with a logical 'AND'. +""" +input v1_connection_open_ack_bool_exp { + _and: [v1_connection_open_ack_bool_exp!] + _not: v1_connection_open_ack_bool_exp + _or: [v1_connection_open_ack_bool_exp!] + block_hash: String_comparison_exp + chain: v1_chains_bool_exp + client_id: String_comparison_exp + connection_id: String_comparison_exp + counterparty_client_id: String_comparison_exp + counterparty_connection_id: String_comparison_exp + height: bigint_comparison_exp + timestamp: timestamptz_comparison_exp + transaction_hash: String_comparison_exp + transaction_index: Int_comparison_exp } -"""Ordering options when selecting data from "v1.chains".""" -input v1_chains_order_by { - addr_prefix: order_by - assets_aggregate: v1_assets_aggregate_order_by - chain_id: order_by - display_name: order_by - enabled: order_by - enabled_staging: order_by - explorers_aggregate: v1_explorers_aggregate_order_by - logo_uri: order_by - rpc_type: order_by - rpcs_aggregate: v1_rpcs_aggregate_order_by - testnet: order_by - ucs1_configurations_aggregate: v1_ucs1_configurations_aggregate_order_by +"""Ordering options when selecting data from "v1.connection_open_ack".""" +input v1_connection_open_ack_order_by { + block_hash: order_by + chain: v1_chains_order_by + client_id: order_by + connection_id: order_by + counterparty_client_id: order_by + counterparty_connection_id: order_by + height: order_by + timestamp: order_by + transaction_hash: order_by + transaction_index: order_by } """ -select columns of table "v1.chains" +select columns of table "v1.connection_open_ack" """ -enum v1_chains_select_column { +enum v1_connection_open_ack_select_column { """column name""" - addr_prefix + block_hash """column name""" - chain_id + client_id """column name""" - display_name + connection_id """column name""" - enabled + counterparty_client_id """column name""" - enabled_staging + counterparty_connection_id """column name""" - logo_uri + height """column name""" - rpc_type + timestamp """column name""" - testnet + transaction_hash + + """column name""" + transaction_index } """ -Streaming cursor of the table "v1_chains" +Streaming cursor of the table "v1_connection_open_ack" """ -input v1_chains_stream_cursor_input { +input v1_connection_open_ack_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_chains_stream_cursor_value_input! + initial_value: v1_connection_open_ack_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_chains_stream_cursor_value_input { - """Prefix of the wallet address.""" - addr_prefix: String +input v1_connection_open_ack_stream_cursor_value_input { + """Hash of the block with the event.""" + block_hash: String - """Blockchain network identifier.""" - chain_id: String + """Client-id of the acknowledging chain (responding to the TRY).""" + client_id: String - """Human friendly representation of the chain.""" - display_name: String + """Connection-id of the acknowledging chain (responding to the TRY).""" + connection_id: String - """Controls if the chain is enabled in production.""" - enabled: Boolean + """Client-id of counterparty chain (that created the TRY).""" + counterparty_client_id: String - """Controls if the chain is enabled in staging.""" - enabled_staging: Boolean + """Connection-id of counterparty chain (that created the TRY).""" + counterparty_connection_id: String - """URI to the logo in SVG format.""" - logo_uri: String + """Height of the block with the event.""" + height: bigint - """Internal rpc type, which controls how the data is indexed.""" - rpc_type: String + """Timestamp of the block with the event.""" + timestamp: timestamptz - """Testnet indicator.""" - testnet: Boolean + """Hash of the transaction with the event.""" + transaction_hash: String + + """Index of the transaction with the event.""" + transaction_index: Int } -"""Channel-open ACK events.""" -type v1_channel_open_ack { +"""Connection-open confirm events.""" +type v1_connection_open_confirm { """Hash of the block with the event.""" block_hash: String """An object relationship""" chain: v1_chains - """Channel-id of the acknowledging chain (responding to the TRY).""" - channel_id: String + """Client-id of confirming chain (responding to the ACK).""" + client_id: String - """Connection-id of the acknowledging chain (responding to the TRY).""" + """Connection-id of confirming chain (responding to the ACK).""" connection_id: String - """Counterparty-id of counterparty chain (that created the TRY).""" - counterparty_channel_id: String + """Client-id of counterparty chain (that created the ACK).""" + counterparty_client_id: String - """Channel port-id of counterparty chain (that created the TRY).""" - counterparty_port_id: String + """Connection-id of counterparty chain (that created the ACK).""" + counterparty_connection_id: String """Height of the block with the event.""" height: bigint - """Channel port-id of the acknowledging chain (responding to the TRY).""" - port_id: String - """Timestamp of the block with the event.""" timestamp: timestamptz @@ -2917,65 +4710,62 @@ type v1_channel_open_ack { } """ -Boolean expression to filter rows from the table "v1.channel_open_ack". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1.connection_open_confirm". All fields are combined with a logical 'AND'. """ -input v1_channel_open_ack_bool_exp { - _and: [v1_channel_open_ack_bool_exp!] - _not: v1_channel_open_ack_bool_exp - _or: [v1_channel_open_ack_bool_exp!] +input v1_connection_open_confirm_bool_exp { + _and: [v1_connection_open_confirm_bool_exp!] + _not: v1_connection_open_confirm_bool_exp + _or: [v1_connection_open_confirm_bool_exp!] block_hash: String_comparison_exp chain: v1_chains_bool_exp - channel_id: String_comparison_exp + client_id: String_comparison_exp connection_id: String_comparison_exp - counterparty_channel_id: String_comparison_exp - counterparty_port_id: String_comparison_exp + counterparty_client_id: String_comparison_exp + counterparty_connection_id: String_comparison_exp height: bigint_comparison_exp - port_id: String_comparison_exp timestamp: timestamptz_comparison_exp transaction_hash: String_comparison_exp transaction_index: Int_comparison_exp } -"""Ordering options when selecting data from "v1.channel_open_ack".""" -input v1_channel_open_ack_order_by { +""" +Ordering options when selecting data from "v1.connection_open_confirm". +""" +input v1_connection_open_confirm_order_by { block_hash: order_by chain: v1_chains_order_by - channel_id: order_by + client_id: order_by connection_id: order_by - counterparty_channel_id: order_by - counterparty_port_id: order_by + counterparty_client_id: order_by + counterparty_connection_id: order_by height: order_by - port_id: order_by timestamp: order_by transaction_hash: order_by transaction_index: order_by } """ -select columns of table "v1.channel_open_ack" +select columns of table "v1.connection_open_confirm" """ -enum v1_channel_open_ack_select_column { +enum v1_connection_open_confirm_select_column { """column name""" block_hash """column name""" - channel_id + client_id """column name""" connection_id """column name""" - counterparty_channel_id + counterparty_client_id """column name""" - counterparty_port_id + counterparty_connection_id """column name""" height - """column name""" - port_id - """column name""" timestamp @@ -2987,39 +4777,36 @@ enum v1_channel_open_ack_select_column { } """ -Streaming cursor of the table "v1_channel_open_ack" +Streaming cursor of the table "v1_connection_open_confirm" """ -input v1_channel_open_ack_stream_cursor_input { +input v1_connection_open_confirm_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_channel_open_ack_stream_cursor_value_input! + initial_value: v1_connection_open_confirm_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_channel_open_ack_stream_cursor_value_input { +input v1_connection_open_confirm_stream_cursor_value_input { """Hash of the block with the event.""" block_hash: String - """Channel-id of the acknowledging chain (responding to the TRY).""" - channel_id: String + """Client-id of confirming chain (responding to the ACK).""" + client_id: String - """Connection-id of the acknowledging chain (responding to the TRY).""" + """Connection-id of confirming chain (responding to the ACK).""" connection_id: String - """Counterparty-id of counterparty chain (that created the TRY).""" - counterparty_channel_id: String + """Client-id of counterparty chain (that created the ACK).""" + counterparty_client_id: String - """Channel port-id of counterparty chain (that created the TRY).""" - counterparty_port_id: String + """Connection-id of counterparty chain (that created the ACK).""" + counterparty_connection_id: String """Height of the block with the event.""" height: bigint - """Channel port-id of the acknowledging chain (responding to the TRY).""" - port_id: String - """Timestamp of the block with the event.""" timestamp: timestamptz @@ -3030,32 +4817,26 @@ input v1_channel_open_ack_stream_cursor_value_input { transaction_index: Int } -"""Channel-open CONFIRM events.""" -type v1_channel_open_confirm { +"""Connection-open INIT events.""" +type v1_connection_open_init { """Hash of the block with the event.""" block_hash: String """An object relationship""" chain: v1_chains - """Channel-id of confirming chain (responding to the ACK).""" - channel_id: String + """Client-id of the initiating chain.""" + client_id: String - """Connection-id of confirming chain (responding to the ACK).""" + """Connection-id of the initiating chain.""" connection_id: String - """Channel-id of counterparty chain (that created the ACK).""" - counterparty_channel_id: String - - """Channel port-id of counterparty chain (that created the ACK).""" - counterparty_port_id: String + """Client-id of the counterparty chain (that should create a TRY).""" + counterparty_client_id: String """Height of the block with the event.""" height: bigint - """Channel port-id of confirming chain (responding to the ACK).""" - port_id: String - """Timestamp of the block with the event.""" timestamp: timestamptz @@ -3067,65 +4848,55 @@ type v1_channel_open_confirm { } """ -Boolean expression to filter rows from the table "v1.channel_open_confirm". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1.connection_open_init". All fields are combined with a logical 'AND'. """ -input v1_channel_open_confirm_bool_exp { - _and: [v1_channel_open_confirm_bool_exp!] - _not: v1_channel_open_confirm_bool_exp - _or: [v1_channel_open_confirm_bool_exp!] +input v1_connection_open_init_bool_exp { + _and: [v1_connection_open_init_bool_exp!] + _not: v1_connection_open_init_bool_exp + _or: [v1_connection_open_init_bool_exp!] block_hash: String_comparison_exp chain: v1_chains_bool_exp - channel_id: String_comparison_exp + client_id: String_comparison_exp connection_id: String_comparison_exp - counterparty_channel_id: String_comparison_exp - counterparty_port_id: String_comparison_exp + counterparty_client_id: String_comparison_exp height: bigint_comparison_exp - port_id: String_comparison_exp timestamp: timestamptz_comparison_exp transaction_hash: String_comparison_exp transaction_index: Int_comparison_exp } -"""Ordering options when selecting data from "v1.channel_open_confirm".""" -input v1_channel_open_confirm_order_by { +"""Ordering options when selecting data from "v1.connection_open_init".""" +input v1_connection_open_init_order_by { block_hash: order_by chain: v1_chains_order_by - channel_id: order_by + client_id: order_by connection_id: order_by - counterparty_channel_id: order_by - counterparty_port_id: order_by + counterparty_client_id: order_by height: order_by - port_id: order_by timestamp: order_by transaction_hash: order_by transaction_index: order_by } """ -select columns of table "v1.channel_open_confirm" +select columns of table "v1.connection_open_init" """ -enum v1_channel_open_confirm_select_column { +enum v1_connection_open_init_select_column { """column name""" block_hash """column name""" - channel_id + client_id """column name""" connection_id """column name""" - counterparty_channel_id - - """column name""" - counterparty_port_id + counterparty_client_id """column name""" height - """column name""" - port_id - """column name""" timestamp @@ -3137,39 +4908,33 @@ enum v1_channel_open_confirm_select_column { } """ -Streaming cursor of the table "v1_channel_open_confirm" +Streaming cursor of the table "v1_connection_open_init" """ -input v1_channel_open_confirm_stream_cursor_input { +input v1_connection_open_init_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_channel_open_confirm_stream_cursor_value_input! + initial_value: v1_connection_open_init_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_channel_open_confirm_stream_cursor_value_input { +input v1_connection_open_init_stream_cursor_value_input { """Hash of the block with the event.""" block_hash: String - """Channel-id of confirming chain (responding to the ACK).""" - channel_id: String + """Client-id of the initiating chain.""" + client_id: String - """Connection-id of confirming chain (responding to the ACK).""" + """Connection-id of the initiating chain.""" connection_id: String - """Channel-id of counterparty chain (that created the ACK).""" - counterparty_channel_id: String - - """Channel port-id of counterparty chain (that created the ACK).""" - counterparty_port_id: String + """Client-id of the counterparty chain (that should create a TRY).""" + counterparty_client_id: String """Height of the block with the event.""" height: bigint - """Channel port-id of confirming chain (responding to the ACK).""" - port_id: String - """Timestamp of the block with the event.""" timestamp: timestamptz @@ -3180,29 +4945,29 @@ input v1_channel_open_confirm_stream_cursor_value_input { transaction_index: Int } -"""Channel-open INIT events.""" -type v1_channel_open_init { +"""Connection-open TRY events.""" +type v1_connection_open_try { """Hash of the block with the event.""" block_hash: String """An object relationship""" chain: v1_chains - """Channel-id of the initiating chain.""" - channel_id: String + """Client-id of trying chain (responding to the INIT).""" + client_id: String - """Connection-id of the initiating chain.""" + """Connection-id of the trying chain (responding to the INIT).""" connection_id: String - """Channel port-id of the counterparty chain (that should create a TRY).""" - counterparty_port_id: String + """Client-id of counterparty chain (that created the INIT).""" + counterparty_client_id: String + + """Connection-id of counterparty chain (that created the INIT).""" + counterparty_connection_id: String """Height of the block with the event.""" height: bigint - """Channel port-id of the initiating chain.""" - port_id: String - """Timestamp of the block with the event.""" timestamp: timestamptz @@ -3211,67 +4976,62 @@ type v1_channel_open_init { """Index of the transaction with the event.""" transaction_index: Int - - """Channel version (application specific).""" - version: String } """ -Boolean expression to filter rows from the table "v1.channel_open_init". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1.connection_open_try". All fields are combined with a logical 'AND'. """ -input v1_channel_open_init_bool_exp { - _and: [v1_channel_open_init_bool_exp!] - _not: v1_channel_open_init_bool_exp - _or: [v1_channel_open_init_bool_exp!] +input v1_connection_open_try_bool_exp { + _and: [v1_connection_open_try_bool_exp!] + _not: v1_connection_open_try_bool_exp + _or: [v1_connection_open_try_bool_exp!] block_hash: String_comparison_exp chain: v1_chains_bool_exp - channel_id: String_comparison_exp + client_id: String_comparison_exp connection_id: String_comparison_exp - counterparty_port_id: String_comparison_exp + counterparty_client_id: String_comparison_exp + counterparty_connection_id: String_comparison_exp height: bigint_comparison_exp - port_id: String_comparison_exp timestamp: timestamptz_comparison_exp transaction_hash: String_comparison_exp transaction_index: Int_comparison_exp - version: String_comparison_exp } -"""Ordering options when selecting data from "v1.channel_open_init".""" -input v1_channel_open_init_order_by { +"""Ordering options when selecting data from "v1.connection_open_try".""" +input v1_connection_open_try_order_by { block_hash: order_by chain: v1_chains_order_by - channel_id: order_by + client_id: order_by connection_id: order_by - counterparty_port_id: order_by + counterparty_client_id: order_by + counterparty_connection_id: order_by height: order_by - port_id: order_by timestamp: order_by transaction_hash: order_by transaction_index: order_by - version: order_by } """ -select columns of table "v1.channel_open_init" +select columns of table "v1.connection_open_try" """ -enum v1_channel_open_init_select_column { +enum v1_connection_open_try_select_column { """column name""" block_hash """column name""" - channel_id + client_id """column name""" connection_id """column name""" - counterparty_port_id + counterparty_client_id """column name""" - height + counterparty_connection_id """column name""" - port_id + height """column name""" timestamp @@ -3281,42 +5041,39 @@ enum v1_channel_open_init_select_column { """column name""" transaction_index - - """column name""" - version } """ -Streaming cursor of the table "v1_channel_open_init" +Streaming cursor of the table "v1_connection_open_try" """ -input v1_channel_open_init_stream_cursor_input { +input v1_connection_open_try_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_channel_open_init_stream_cursor_value_input! + initial_value: v1_connection_open_try_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_channel_open_init_stream_cursor_value_input { +input v1_connection_open_try_stream_cursor_value_input { """Hash of the block with the event.""" block_hash: String - """Channel-id of the initiating chain.""" - channel_id: String + """Client-id of trying chain (responding to the INIT).""" + client_id: String - """Connection-id of the initiating chain.""" + """Connection-id of the trying chain (responding to the INIT).""" connection_id: String - """Channel port-id of the counterparty chain (that should create a TRY).""" - counterparty_port_id: String + """Client-id of counterparty chain (that created the INIT).""" + counterparty_client_id: String + + """Connection-id of counterparty chain (that created the INIT).""" + counterparty_connection_id: String """Height of the block with the event.""" height: bigint - """Channel port-id of the initiating chain.""" - port_id: String - """Timestamp of the block with the event.""" timestamp: timestamptz @@ -3325,996 +5082,1314 @@ input v1_channel_open_init_stream_cursor_value_input { """Index of the transaction with the event.""" transaction_index: Int - - """Channel version (application specific).""" - version: String } -"""Channel-open try events.""" -type v1_channel_open_try { - """Hash of the block with the event.""" - block_hash: String +"""Connection status.""" +type v1_connections { + """An object relationship""" + destination_chain: v1_chains + destination_chain_id: String + destination_client_id: String + destination_connection_id: String """An object relationship""" - chain: v1_chains + source_chain: v1_chains + source_chain_id: String + source_client_id: String + source_connection_id: String + status: String +} - """Channel-id of the trying chain (responding to the INIT).""" - channel_id: String +""" +Boolean expression to filter rows from the table "v1.connections". All fields are combined with a logical 'AND'. +""" +input v1_connections_bool_exp { + _and: [v1_connections_bool_exp!] + _not: v1_connections_bool_exp + _or: [v1_connections_bool_exp!] + destination_chain: v1_chains_bool_exp + destination_chain_id: String_comparison_exp + destination_client_id: String_comparison_exp + destination_connection_id: String_comparison_exp + source_chain: v1_chains_bool_exp + source_chain_id: String_comparison_exp + source_client_id: String_comparison_exp + source_connection_id: String_comparison_exp + status: String_comparison_exp +} - """Connection-id of the trying chain (responding to the INIT).""" - connection_id: String +"""Ordering options when selecting data from "v1.connections".""" +input v1_connections_order_by { + destination_chain: v1_chains_order_by + destination_chain_id: order_by + destination_client_id: order_by + destination_connection_id: order_by + source_chain: v1_chains_order_by + source_chain_id: order_by + source_client_id: order_by + source_connection_id: order_by + status: order_by +} - """Channel-id of counterparty chain (that created the INIT).""" - counterparty_channel_id: String +""" +select columns of table "v1.connections" +""" +enum v1_connections_select_column { + """column name""" + destination_chain_id - """Channel port-id of counterparty chain (that created the INIT).""" - counterparty_port_id: String + """column name""" + destination_client_id - """Height of the block with the event.""" - height: bigint + """column name""" + destination_connection_id - """Channel port-id of the trying chain (responding to the INIT).""" - port_id: String + """column name""" + source_chain_id - """Timestamp of the block with the event.""" - timestamp: timestamptz + """column name""" + source_client_id - """Hash of the transaction with the event.""" - transaction_hash: String + """column name""" + source_connection_id - """Index of the transaction with the event.""" - transaction_index: Int + """column name""" + status +} + +""" +Streaming cursor of the table "v1_connections" +""" +input v1_connections_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_connections_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_connections_stream_cursor_value_input { + destination_chain_id: String + destination_client_id: String + destination_connection_id: String + source_chain_id: String + source_client_id: String + source_connection_id: String + status: String +} + +""" +columns and relationships of "v1.contracts" +""" +type v1_contracts { + """Application Binary Interface.""" + abi: String + + """Contract address.""" + address: String + + """An object relationship""" + chain: v1_chains + + """ + Moment the contract is registered (not related to the block timestamp). + """ + created_at: timestamptz + + """Human readable description of the contract""" + description: String + + """Last block height the contract is active (exclusive)""" + max_height: bigint + + """Block height from which this contract is active (inclusive).""" + min_height: bigint + + """ + Moment the contract registration is changed (not related to the block timestamp). + """ + updated_at: timestamptz - """Channel version (application specific, same as version of the INIT).""" + """Version-control reference to the version""" version: String } """ -Boolean expression to filter rows from the table "v1.channel_open_try". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1.contracts". All fields are combined with a logical 'AND'. """ -input v1_channel_open_try_bool_exp { - _and: [v1_channel_open_try_bool_exp!] - _not: v1_channel_open_try_bool_exp - _or: [v1_channel_open_try_bool_exp!] - block_hash: String_comparison_exp +input v1_contracts_bool_exp { + _and: [v1_contracts_bool_exp!] + _not: v1_contracts_bool_exp + _or: [v1_contracts_bool_exp!] + abi: String_comparison_exp + address: String_comparison_exp chain: v1_chains_bool_exp - channel_id: String_comparison_exp - connection_id: String_comparison_exp - counterparty_channel_id: String_comparison_exp - counterparty_port_id: String_comparison_exp - height: bigint_comparison_exp - port_id: String_comparison_exp - timestamp: timestamptz_comparison_exp - transaction_hash: String_comparison_exp - transaction_index: Int_comparison_exp + created_at: timestamptz_comparison_exp + description: String_comparison_exp + max_height: bigint_comparison_exp + min_height: bigint_comparison_exp + updated_at: timestamptz_comparison_exp version: String_comparison_exp } -"""Ordering options when selecting data from "v1.channel_open_try".""" -input v1_channel_open_try_order_by { - block_hash: order_by +"""Ordering options when selecting data from "v1.contracts".""" +input v1_contracts_order_by { + abi: order_by + address: order_by chain: v1_chains_order_by - channel_id: order_by - connection_id: order_by - counterparty_channel_id: order_by - counterparty_port_id: order_by - height: order_by - port_id: order_by - timestamp: order_by - transaction_hash: order_by - transaction_index: order_by + created_at: order_by + description: order_by + max_height: order_by + min_height: order_by + updated_at: order_by version: order_by } """ -select columns of table "v1.channel_open_try" +select columns of table "v1.contracts" """ -enum v1_channel_open_try_select_column { +enum v1_contracts_select_column { """column name""" - block_hash + abi """column name""" - channel_id + address """column name""" - connection_id + created_at """column name""" - counterparty_channel_id + description """column name""" - counterparty_port_id + max_height """column name""" - height + min_height """column name""" - port_id + updated_at """column name""" - timestamp + version +} - """column name""" - transaction_hash +""" +Streaming cursor of the table "v1_contracts" +""" +input v1_contracts_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_contracts_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_contracts_stream_cursor_value_input { + """Application Binary Interface.""" + abi: String + + """Contract address.""" + address: String + + """ + Moment the contract is registered (not related to the block timestamp). + """ + created_at: timestamptz + + """Human readable description of the contract""" + description: String + + """Last block height the contract is active (exclusive)""" + max_height: bigint + + """Block height from which this contract is active (inclusive).""" + min_height: bigint + + """ + Moment the contract registration is changed (not related to the block timestamp). + """ + updated_at: timestamptz + + """Version-control reference to the version""" + version: String +} + +"""Daily packet counts.""" +type v1_daily_packets { + """Number of packets.""" + count: bigint + + """Day the packet was initiated (in UTC timezone).""" + day: date +} + +""" +Boolean expression to filter rows from the table "v1.daily_packets". All fields are combined with a logical 'AND'. +""" +input v1_daily_packets_bool_exp { + _and: [v1_daily_packets_bool_exp!] + _not: v1_daily_packets_bool_exp + _or: [v1_daily_packets_bool_exp!] + count: bigint_comparison_exp + day: date_comparison_exp +} +"""Ordering options when selecting data from "v1.daily_packets".""" +input v1_daily_packets_order_by { + count: order_by + day: order_by +} + +""" +select columns of table "v1.daily_packets" +""" +enum v1_daily_packets_select_column { """column name""" - transaction_index + count """column name""" - version + day } """ -Streaming cursor of the table "v1_channel_open_try" +Streaming cursor of the table "v1_daily_packets" """ -input v1_channel_open_try_stream_cursor_input { +input v1_daily_packets_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_channel_open_try_stream_cursor_value_input! + initial_value: v1_daily_packets_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_channel_open_try_stream_cursor_value_input { - """Hash of the block with the event.""" - block_hash: String - - """Channel-id of the trying chain (responding to the INIT).""" - channel_id: String +input v1_daily_packets_stream_cursor_value_input { + """Number of packets.""" + count: bigint - """Connection-id of the trying chain (responding to the INIT).""" - connection_id: String + """Day the packet was initiated (in UTC timezone).""" + day: date +} - """Channel-id of counterparty chain (that created the INIT).""" - counterparty_channel_id: String +"""Daily transfer counts.""" +type v1_daily_transfers { + """Number of transfers.""" + count: bigint - """Channel port-id of counterparty chain (that created the INIT).""" - counterparty_port_id: String + """Day the transfer was initiated (in UTC timezone).""" + day: date +} - """Height of the block with the event.""" - height: bigint +""" +Boolean expression to filter rows from the table "v1.daily_transfers". All fields are combined with a logical 'AND'. +""" +input v1_daily_transfers_bool_exp { + _and: [v1_daily_transfers_bool_exp!] + _not: v1_daily_transfers_bool_exp + _or: [v1_daily_transfers_bool_exp!] + count: bigint_comparison_exp + day: date_comparison_exp +} - """Channel port-id of the trying chain (responding to the INIT).""" - port_id: String +"""Ordering options when selecting data from "v1.daily_transfers".""" +input v1_daily_transfers_order_by { + count: order_by + day: order_by +} - """Timestamp of the block with the event.""" - timestamp: timestamptz +""" +select columns of table "v1.daily_transfers" +""" +enum v1_daily_transfers_select_column { + """column name""" + count - """Hash of the transaction with the event.""" - transaction_hash: String + """column name""" + day +} - """Index of the transaction with the event.""" - transaction_index: Int +""" +Streaming cursor of the table "v1_daily_transfers" +""" +input v1_daily_transfers_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_daily_transfers_stream_cursor_value_input! - """Channel version (application specific, same as version of the INIT).""" - version: String + """cursor ordering""" + ordering: cursor_ordering } -"""Channel status.""" -type v1_channels { - """An object relationship""" - connection: v1_connections +"""Initial value of the column from where the streaming should start""" +input v1_daily_transfers_stream_cursor_value_input { + """Number of transfers.""" + count: bigint - """An object relationship""" - destination_chain: v1_chains - destination_chain_id: String - destination_channel_id: String - destination_connection_id: String - destination_port_id: String + """Day the transfer was initiated (in UTC timezone).""" + day: date +} + +""" +columns and relationships of "v1.explorers" +""" +type v1_explorers { + address_url: String + block_url: String """An object relationship""" - source_chain: v1_chains - source_chain_id: String - source_channel_id: String - source_connection_id: String - source_port_id: String - status: String - version: String + chain: v1_chains + description: String + display_name: String + home_url: String + logo_uri: String + tx_url: String } """ -Boolean expression to filter rows from the table "v1.channels". All fields are combined with a logical 'AND'. +order by aggregate values of table "v1.explorers" """ -input v1_channels_bool_exp { - _and: [v1_channels_bool_exp!] - _not: v1_channels_bool_exp - _or: [v1_channels_bool_exp!] - connection: v1_connections_bool_exp - destination_chain: v1_chains_bool_exp - destination_chain_id: String_comparison_exp - destination_channel_id: String_comparison_exp - destination_connection_id: String_comparison_exp - destination_port_id: String_comparison_exp - source_chain: v1_chains_bool_exp - source_chain_id: String_comparison_exp - source_channel_id: String_comparison_exp - source_connection_id: String_comparison_exp - source_port_id: String_comparison_exp - status: String_comparison_exp - version: String_comparison_exp +input v1_explorers_aggregate_order_by { + count: order_by + max: v1_explorers_max_order_by + min: v1_explorers_min_order_by } -"""Ordering options when selecting data from "v1.channels".""" -input v1_channels_order_by { - connection: v1_connections_order_by - destination_chain: v1_chains_order_by - destination_chain_id: order_by - destination_channel_id: order_by - destination_connection_id: order_by - destination_port_id: order_by - source_chain: v1_chains_order_by - source_chain_id: order_by - source_channel_id: order_by - source_connection_id: order_by - source_port_id: order_by - status: order_by - version: order_by +""" +Boolean expression to filter rows from the table "v1.explorers". All fields are combined with a logical 'AND'. +""" +input v1_explorers_bool_exp { + _and: [v1_explorers_bool_exp!] + _not: v1_explorers_bool_exp + _or: [v1_explorers_bool_exp!] + address_url: String_comparison_exp + block_url: String_comparison_exp + chain: v1_chains_bool_exp + description: String_comparison_exp + display_name: String_comparison_exp + home_url: String_comparison_exp + logo_uri: String_comparison_exp + tx_url: String_comparison_exp } """ -select columns of table "v1.channels" +order by max() on columns of table "v1.explorers" """ -enum v1_channels_select_column { - """column name""" - destination_chain_id +input v1_explorers_max_order_by { + address_url: order_by + block_url: order_by + description: order_by + display_name: order_by + home_url: order_by + logo_uri: order_by + tx_url: order_by +} - """column name""" - destination_channel_id +""" +order by min() on columns of table "v1.explorers" +""" +input v1_explorers_min_order_by { + address_url: order_by + block_url: order_by + description: order_by + display_name: order_by + home_url: order_by + logo_uri: order_by + tx_url: order_by +} - """column name""" - destination_connection_id +"""Ordering options when selecting data from "v1.explorers".""" +input v1_explorers_order_by { + address_url: order_by + block_url: order_by + chain: v1_chains_order_by + description: order_by + display_name: order_by + home_url: order_by + logo_uri: order_by + tx_url: order_by +} +""" +select columns of table "v1.explorers" +""" +enum v1_explorers_select_column { """column name""" - destination_port_id + address_url """column name""" - source_chain_id + block_url """column name""" - source_channel_id + description """column name""" - source_connection_id + display_name """column name""" - source_port_id + home_url """column name""" - status + logo_uri """column name""" - version + tx_url } """ -Streaming cursor of the table "v1_channels" +Streaming cursor of the table "v1_explorers" """ -input v1_channels_stream_cursor_input { +input v1_explorers_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_channels_stream_cursor_value_input! + initial_value: v1_explorers_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_channels_stream_cursor_value_input { - destination_chain_id: String - destination_channel_id: String - destination_connection_id: String - destination_port_id: String - source_chain_id: String - source_channel_id: String - source_connection_id: String - source_port_id: String - status: String - version: String +input v1_explorers_stream_cursor_value_input { + address_url: String + block_url: String + description: String + display_name: String + home_url: String + logo_uri: String + tx_url: String } -"""Client chain relations""" -type v1_clients { +"""Faucet metadata.""" +type v1_faucets { + """An object relationship""" + asset: v1_assets + """An object relationship""" chain: v1_chains - """Client-id""" - client_id: String + """Unique identifier.""" + denom: String - """Chain-id that is tracked.""" - counterparty_chain_id: String + """Human friendly name.""" + display_name: String + + """Enabled in app.""" + enabled: Boolean + + """URL of the faucet.""" + url: String } """ -Boolean expression to filter rows from the table "v1.clients". All fields are combined with a logical 'AND'. +order by aggregate values of table "v1.faucets" """ -input v1_clients_bool_exp { - _and: [v1_clients_bool_exp!] - _not: v1_clients_bool_exp - _or: [v1_clients_bool_exp!] +input v1_faucets_aggregate_order_by { + count: order_by + max: v1_faucets_max_order_by + min: v1_faucets_min_order_by +} + +""" +Boolean expression to filter rows from the table "v1.faucets". All fields are combined with a logical 'AND'. +""" +input v1_faucets_bool_exp { + _and: [v1_faucets_bool_exp!] + _not: v1_faucets_bool_exp + _or: [v1_faucets_bool_exp!] + asset: v1_assets_bool_exp chain: v1_chains_bool_exp - client_id: String_comparison_exp - counterparty_chain_id: String_comparison_exp + denom: String_comparison_exp + display_name: String_comparison_exp + enabled: Boolean_comparison_exp + url: String_comparison_exp } -"""Ordering options when selecting data from "v1.clients".""" -input v1_clients_order_by { +""" +order by max() on columns of table "v1.faucets" +""" +input v1_faucets_max_order_by { + """Unique identifier.""" + denom: order_by + + """Human friendly name.""" + display_name: order_by + + """URL of the faucet.""" + url: order_by +} + +""" +order by min() on columns of table "v1.faucets" +""" +input v1_faucets_min_order_by { + """Unique identifier.""" + denom: order_by + + """Human friendly name.""" + display_name: order_by + + """URL of the faucet.""" + url: order_by +} + +"""Ordering options when selecting data from "v1.faucets".""" +input v1_faucets_order_by { + asset: v1_assets_order_by chain: v1_chains_order_by - client_id: order_by - counterparty_chain_id: order_by + denom: order_by + display_name: order_by + enabled: order_by + url: order_by } """ -select columns of table "v1.clients" +select columns of table "v1.faucets" """ -enum v1_clients_select_column { +enum v1_faucets_select_column { """column name""" - client_id + denom """column name""" - counterparty_chain_id + display_name + + """column name""" + enabled + + """column name""" + url } """ -Streaming cursor of the table "v1_clients" +Streaming cursor of the table "v1_faucets" """ -input v1_clients_stream_cursor_input { +input v1_faucets_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_clients_stream_cursor_value_input! + initial_value: v1_faucets_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } -"""Initial value of the column from where the streaming should start""" -input v1_clients_stream_cursor_value_input { - """Client-id""" - client_id: String +"""Initial value of the column from where the streaming should start""" +input v1_faucets_stream_cursor_value_input { + """Unique identifier.""" + denom: String + + """Human friendly name.""" + display_name: String + + """Enabled in app.""" + enabled: Boolean - """Chain-id that is tracked.""" - counterparty_chain_id: String + """URL of the faucet.""" + url: String } """ -columns and relationships of "v1.config" +columns and relationships of "v1.health_check" """ -type v1_config { - key: String - value: String +type v1_health_check { + result: String + test: String } """ -Boolean expression to filter rows from the table "v1.config". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1.health_check". All fields are combined with a logical 'AND'. """ -input v1_config_bool_exp { - _and: [v1_config_bool_exp!] - _not: v1_config_bool_exp - _or: [v1_config_bool_exp!] - key: String_comparison_exp - value: String_comparison_exp +input v1_health_check_bool_exp { + _and: [v1_health_check_bool_exp!] + _not: v1_health_check_bool_exp + _or: [v1_health_check_bool_exp!] + result: String_comparison_exp + test: String_comparison_exp } -"""Ordering options when selecting data from "v1.config".""" -input v1_config_order_by { - key: order_by - value: order_by +"""Ordering options when selecting data from "v1.health_check".""" +input v1_health_check_order_by { + result: order_by + test: order_by } """ -select columns of table "v1.config" +select columns of table "v1.health_check" """ -enum v1_config_select_column { +enum v1_health_check_select_column { """column name""" - key + result """column name""" - value + test } """ -Streaming cursor of the table "v1_config" +Streaming cursor of the table "v1_health_check" """ -input v1_config_stream_cursor_input { +input v1_health_check_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_config_stream_cursor_value_input! + initial_value: v1_health_check_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_config_stream_cursor_value_input { - key: String - value: String +input v1_health_check_stream_cursor_value_input { + result: String + test: String } -"""Connection-open ACK events.""" -type v1_connection_open_ack { - """Hash of the block with the event.""" - block_hash: String - +""" +columns and relationships of "v1_ibc_union.assets" +""" +type v1_ibc_union_assets { """An object relationship""" - chain: v1_chains + chain: v1_ibc_union_chains + decimals: Int + denom: String + display_name: String + display_symbol: String - """Client-id of the acknowledging chain (responding to the TRY).""" - client_id: String + """An array relationship""" + faucets( + """distinct select on columns""" + distinct_on: [v1_ibc_union_faucets_select_column!] - """Connection-id of the acknowledging chain (responding to the TRY).""" - connection_id: String + """limit the number of rows returned""" + limit: Int - """Client-id of counterparty chain (that created the TRY).""" - counterparty_client_id: String + """skip the first n rows. Use only with order_by""" + offset: Int - """Connection-id of counterparty chain (that created the TRY).""" - counterparty_connection_id: String + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_faucets_order_by!] - """Height of the block with the event.""" - height: bigint + """filter the rows returned""" + where: v1_ibc_union_faucets_bool_exp + ): [v1_ibc_union_faucets!]! + gas_token: Boolean + logo_uri: String + origin: String - """Timestamp of the block with the event.""" - timestamp: timestamptz + """An object relationship""" + unwrapped_chain: v1_ibc_union_chains + unwrapped_denom: String +} - """Hash of the transaction with the event.""" - transaction_hash: String +""" +order by aggregate values of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_aggregate_order_by { + avg: v1_ibc_union_assets_avg_order_by + count: order_by + max: v1_ibc_union_assets_max_order_by + min: v1_ibc_union_assets_min_order_by + stddev: v1_ibc_union_assets_stddev_order_by + stddev_pop: v1_ibc_union_assets_stddev_pop_order_by + stddev_samp: v1_ibc_union_assets_stddev_samp_order_by + sum: v1_ibc_union_assets_sum_order_by + var_pop: v1_ibc_union_assets_var_pop_order_by + var_samp: v1_ibc_union_assets_var_samp_order_by + variance: v1_ibc_union_assets_variance_order_by +} - """Index of the transaction with the event.""" - transaction_index: Int +""" +order by avg() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_avg_order_by { + decimals: order_by } """ -Boolean expression to filter rows from the table "v1.connection_open_ack". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.assets". All fields are combined with a logical 'AND'. """ -input v1_connection_open_ack_bool_exp { - _and: [v1_connection_open_ack_bool_exp!] - _not: v1_connection_open_ack_bool_exp - _or: [v1_connection_open_ack_bool_exp!] - block_hash: String_comparison_exp - chain: v1_chains_bool_exp - client_id: String_comparison_exp - connection_id: String_comparison_exp - counterparty_client_id: String_comparison_exp - counterparty_connection_id: String_comparison_exp - height: bigint_comparison_exp - timestamp: timestamptz_comparison_exp - transaction_hash: String_comparison_exp - transaction_index: Int_comparison_exp +input v1_ibc_union_assets_bool_exp { + _and: [v1_ibc_union_assets_bool_exp!] + _not: v1_ibc_union_assets_bool_exp + _or: [v1_ibc_union_assets_bool_exp!] + chain: v1_ibc_union_chains_bool_exp + decimals: Int_comparison_exp + denom: String_comparison_exp + display_name: String_comparison_exp + display_symbol: String_comparison_exp + faucets: v1_ibc_union_faucets_bool_exp + gas_token: Boolean_comparison_exp + logo_uri: String_comparison_exp + origin: String_comparison_exp + unwrapped_chain: v1_ibc_union_chains_bool_exp + unwrapped_denom: String_comparison_exp } -"""Ordering options when selecting data from "v1.connection_open_ack".""" -input v1_connection_open_ack_order_by { - block_hash: order_by - chain: v1_chains_order_by - client_id: order_by - connection_id: order_by - counterparty_client_id: order_by - counterparty_connection_id: order_by - height: order_by - timestamp: order_by - transaction_hash: order_by - transaction_index: order_by +""" +order by max() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_max_order_by { + decimals: order_by + denom: order_by + display_name: order_by + display_symbol: order_by + logo_uri: order_by + origin: order_by + unwrapped_denom: order_by } """ -select columns of table "v1.connection_open_ack" +order by min() on columns of table "v1_ibc_union.assets" """ -enum v1_connection_open_ack_select_column { - """column name""" - block_hash +input v1_ibc_union_assets_min_order_by { + decimals: order_by + denom: order_by + display_name: order_by + display_symbol: order_by + logo_uri: order_by + origin: order_by + unwrapped_denom: order_by +} + +"""Ordering options when selecting data from "v1_ibc_union.assets".""" +input v1_ibc_union_assets_order_by { + chain: v1_ibc_union_chains_order_by + decimals: order_by + denom: order_by + display_name: order_by + display_symbol: order_by + faucets_aggregate: v1_ibc_union_faucets_aggregate_order_by + gas_token: order_by + logo_uri: order_by + origin: order_by + unwrapped_chain: v1_ibc_union_chains_order_by + unwrapped_denom: order_by +} +""" +select columns of table "v1_ibc_union.assets" +""" +enum v1_ibc_union_assets_select_column { """column name""" - client_id + decimals """column name""" - connection_id + denom """column name""" - counterparty_client_id + display_name """column name""" - counterparty_connection_id + display_symbol """column name""" - height + gas_token """column name""" - timestamp + logo_uri """column name""" - transaction_hash + origin """column name""" - transaction_index + unwrapped_denom } """ -Streaming cursor of the table "v1_connection_open_ack" +order by stddev() on columns of table "v1_ibc_union.assets" """ -input v1_connection_open_ack_stream_cursor_input { +input v1_ibc_union_assets_stddev_order_by { + decimals: order_by +} + +""" +order by stddev_pop() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_stddev_pop_order_by { + decimals: order_by +} + +""" +order by stddev_samp() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_stddev_samp_order_by { + decimals: order_by +} + +""" +Streaming cursor of the table "v1_ibc_union_assets" +""" +input v1_ibc_union_assets_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_connection_open_ack_stream_cursor_value_input! + initial_value: v1_ibc_union_assets_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_connection_open_ack_stream_cursor_value_input { - """Hash of the block with the event.""" - block_hash: String +input v1_ibc_union_assets_stream_cursor_value_input { + decimals: Int + denom: String + display_name: String + display_symbol: String + gas_token: Boolean + logo_uri: String + origin: String + unwrapped_denom: String +} - """Client-id of the acknowledging chain (responding to the TRY).""" - client_id: String +""" +order by sum() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_sum_order_by { + decimals: order_by +} - """Connection-id of the acknowledging chain (responding to the TRY).""" - connection_id: String +""" +order by var_pop() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_var_pop_order_by { + decimals: order_by +} - """Client-id of counterparty chain (that created the TRY).""" - counterparty_client_id: String +""" +order by var_samp() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_var_samp_order_by { + decimals: order_by +} - """Connection-id of counterparty chain (that created the TRY).""" - counterparty_connection_id: String +""" +order by variance() on columns of table "v1_ibc_union.assets" +""" +input v1_ibc_union_assets_variance_order_by { + decimals: order_by +} - """Height of the block with the event.""" - height: bigint +""" +columns and relationships of "v1_ibc_union.chains" +""" +type v1_ibc_union_chains { + addr_prefix: String - """Timestamp of the block with the event.""" - timestamp: timestamptz + """An array relationship""" + assets( + """distinct select on columns""" + distinct_on: [v1_ibc_union_assets_select_column!] - """Hash of the transaction with the event.""" - transaction_hash: String + """limit the number of rows returned""" + limit: Int - """Index of the transaction with the event.""" - transaction_index: Int -} + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_assets_order_by!] -"""Connection-open confirm events.""" -type v1_connection_open_confirm { - """Hash of the block with the event.""" - block_hash: String + """filter the rows returned""" + where: v1_ibc_union_assets_bool_exp + ): [v1_ibc_union_assets!]! + chain_id: String + display_name: String + enabled: Boolean + enabled_staging: Boolean - """An object relationship""" - chain: v1_chains + """An array relationship""" + explorers( + """distinct select on columns""" + distinct_on: [v1_ibc_union_explorers_select_column!] - """Client-id of confirming chain (responding to the ACK).""" - client_id: String + """limit the number of rows returned""" + limit: Int - """Connection-id of confirming chain (responding to the ACK).""" - connection_id: String + """skip the first n rows. Use only with order_by""" + offset: Int - """Client-id of counterparty chain (that created the ACK).""" - counterparty_client_id: String + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_explorers_order_by!] - """Connection-id of counterparty chain (that created the ACK).""" - counterparty_connection_id: String + """filter the rows returned""" + where: v1_ibc_union_explorers_bool_exp + ): [v1_ibc_union_explorers!]! + logo_uri: String + rpc_type: String - """Height of the block with the event.""" - height: bigint + """An array relationship""" + rpcs( + """distinct select on columns""" + distinct_on: [v1_ibc_union_rpcs_select_column!] - """Timestamp of the block with the event.""" - timestamp: timestamptz + """limit the number of rows returned""" + limit: Int - """Hash of the transaction with the event.""" - transaction_hash: String + """skip the first n rows. Use only with order_by""" + offset: Int - """Index of the transaction with the event.""" - transaction_index: Int + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_rpcs_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_rpcs_bool_exp + ): [v1_ibc_union_rpcs!]! + testnet: Boolean } """ -Boolean expression to filter rows from the table "v1.connection_open_confirm". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.chains". All fields are combined with a logical 'AND'. """ -input v1_connection_open_confirm_bool_exp { - _and: [v1_connection_open_confirm_bool_exp!] - _not: v1_connection_open_confirm_bool_exp - _or: [v1_connection_open_confirm_bool_exp!] - block_hash: String_comparison_exp - chain: v1_chains_bool_exp - client_id: String_comparison_exp - connection_id: String_comparison_exp - counterparty_client_id: String_comparison_exp - counterparty_connection_id: String_comparison_exp - height: bigint_comparison_exp - timestamp: timestamptz_comparison_exp - transaction_hash: String_comparison_exp - transaction_index: Int_comparison_exp +input v1_ibc_union_chains_bool_exp { + _and: [v1_ibc_union_chains_bool_exp!] + _not: v1_ibc_union_chains_bool_exp + _or: [v1_ibc_union_chains_bool_exp!] + addr_prefix: String_comparison_exp + assets: v1_ibc_union_assets_bool_exp + chain_id: String_comparison_exp + display_name: String_comparison_exp + enabled: Boolean_comparison_exp + enabled_staging: Boolean_comparison_exp + explorers: v1_ibc_union_explorers_bool_exp + logo_uri: String_comparison_exp + rpc_type: String_comparison_exp + rpcs: v1_ibc_union_rpcs_bool_exp + testnet: Boolean_comparison_exp } -""" -Ordering options when selecting data from "v1.connection_open_confirm". -""" -input v1_connection_open_confirm_order_by { - block_hash: order_by - chain: v1_chains_order_by - client_id: order_by - connection_id: order_by - counterparty_client_id: order_by - counterparty_connection_id: order_by - height: order_by - timestamp: order_by - transaction_hash: order_by - transaction_index: order_by +"""Ordering options when selecting data from "v1_ibc_union.chains".""" +input v1_ibc_union_chains_order_by { + addr_prefix: order_by + assets_aggregate: v1_ibc_union_assets_aggregate_order_by + chain_id: order_by + display_name: order_by + enabled: order_by + enabled_staging: order_by + explorers_aggregate: v1_ibc_union_explorers_aggregate_order_by + logo_uri: order_by + rpc_type: order_by + rpcs_aggregate: v1_ibc_union_rpcs_aggregate_order_by + testnet: order_by } """ -select columns of table "v1.connection_open_confirm" +select columns of table "v1_ibc_union.chains" """ -enum v1_connection_open_confirm_select_column { +enum v1_ibc_union_chains_select_column { """column name""" - block_hash - - """column name""" - client_id + addr_prefix """column name""" - connection_id + chain_id """column name""" - counterparty_client_id + display_name """column name""" - counterparty_connection_id + enabled """column name""" - height + enabled_staging """column name""" - timestamp + logo_uri """column name""" - transaction_hash + rpc_type """column name""" - transaction_index + testnet } """ -Streaming cursor of the table "v1_connection_open_confirm" +Streaming cursor of the table "v1_ibc_union_chains" """ -input v1_connection_open_confirm_stream_cursor_input { +input v1_ibc_union_chains_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_connection_open_confirm_stream_cursor_value_input! + initial_value: v1_ibc_union_chains_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_connection_open_confirm_stream_cursor_value_input { - """Hash of the block with the event.""" - block_hash: String - - """Client-id of confirming chain (responding to the ACK).""" - client_id: String - - """Connection-id of confirming chain (responding to the ACK).""" - connection_id: String - - """Client-id of counterparty chain (that created the ACK).""" - counterparty_client_id: String - - """Connection-id of counterparty chain (that created the ACK).""" - counterparty_connection_id: String - - """Height of the block with the event.""" - height: bigint - - """Timestamp of the block with the event.""" - timestamp: timestamptz - - """Hash of the transaction with the event.""" - transaction_hash: String - - """Index of the transaction with the event.""" - transaction_index: Int +input v1_ibc_union_chains_stream_cursor_value_input { + addr_prefix: String + chain_id: String + display_name: String + enabled: Boolean + enabled_staging: Boolean + logo_uri: String + rpc_type: String + testnet: Boolean } -"""Connection-open INIT events.""" -type v1_connection_open_init { - """Hash of the block with the event.""" - block_hash: String - +""" +columns and relationships of "v1_ibc_union.channels" +""" +type v1_ibc_union_channels { """An object relationship""" - chain: v1_chains - - """Client-id of the initiating chain.""" - client_id: String - - """Connection-id of the initiating chain.""" - connection_id: String - - """Client-id of the counterparty chain (that should create a TRY).""" - counterparty_client_id: String - - """Height of the block with the event.""" - height: bigint - - """Timestamp of the block with the event.""" - timestamp: timestamptz + connection: v1_ibc_union_connections - """Hash of the transaction with the event.""" - transaction_hash: String + """An object relationship""" + destination_chain: v1_ibc_union_chains + destination_chain_id: String + destination_connection_id: Int + destination_port_id: String + internal_source_chain_id: Int - """Index of the transaction with the event.""" - transaction_index: Int + """An object relationship""" + source_chain: v1_ibc_union_chains + source_chain_id: String + source_channel_id: Int + source_connection_id: Int + source_port_id: String + status: String + version: String } """ -Boolean expression to filter rows from the table "v1.connection_open_init". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.channels". All fields are combined with a logical 'AND'. """ -input v1_connection_open_init_bool_exp { - _and: [v1_connection_open_init_bool_exp!] - _not: v1_connection_open_init_bool_exp - _or: [v1_connection_open_init_bool_exp!] - block_hash: String_comparison_exp - chain: v1_chains_bool_exp - client_id: String_comparison_exp - connection_id: String_comparison_exp - counterparty_client_id: String_comparison_exp - height: bigint_comparison_exp - timestamp: timestamptz_comparison_exp - transaction_hash: String_comparison_exp - transaction_index: Int_comparison_exp +input v1_ibc_union_channels_bool_exp { + _and: [v1_ibc_union_channels_bool_exp!] + _not: v1_ibc_union_channels_bool_exp + _or: [v1_ibc_union_channels_bool_exp!] + connection: v1_ibc_union_connections_bool_exp + destination_chain: v1_ibc_union_chains_bool_exp + destination_chain_id: String_comparison_exp + destination_connection_id: Int_comparison_exp + destination_port_id: String_comparison_exp + internal_source_chain_id: Int_comparison_exp + source_chain: v1_ibc_union_chains_bool_exp + source_chain_id: String_comparison_exp + source_channel_id: Int_comparison_exp + source_connection_id: Int_comparison_exp + source_port_id: String_comparison_exp + status: String_comparison_exp + version: String_comparison_exp } -"""Ordering options when selecting data from "v1.connection_open_init".""" -input v1_connection_open_init_order_by { - block_hash: order_by - chain: v1_chains_order_by - client_id: order_by - connection_id: order_by - counterparty_client_id: order_by - height: order_by - timestamp: order_by - transaction_hash: order_by - transaction_index: order_by +"""Ordering options when selecting data from "v1_ibc_union.channels".""" +input v1_ibc_union_channels_order_by { + connection: v1_ibc_union_connections_order_by + destination_chain: v1_ibc_union_chains_order_by + destination_chain_id: order_by + destination_connection_id: order_by + destination_port_id: order_by + internal_source_chain_id: order_by + source_chain: v1_ibc_union_chains_order_by + source_chain_id: order_by + source_channel_id: order_by + source_connection_id: order_by + source_port_id: order_by + status: order_by + version: order_by } """ -select columns of table "v1.connection_open_init" +select columns of table "v1_ibc_union.channels" """ -enum v1_connection_open_init_select_column { +enum v1_ibc_union_channels_select_column { """column name""" - block_hash + destination_chain_id """column name""" - client_id + destination_connection_id """column name""" - connection_id + destination_port_id """column name""" - counterparty_client_id + internal_source_chain_id """column name""" - height + source_chain_id """column name""" - timestamp + source_channel_id """column name""" - transaction_hash + source_connection_id + + """column name""" + source_port_id + + """column name""" + status """column name""" - transaction_index + version } """ -Streaming cursor of the table "v1_connection_open_init" +Streaming cursor of the table "v1_ibc_union_channels" """ -input v1_connection_open_init_stream_cursor_input { +input v1_ibc_union_channels_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_connection_open_init_stream_cursor_value_input! + initial_value: v1_ibc_union_channels_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_connection_open_init_stream_cursor_value_input { - """Hash of the block with the event.""" - block_hash: String - - """Client-id of the initiating chain.""" - client_id: String - - """Connection-id of the initiating chain.""" - connection_id: String - - """Client-id of the counterparty chain (that should create a TRY).""" - counterparty_client_id: String - - """Height of the block with the event.""" - height: bigint - - """Timestamp of the block with the event.""" - timestamp: timestamptz - - """Hash of the transaction with the event.""" - transaction_hash: String - - """Index of the transaction with the event.""" - transaction_index: Int +input v1_ibc_union_channels_stream_cursor_value_input { + destination_chain_id: String + destination_connection_id: Int + destination_port_id: String + internal_source_chain_id: Int + source_chain_id: String + source_channel_id: Int + source_connection_id: Int + source_port_id: String + status: String + version: String } -"""Connection-open TRY events.""" -type v1_connection_open_try { - """Hash of the block with the event.""" - block_hash: String - +""" +columns and relationships of "v1_ibc_union.clients" +""" +type v1_ibc_union_clients { """An object relationship""" - chain: v1_chains - - """Client-id of trying chain (responding to the INIT).""" - client_id: String - - """Connection-id of the trying chain (responding to the INIT).""" - connection_id: String - - """Client-id of counterparty chain (that created the INIT).""" - counterparty_client_id: String - - """Connection-id of counterparty chain (that created the INIT).""" - counterparty_connection_id: String - - """Height of the block with the event.""" - height: bigint - - """Timestamp of the block with the event.""" - timestamp: timestamptz - - """Hash of the transaction with the event.""" - transaction_hash: String + chain: v1_ibc_union_chains + client_id: bigint - """Index of the transaction with the event.""" - transaction_index: Int + """An object relationship""" + counterparty_chain: v1_ibc_union_chains } """ -Boolean expression to filter rows from the table "v1.connection_open_try". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.clients". All fields are combined with a logical 'AND'. """ -input v1_connection_open_try_bool_exp { - _and: [v1_connection_open_try_bool_exp!] - _not: v1_connection_open_try_bool_exp - _or: [v1_connection_open_try_bool_exp!] - block_hash: String_comparison_exp - chain: v1_chains_bool_exp - client_id: String_comparison_exp - connection_id: String_comparison_exp - counterparty_client_id: String_comparison_exp - counterparty_connection_id: String_comparison_exp - height: bigint_comparison_exp - timestamp: timestamptz_comparison_exp - transaction_hash: String_comparison_exp - transaction_index: Int_comparison_exp +input v1_ibc_union_clients_bool_exp { + _and: [v1_ibc_union_clients_bool_exp!] + _not: v1_ibc_union_clients_bool_exp + _or: [v1_ibc_union_clients_bool_exp!] + chain: v1_ibc_union_chains_bool_exp + client_id: bigint_comparison_exp + counterparty_chain: v1_ibc_union_chains_bool_exp } -"""Ordering options when selecting data from "v1.connection_open_try".""" -input v1_connection_open_try_order_by { - block_hash: order_by - chain: v1_chains_order_by +"""Ordering options when selecting data from "v1_ibc_union.clients".""" +input v1_ibc_union_clients_order_by { + chain: v1_ibc_union_chains_order_by client_id: order_by - connection_id: order_by - counterparty_client_id: order_by - counterparty_connection_id: order_by - height: order_by - timestamp: order_by - transaction_hash: order_by - transaction_index: order_by + counterparty_chain: v1_ibc_union_chains_order_by } """ -select columns of table "v1.connection_open_try" +select columns of table "v1_ibc_union.clients" """ -enum v1_connection_open_try_select_column { - """column name""" - block_hash - +enum v1_ibc_union_clients_select_column { """column name""" client_id +} - """column name""" - connection_id +""" +Streaming cursor of the table "v1_ibc_union_clients" +""" +input v1_ibc_union_clients_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_ibc_union_clients_stream_cursor_value_input! - """column name""" - counterparty_client_id + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - counterparty_connection_id +"""Initial value of the column from where the streaming should start""" +input v1_ibc_union_clients_stream_cursor_value_input { + client_id: bigint +} - """column name""" - height +""" +columns and relationships of "v1_ibc_union.config" +""" +type v1_ibc_union_config { + key: String + value: String +} - """column name""" - timestamp +""" +Boolean expression to filter rows from the table "v1_ibc_union.config". All fields are combined with a logical 'AND'. +""" +input v1_ibc_union_config_bool_exp { + _and: [v1_ibc_union_config_bool_exp!] + _not: v1_ibc_union_config_bool_exp + _or: [v1_ibc_union_config_bool_exp!] + key: String_comparison_exp + value: String_comparison_exp +} + +"""Ordering options when selecting data from "v1_ibc_union.config".""" +input v1_ibc_union_config_order_by { + key: order_by + value: order_by +} +""" +select columns of table "v1_ibc_union.config" +""" +enum v1_ibc_union_config_select_column { """column name""" - transaction_hash + key """column name""" - transaction_index + value } """ -Streaming cursor of the table "v1_connection_open_try" +Streaming cursor of the table "v1_ibc_union_config" """ -input v1_connection_open_try_stream_cursor_input { +input v1_ibc_union_config_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_connection_open_try_stream_cursor_value_input! + initial_value: v1_ibc_union_config_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_connection_open_try_stream_cursor_value_input { - """Hash of the block with the event.""" - block_hash: String - - """Client-id of trying chain (responding to the INIT).""" - client_id: String - - """Connection-id of the trying chain (responding to the INIT).""" - connection_id: String - - """Client-id of counterparty chain (that created the INIT).""" - counterparty_client_id: String - - """Connection-id of counterparty chain (that created the INIT).""" - counterparty_connection_id: String - - """Height of the block with the event.""" - height: bigint - - """Timestamp of the block with the event.""" - timestamp: timestamptz - - """Hash of the transaction with the event.""" - transaction_hash: String - - """Index of the transaction with the event.""" - transaction_index: Int +input v1_ibc_union_config_stream_cursor_value_input { + key: String + value: String } -"""Connection status.""" -type v1_connections { +""" +columns and relationships of "v1_ibc_union.connections" +""" +type v1_ibc_union_connections { """An object relationship""" - destination_chain: v1_chains + destination_chain: v1_ibc_union_chains destination_chain_id: String - destination_client_id: String - destination_connection_id: String + destination_client_id: Int + destination_connection_id: Int """An object relationship""" - source_chain: v1_chains + source_chain: v1_ibc_union_chains source_chain_id: String - source_client_id: String - source_connection_id: String + source_client_id: Int + source_connection_id: Int status: String } """ -Boolean expression to filter rows from the table "v1.connections". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.connections". All fields are combined with a logical 'AND'. """ -input v1_connections_bool_exp { - _and: [v1_connections_bool_exp!] - _not: v1_connections_bool_exp - _or: [v1_connections_bool_exp!] - destination_chain: v1_chains_bool_exp +input v1_ibc_union_connections_bool_exp { + _and: [v1_ibc_union_connections_bool_exp!] + _not: v1_ibc_union_connections_bool_exp + _or: [v1_ibc_union_connections_bool_exp!] + destination_chain: v1_ibc_union_chains_bool_exp destination_chain_id: String_comparison_exp - destination_client_id: String_comparison_exp - destination_connection_id: String_comparison_exp - source_chain: v1_chains_bool_exp + destination_client_id: Int_comparison_exp + destination_connection_id: Int_comparison_exp + source_chain: v1_ibc_union_chains_bool_exp source_chain_id: String_comparison_exp - source_client_id: String_comparison_exp - source_connection_id: String_comparison_exp + source_client_id: Int_comparison_exp + source_connection_id: Int_comparison_exp status: String_comparison_exp } -"""Ordering options when selecting data from "v1.connections".""" -input v1_connections_order_by { - destination_chain: v1_chains_order_by +"""Ordering options when selecting data from "v1_ibc_union.connections".""" +input v1_ibc_union_connections_order_by { + destination_chain: v1_ibc_union_chains_order_by destination_chain_id: order_by destination_client_id: order_by destination_connection_id: order_by - source_chain: v1_chains_order_by + source_chain: v1_ibc_union_chains_order_by source_chain_id: order_by source_client_id: order_by source_connection_id: order_by @@ -4322,9 +6397,9 @@ input v1_connections_order_by { } """ -select columns of table "v1.connections" +select columns of table "v1_ibc_union.connections" """ -enum v1_connections_select_column { +enum v1_ibc_union_connections_select_column { """column name""" destination_chain_id @@ -4348,98 +6423,82 @@ enum v1_connections_select_column { } """ -Streaming cursor of the table "v1_connections" +Streaming cursor of the table "v1_ibc_union_connections" """ -input v1_connections_stream_cursor_input { +input v1_ibc_union_connections_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_connections_stream_cursor_value_input! + initial_value: v1_ibc_union_connections_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_connections_stream_cursor_value_input { +input v1_ibc_union_connections_stream_cursor_value_input { destination_chain_id: String - destination_client_id: String - destination_connection_id: String + destination_client_id: Int + destination_connection_id: Int source_chain_id: String - source_client_id: String - source_connection_id: String + source_client_id: Int + source_connection_id: Int status: String } """ -columns and relationships of "v1.contracts" +columns and relationships of "v1_ibc_union.contracts" """ -type v1_contracts { - """Application Binary Interface.""" +type v1_ibc_union_contracts { abi: String - - """Contract address.""" address: String """An object relationship""" - chain: v1_chains - - """ - Moment the contract is registered (not related to the block timestamp). - """ + chain: v1_ibc_union_chains created_at: timestamptz - - """Human readable description of the contract""" description: String - - """Last block height the contract is active (exclusive)""" - max_height: bigint - - """Block height from which this contract is active (inclusive).""" - min_height: bigint - - """ - Moment the contract registration is changed (not related to the block timestamp). - """ + end_height: bigint + start_height: bigint + type: String updated_at: timestamptz - - """Version-control reference to the version""" version: String } """ -Boolean expression to filter rows from the table "v1.contracts". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.contracts". All fields are combined with a logical 'AND'. """ -input v1_contracts_bool_exp { - _and: [v1_contracts_bool_exp!] - _not: v1_contracts_bool_exp - _or: [v1_contracts_bool_exp!] +input v1_ibc_union_contracts_bool_exp { + _and: [v1_ibc_union_contracts_bool_exp!] + _not: v1_ibc_union_contracts_bool_exp + _or: [v1_ibc_union_contracts_bool_exp!] abi: String_comparison_exp address: String_comparison_exp - chain: v1_chains_bool_exp + chain: v1_ibc_union_chains_bool_exp created_at: timestamptz_comparison_exp description: String_comparison_exp - max_height: bigint_comparison_exp - min_height: bigint_comparison_exp + end_height: bigint_comparison_exp + start_height: bigint_comparison_exp + type: String_comparison_exp updated_at: timestamptz_comparison_exp version: String_comparison_exp } -"""Ordering options when selecting data from "v1.contracts".""" -input v1_contracts_order_by { +"""Ordering options when selecting data from "v1_ibc_union.contracts".""" +input v1_ibc_union_contracts_order_by { abi: order_by address: order_by - chain: v1_chains_order_by + chain: v1_ibc_union_chains_order_by created_at: order_by description: order_by - max_height: order_by - min_height: order_by + end_height: order_by + start_height: order_by + type: order_by updated_at: order_by version: order_by } """ -select columns of table "v1.contracts" +select columns of table "v1_ibc_union.contracts" """ -enum v1_contracts_select_column { +enum v1_ibc_union_contracts_select_column { """column name""" abi @@ -4453,10 +6512,13 @@ enum v1_contracts_select_column { description """column name""" - max_height + end_height """column name""" - min_height + start_height + + """column name""" + type """column name""" updated_at @@ -4466,77 +6528,60 @@ enum v1_contracts_select_column { } """ -Streaming cursor of the table "v1_contracts" +Streaming cursor of the table "v1_ibc_union_contracts" """ -input v1_contracts_stream_cursor_input { +input v1_ibc_union_contracts_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_contracts_stream_cursor_value_input! + initial_value: v1_ibc_union_contracts_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_contracts_stream_cursor_value_input { - """Application Binary Interface.""" +input v1_ibc_union_contracts_stream_cursor_value_input { abi: String - - """Contract address.""" address: String - - """ - Moment the contract is registered (not related to the block timestamp). - """ created_at: timestamptz - - """Human readable description of the contract""" description: String - - """Last block height the contract is active (exclusive)""" - max_height: bigint - - """Block height from which this contract is active (inclusive).""" - min_height: bigint - - """ - Moment the contract registration is changed (not related to the block timestamp). - """ + end_height: bigint + start_height: bigint + type: String updated_at: timestamptz - - """Version-control reference to the version""" version: String } -"""Daily packet counts.""" -type v1_daily_packets { - """Number of packets.""" +""" +columns and relationships of "v1_ibc_union.daily_fungible_asset_orders" +""" +type v1_ibc_union_daily_fungible_asset_orders { count: bigint - - """Day the packet was initiated (in UTC timezone).""" day: date } """ -Boolean expression to filter rows from the table "v1.daily_packets". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.daily_fungible_asset_orders". All fields are combined with a logical 'AND'. """ -input v1_daily_packets_bool_exp { - _and: [v1_daily_packets_bool_exp!] - _not: v1_daily_packets_bool_exp - _or: [v1_daily_packets_bool_exp!] +input v1_ibc_union_daily_fungible_asset_orders_bool_exp { + _and: [v1_ibc_union_daily_fungible_asset_orders_bool_exp!] + _not: v1_ibc_union_daily_fungible_asset_orders_bool_exp + _or: [v1_ibc_union_daily_fungible_asset_orders_bool_exp!] count: bigint_comparison_exp day: date_comparison_exp } -"""Ordering options when selecting data from "v1.daily_packets".""" -input v1_daily_packets_order_by { +""" +Ordering options when selecting data from "v1_ibc_union.daily_fungible_asset_orders". +""" +input v1_ibc_union_daily_fungible_asset_orders_order_by { count: order_by day: order_by } """ -select columns of table "v1.daily_packets" +select columns of table "v1_ibc_union.daily_fungible_asset_orders" """ -enum v1_daily_packets_select_column { +enum v1_ibc_union_daily_fungible_asset_orders_select_column { """column name""" count @@ -4545,55 +6590,53 @@ enum v1_daily_packets_select_column { } """ -Streaming cursor of the table "v1_daily_packets" +Streaming cursor of the table "v1_ibc_union_daily_fungible_asset_orders" """ -input v1_daily_packets_stream_cursor_input { +input v1_ibc_union_daily_fungible_asset_orders_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_daily_packets_stream_cursor_value_input! + initial_value: v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_daily_packets_stream_cursor_value_input { - """Number of packets.""" +input v1_ibc_union_daily_fungible_asset_orders_stream_cursor_value_input { count: bigint - - """Day the packet was initiated (in UTC timezone).""" day: date } -"""Daily transfer counts.""" -type v1_daily_transfers { - """Number of transfers.""" +""" +columns and relationships of "v1_ibc_union.daily_packets" +""" +type v1_ibc_union_daily_packets { count: bigint - - """Day the transfer was initiated (in UTC timezone).""" day: date } """ -Boolean expression to filter rows from the table "v1.daily_transfers". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.daily_packets". All fields are combined with a logical 'AND'. """ -input v1_daily_transfers_bool_exp { - _and: [v1_daily_transfers_bool_exp!] - _not: v1_daily_transfers_bool_exp - _or: [v1_daily_transfers_bool_exp!] +input v1_ibc_union_daily_packets_bool_exp { + _and: [v1_ibc_union_daily_packets_bool_exp!] + _not: v1_ibc_union_daily_packets_bool_exp + _or: [v1_ibc_union_daily_packets_bool_exp!] count: bigint_comparison_exp day: date_comparison_exp } -"""Ordering options when selecting data from "v1.daily_transfers".""" -input v1_daily_transfers_order_by { +""" +Ordering options when selecting data from "v1_ibc_union.daily_packets". +""" +input v1_ibc_union_daily_packets_order_by { count: order_by day: order_by } """ -select columns of table "v1.daily_transfers" +select columns of table "v1_ibc_union.daily_packets" """ -enum v1_daily_transfers_select_column { +enum v1_ibc_union_daily_packets_select_column { """column name""" count @@ -4602,109 +6645,111 @@ enum v1_daily_transfers_select_column { } """ -Streaming cursor of the table "v1_daily_transfers" +Streaming cursor of the table "v1_ibc_union_daily_packets" """ -input v1_daily_transfers_stream_cursor_input { +input v1_ibc_union_daily_packets_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_daily_transfers_stream_cursor_value_input! + initial_value: v1_ibc_union_daily_packets_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_daily_transfers_stream_cursor_value_input { - """Number of transfers.""" +input v1_ibc_union_daily_packets_stream_cursor_value_input { count: bigint - - """Day the transfer was initiated (in UTC timezone).""" day: date } """ -columns and relationships of "v1.explorers" +columns and relationships of "v1_ibc_union.explorers" """ -type v1_explorers { +type v1_ibc_union_explorers { address_url: String block_url: String """An object relationship""" - chain: v1_chains + chain: v1_ibc_union_chains description: String display_name: String home_url: String logo_uri: String + name: String tx_url: String } """ -order by aggregate values of table "v1.explorers" +order by aggregate values of table "v1_ibc_union.explorers" """ -input v1_explorers_aggregate_order_by { +input v1_ibc_union_explorers_aggregate_order_by { count: order_by - max: v1_explorers_max_order_by - min: v1_explorers_min_order_by + max: v1_ibc_union_explorers_max_order_by + min: v1_ibc_union_explorers_min_order_by } """ -Boolean expression to filter rows from the table "v1.explorers". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.explorers". All fields are combined with a logical 'AND'. """ -input v1_explorers_bool_exp { - _and: [v1_explorers_bool_exp!] - _not: v1_explorers_bool_exp - _or: [v1_explorers_bool_exp!] +input v1_ibc_union_explorers_bool_exp { + _and: [v1_ibc_union_explorers_bool_exp!] + _not: v1_ibc_union_explorers_bool_exp + _or: [v1_ibc_union_explorers_bool_exp!] address_url: String_comparison_exp block_url: String_comparison_exp - chain: v1_chains_bool_exp + chain: v1_ibc_union_chains_bool_exp description: String_comparison_exp display_name: String_comparison_exp home_url: String_comparison_exp logo_uri: String_comparison_exp + name: String_comparison_exp tx_url: String_comparison_exp } """ -order by max() on columns of table "v1.explorers" +order by max() on columns of table "v1_ibc_union.explorers" """ -input v1_explorers_max_order_by { +input v1_ibc_union_explorers_max_order_by { address_url: order_by block_url: order_by description: order_by display_name: order_by home_url: order_by logo_uri: order_by + name: order_by tx_url: order_by } """ -order by min() on columns of table "v1.explorers" +order by min() on columns of table "v1_ibc_union.explorers" """ -input v1_explorers_min_order_by { +input v1_ibc_union_explorers_min_order_by { address_url: order_by block_url: order_by description: order_by display_name: order_by home_url: order_by logo_uri: order_by + name: order_by tx_url: order_by } -"""Ordering options when selecting data from "v1.explorers".""" -input v1_explorers_order_by { +"""Ordering options when selecting data from "v1_ibc_union.explorers".""" +input v1_ibc_union_explorers_order_by { address_url: order_by block_url: order_by - chain: v1_chains_order_by + chain: v1_ibc_union_chains_order_by description: order_by display_name: order_by home_url: order_by logo_uri: order_by + name: order_by tx_url: order_by } """ -select columns of table "v1.explorers" +select columns of table "v1_ibc_union.explorers" """ -enum v1_explorers_select_column { +enum v1_ibc_union_explorers_select_column { """column name""" address_url @@ -4723,71 +6768,69 @@ enum v1_explorers_select_column { """column name""" logo_uri + """column name""" + name + """column name""" tx_url } """ -Streaming cursor of the table "v1_explorers" +Streaming cursor of the table "v1_ibc_union_explorers" """ -input v1_explorers_stream_cursor_input { +input v1_ibc_union_explorers_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_explorers_stream_cursor_value_input! + initial_value: v1_ibc_union_explorers_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_explorers_stream_cursor_value_input { +input v1_ibc_union_explorers_stream_cursor_value_input { address_url: String block_url: String description: String display_name: String home_url: String logo_uri: String + name: String tx_url: String } -"""Faucet metadata.""" -type v1_faucets { +""" +columns and relationships of "v1_ibc_union.faucets" +""" +type v1_ibc_union_faucets { """An object relationship""" - asset: v1_assets + asset: v1_ibc_union_assets """An object relationship""" - chain: v1_chains - - """Unique identifier.""" + chain: v1_ibc_union_chains denom: String - - """Human friendly name.""" display_name: String - - """Enabled in app.""" enabled: Boolean - - """URL of the faucet.""" url: String } """ -order by aggregate values of table "v1.faucets" +order by aggregate values of table "v1_ibc_union.faucets" """ -input v1_faucets_aggregate_order_by { +input v1_ibc_union_faucets_aggregate_order_by { count: order_by - max: v1_faucets_max_order_by - min: v1_faucets_min_order_by + max: v1_ibc_union_faucets_max_order_by + min: v1_ibc_union_faucets_min_order_by } """ -Boolean expression to filter rows from the table "v1.faucets". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.faucets". All fields are combined with a logical 'AND'. """ -input v1_faucets_bool_exp { - _and: [v1_faucets_bool_exp!] - _not: v1_faucets_bool_exp - _or: [v1_faucets_bool_exp!] - asset: v1_assets_bool_exp - chain: v1_chains_bool_exp +input v1_ibc_union_faucets_bool_exp { + _and: [v1_ibc_union_faucets_bool_exp!] + _not: v1_ibc_union_faucets_bool_exp + _or: [v1_ibc_union_faucets_bool_exp!] + asset: v1_ibc_union_assets_bool_exp + chain: v1_ibc_union_chains_bool_exp denom: String_comparison_exp display_name: String_comparison_exp enabled: Boolean_comparison_exp @@ -4795,37 +6838,27 @@ input v1_faucets_bool_exp { } """ -order by max() on columns of table "v1.faucets" +order by max() on columns of table "v1_ibc_union.faucets" """ -input v1_faucets_max_order_by { - """Unique identifier.""" +input v1_ibc_union_faucets_max_order_by { denom: order_by - - """Human friendly name.""" display_name: order_by - - """URL of the faucet.""" url: order_by } """ -order by min() on columns of table "v1.faucets" +order by min() on columns of table "v1_ibc_union.faucets" """ -input v1_faucets_min_order_by { - """Unique identifier.""" +input v1_ibc_union_faucets_min_order_by { denom: order_by - - """Human friendly name.""" display_name: order_by - - """URL of the faucet.""" url: order_by } -"""Ordering options when selecting data from "v1.faucets".""" -input v1_faucets_order_by { - asset: v1_assets_order_by - chain: v1_chains_order_by +"""Ordering options when selecting data from "v1_ibc_union.faucets".""" +input v1_ibc_union_faucets_order_by { + asset: v1_ibc_union_assets_order_by + chain: v1_ibc_union_chains_order_by denom: order_by display_name: order_by enabled: order_by @@ -4833,9 +6866,9 @@ input v1_faucets_order_by { } """ -select columns of table "v1.faucets" +select columns of table "v1_ibc_union.faucets" """ -enum v1_faucets_select_column { +enum v1_ibc_union_faucets_select_column { """column name""" denom @@ -4850,88 +6883,28 @@ enum v1_faucets_select_column { } """ -Streaming cursor of the table "v1_faucets" +Streaming cursor of the table "v1_ibc_union_faucets" """ -input v1_faucets_stream_cursor_input { +input v1_ibc_union_faucets_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_faucets_stream_cursor_value_input! + initial_value: v1_ibc_union_faucets_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_faucets_stream_cursor_value_input { - """Unique identifier.""" +input v1_ibc_union_faucets_stream_cursor_value_input { denom: String - - """Human friendly name.""" display_name: String - - """Enabled in app.""" enabled: Boolean - - """URL of the faucet.""" url: String } """ -columns and relationships of "v1.health_check" -""" -type v1_health_check { - result: String - test: String -} - -""" -Boolean expression to filter rows from the table "v1.health_check". All fields are combined with a logical 'AND'. -""" -input v1_health_check_bool_exp { - _and: [v1_health_check_bool_exp!] - _not: v1_health_check_bool_exp - _or: [v1_health_check_bool_exp!] - result: String_comparison_exp - test: String_comparison_exp -} - -"""Ordering options when selecting data from "v1.health_check".""" -input v1_health_check_order_by { - result: order_by - test: order_by -} - -""" -select columns of table "v1.health_check" -""" -enum v1_health_check_select_column { - """column name""" - result - - """column name""" - test -} - -""" -Streaming cursor of the table "v1_health_check" -""" -input v1_health_check_stream_cursor_input { - """Stream column input with initial value""" - initial_value: v1_health_check_stream_cursor_value_input! - - """cursor ordering""" - ordering: cursor_ordering -} - -"""Initial value of the column from where the streaming should start""" -input v1_health_check_stream_cursor_value_input { - result: String - test: String -} - -""" -columns and relationships of "v1_ibc_union.fungible_asset_order_view" +columns and relationships of "v1_ibc_union.fungible_asset_orders" """ -type v1_ibc_union_fungible_asset_order_view { +type v1_ibc_union_fungible_asset_orders { ack_fill_type: String ack_market_maker: String ack_tag: String @@ -4951,16 +6924,17 @@ type v1_ibc_union_fungible_asset_order_view { """JSON select path""" path: String ): jsonb + + """An object relationship""" + destination_chain: v1_ibc_union_chains destination_chain_id: String destination_channel_id: Int destination_connection_id: Int destination_port_id: String instruction_path: String - internal_destination_chain_id: Int - internal_source_chain_id: Int """An object relationship""" - packet: v1_ibc_union_packets_view + packet: v1_ibc_union_packets packet_ack_block_hash: String packet_ack_event_index: Int packet_ack_height: bigint @@ -4985,10 +6959,15 @@ type v1_ibc_union_fungible_asset_order_view { packet_send_transaction_event_index: Int packet_send_transaction_hash: String packet_send_transaction_index: Int + path: String quote_amount: String quote_token: String receiver: String + salt: String sender: String + + """An object relationship""" + source_chain: v1_ibc_union_chains source_chain_id: String source_channel_id: bigint source_connection_id: Int @@ -4996,6 +6975,24 @@ type v1_ibc_union_fungible_asset_order_view { status: String timeout_height: bigint timeout_timestamp: numeric + + """An array relationship""" + traces( + """distinct select on columns""" + distinct_on: [v1_ibc_union_traces_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_traces_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_traces_bool_exp + ): [v1_ibc_union_traces!]! write_ack_block_hash: String write_ack_event_index: Int write_ack_height: bigint @@ -5006,12 +7003,12 @@ type v1_ibc_union_fungible_asset_order_view { } """ -Boolean expression to filter rows from the table "v1_ibc_union.fungible_asset_order_view". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.fungible_asset_orders". All fields are combined with a logical 'AND'. """ -input v1_ibc_union_fungible_asset_order_view_bool_exp { - _and: [v1_ibc_union_fungible_asset_order_view_bool_exp!] - _not: v1_ibc_union_fungible_asset_order_view_bool_exp - _or: [v1_ibc_union_fungible_asset_order_view_bool_exp!] +input v1_ibc_union_fungible_asset_orders_bool_exp { + _and: [v1_ibc_union_fungible_asset_orders_bool_exp!] + _not: v1_ibc_union_fungible_asset_orders_bool_exp + _or: [v1_ibc_union_fungible_asset_orders_bool_exp!] ack_fill_type: String_comparison_exp ack_market_maker: String_comparison_exp ack_tag: String_comparison_exp @@ -5025,14 +7022,13 @@ input v1_ibc_union_fungible_asset_order_view_bool_exp { channel_version: String_comparison_exp data: String_comparison_exp data_decoded: jsonb_comparison_exp + destination_chain: v1_ibc_union_chains_bool_exp destination_chain_id: String_comparison_exp destination_channel_id: Int_comparison_exp destination_connection_id: Int_comparison_exp destination_port_id: String_comparison_exp instruction_path: String_comparison_exp - internal_destination_chain_id: Int_comparison_exp - internal_source_chain_id: Int_comparison_exp - packet: v1_ibc_union_packets_view_bool_exp + packet: v1_ibc_union_packets_bool_exp packet_ack_block_hash: String_comparison_exp packet_ack_event_index: Int_comparison_exp packet_ack_height: bigint_comparison_exp @@ -5057,10 +7053,13 @@ input v1_ibc_union_fungible_asset_order_view_bool_exp { packet_send_transaction_event_index: Int_comparison_exp packet_send_transaction_hash: String_comparison_exp packet_send_transaction_index: Int_comparison_exp + path: String_comparison_exp quote_amount: String_comparison_exp quote_token: String_comparison_exp receiver: String_comparison_exp + salt: String_comparison_exp sender: String_comparison_exp + source_chain: v1_ibc_union_chains_bool_exp source_chain_id: String_comparison_exp source_channel_id: bigint_comparison_exp source_connection_id: Int_comparison_exp @@ -5068,6 +7067,7 @@ input v1_ibc_union_fungible_asset_order_view_bool_exp { status: String_comparison_exp timeout_height: bigint_comparison_exp timeout_timestamp: numeric_comparison_exp + traces: v1_ibc_union_traces_bool_exp write_ack_block_hash: String_comparison_exp write_ack_event_index: Int_comparison_exp write_ack_height: bigint_comparison_exp @@ -5078,9 +7078,9 @@ input v1_ibc_union_fungible_asset_order_view_bool_exp { } """ -Ordering options when selecting data from "v1_ibc_union.fungible_asset_order_view". +Ordering options when selecting data from "v1_ibc_union.fungible_asset_orders". """ -input v1_ibc_union_fungible_asset_order_view_order_by { +input v1_ibc_union_fungible_asset_orders_order_by { ack_fill_type: order_by ack_market_maker: order_by ack_tag: order_by @@ -5094,14 +7094,13 @@ input v1_ibc_union_fungible_asset_order_view_order_by { channel_version: order_by data: order_by data_decoded: order_by + destination_chain: v1_ibc_union_chains_order_by destination_chain_id: order_by destination_channel_id: order_by destination_connection_id: order_by destination_port_id: order_by instruction_path: order_by - internal_destination_chain_id: order_by - internal_source_chain_id: order_by - packet: v1_ibc_union_packets_view_order_by + packet: v1_ibc_union_packets_order_by packet_ack_block_hash: order_by packet_ack_event_index: order_by packet_ack_height: order_by @@ -5126,10 +7125,13 @@ input v1_ibc_union_fungible_asset_order_view_order_by { packet_send_transaction_event_index: order_by packet_send_transaction_hash: order_by packet_send_transaction_index: order_by + path: order_by quote_amount: order_by quote_token: order_by receiver: order_by + salt: order_by sender: order_by + source_chain: v1_ibc_union_chains_order_by source_chain_id: order_by source_channel_id: order_by source_connection_id: order_by @@ -5137,6 +7139,7 @@ input v1_ibc_union_fungible_asset_order_view_order_by { status: order_by timeout_height: order_by timeout_timestamp: order_by + traces_aggregate: v1_ibc_union_traces_aggregate_order_by write_ack_block_hash: order_by write_ack_event_index: order_by write_ack_height: order_by @@ -5147,9 +7150,9 @@ input v1_ibc_union_fungible_asset_order_view_order_by { } """ -select columns of table "v1_ibc_union.fungible_asset_order_view" +select columns of table "v1_ibc_union.fungible_asset_orders" """ -enum v1_ibc_union_fungible_asset_order_view_select_column { +enum v1_ibc_union_fungible_asset_orders_select_column { """column name""" ack_fill_type @@ -5204,12 +7207,6 @@ enum v1_ibc_union_fungible_asset_order_view_select_column { """column name""" instruction_path - """column name""" - internal_destination_chain_id - - """column name""" - internal_source_chain_id - """column name""" packet_ack_block_hash @@ -5282,6 +7279,9 @@ enum v1_ibc_union_fungible_asset_order_view_select_column { """column name""" packet_send_transaction_index + """column name""" + path + """column name""" quote_amount @@ -5291,6 +7291,9 @@ enum v1_ibc_union_fungible_asset_order_view_select_column { """column name""" receiver + """column name""" + salt + """column name""" sender @@ -5338,18 +7341,18 @@ enum v1_ibc_union_fungible_asset_order_view_select_column { } """ -Streaming cursor of the table "v1_ibc_union_fungible_asset_order_view" +Streaming cursor of the table "v1_ibc_union_fungible_asset_orders" """ -input v1_ibc_union_fungible_asset_order_view_stream_cursor_input { +input v1_ibc_union_fungible_asset_orders_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input! + initial_value: v1_ibc_union_fungible_asset_orders_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input { +input v1_ibc_union_fungible_asset_orders_stream_cursor_value_input { ack_fill_type: String ack_market_maker: String ack_tag: String @@ -5368,8 +7371,6 @@ input v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input { destination_connection_id: Int destination_port_id: String instruction_path: String - internal_destination_chain_id: Int - internal_source_chain_id: Int packet_ack_block_hash: String packet_ack_event_index: Int packet_ack_height: bigint @@ -5394,9 +7395,11 @@ input v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input { packet_send_transaction_event_index: Int packet_send_transaction_hash: String packet_send_transaction_index: Int + path: String quote_amount: String quote_token: String receiver: String + salt: String sender: String source_chain_id: String source_channel_id: bigint @@ -5415,9 +7418,62 @@ input v1_ibc_union_fungible_asset_order_view_stream_cursor_value_input { } """ -columns and relationships of "v1_ibc_union.packets_view" +columns and relationships of "v1_ibc_union.health_check" """ -type v1_ibc_union_packets_view { +type v1_ibc_union_health_check { + result: String + test: String +} + +""" +Boolean expression to filter rows from the table "v1_ibc_union.health_check". All fields are combined with a logical 'AND'. +""" +input v1_ibc_union_health_check_bool_exp { + _and: [v1_ibc_union_health_check_bool_exp!] + _not: v1_ibc_union_health_check_bool_exp + _or: [v1_ibc_union_health_check_bool_exp!] + result: String_comparison_exp + test: String_comparison_exp +} + +"""Ordering options when selecting data from "v1_ibc_union.health_check".""" +input v1_ibc_union_health_check_order_by { + result: order_by + test: order_by +} + +""" +select columns of table "v1_ibc_union.health_check" +""" +enum v1_ibc_union_health_check_select_column { + """column name""" + result + + """column name""" + test +} + +""" +Streaming cursor of the table "v1_ibc_union_health_check" +""" +input v1_ibc_union_health_check_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_ibc_union_health_check_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_ibc_union_health_check_stream_cursor_value_input { + result: String + test: String +} + +""" +columns and relationships of "v1_ibc_union.packets" +""" +type v1_ibc_union_packets { acknowledgement: String acknowledgement_decoded( """JSON select path""" @@ -5429,10 +7485,16 @@ type v1_ibc_union_packets_view { """JSON select path""" path: String ): jsonb + + """An object relationship""" + destination_chain: v1_ibc_union_chains destination_chain_id: String destination_channel_id: Int destination_connection_id: Int destination_port_id: String + + """An object relationship""" + fungible_asset_order: v1_ibc_union_fungible_asset_orders packet_ack_block_hash: String packet_ack_event_index: Int packet_ack_height: bigint @@ -5457,6 +7519,9 @@ type v1_ibc_union_packets_view { packet_send_transaction_event_index: Int packet_send_transaction_hash: String packet_send_transaction_index: Int + + """An object relationship""" + source_chain: v1_ibc_union_chains source_chain_id: String source_channel_id: bigint source_connection_id: Int @@ -5464,6 +7529,24 @@ type v1_ibc_union_packets_view { status: String timeout_height: bigint timeout_timestamp: numeric + + """An array relationship""" + traces( + """distinct select on columns""" + distinct_on: [v1_ibc_union_traces_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [v1_ibc_union_traces_order_by!] + + """filter the rows returned""" + where: v1_ibc_union_traces_bool_exp + ): [v1_ibc_union_traces!]! write_ack_block_hash: String write_ack_event_index: Int write_ack_height: bigint @@ -5474,21 +7557,23 @@ type v1_ibc_union_packets_view { } """ -Boolean expression to filter rows from the table "v1_ibc_union.packets_view". All fields are combined with a logical 'AND'. +Boolean expression to filter rows from the table "v1_ibc_union.packets". All fields are combined with a logical 'AND'. """ -input v1_ibc_union_packets_view_bool_exp { - _and: [v1_ibc_union_packets_view_bool_exp!] - _not: v1_ibc_union_packets_view_bool_exp - _or: [v1_ibc_union_packets_view_bool_exp!] +input v1_ibc_union_packets_bool_exp { + _and: [v1_ibc_union_packets_bool_exp!] + _not: v1_ibc_union_packets_bool_exp + _or: [v1_ibc_union_packets_bool_exp!] acknowledgement: String_comparison_exp acknowledgement_decoded: jsonb_comparison_exp channel_version: String_comparison_exp data: String_comparison_exp data_decoded: jsonb_comparison_exp + destination_chain: v1_ibc_union_chains_bool_exp destination_chain_id: String_comparison_exp destination_channel_id: Int_comparison_exp destination_connection_id: Int_comparison_exp destination_port_id: String_comparison_exp + fungible_asset_order: v1_ibc_union_fungible_asset_orders_bool_exp packet_ack_block_hash: String_comparison_exp packet_ack_event_index: Int_comparison_exp packet_ack_height: bigint_comparison_exp @@ -5513,6 +7598,7 @@ input v1_ibc_union_packets_view_bool_exp { packet_send_transaction_event_index: Int_comparison_exp packet_send_transaction_hash: String_comparison_exp packet_send_transaction_index: Int_comparison_exp + source_chain: v1_ibc_union_chains_bool_exp source_chain_id: String_comparison_exp source_channel_id: bigint_comparison_exp source_connection_id: Int_comparison_exp @@ -5520,6 +7606,7 @@ input v1_ibc_union_packets_view_bool_exp { status: String_comparison_exp timeout_height: bigint_comparison_exp timeout_timestamp: numeric_comparison_exp + traces: v1_ibc_union_traces_bool_exp write_ack_block_hash: String_comparison_exp write_ack_event_index: Int_comparison_exp write_ack_height: bigint_comparison_exp @@ -5529,17 +7616,19 @@ input v1_ibc_union_packets_view_bool_exp { write_ack_transaction_index: Int_comparison_exp } -"""Ordering options when selecting data from "v1_ibc_union.packets_view".""" -input v1_ibc_union_packets_view_order_by { +"""Ordering options when selecting data from "v1_ibc_union.packets".""" +input v1_ibc_union_packets_order_by { acknowledgement: order_by acknowledgement_decoded: order_by channel_version: order_by data: order_by data_decoded: order_by + destination_chain: v1_ibc_union_chains_order_by destination_chain_id: order_by destination_channel_id: order_by destination_connection_id: order_by destination_port_id: order_by + fungible_asset_order: v1_ibc_union_fungible_asset_orders_order_by packet_ack_block_hash: order_by packet_ack_event_index: order_by packet_ack_height: order_by @@ -5564,6 +7653,7 @@ input v1_ibc_union_packets_view_order_by { packet_send_transaction_event_index: order_by packet_send_transaction_hash: order_by packet_send_transaction_index: order_by + source_chain: v1_ibc_union_chains_order_by source_chain_id: order_by source_channel_id: order_by source_connection_id: order_by @@ -5571,6 +7661,7 @@ input v1_ibc_union_packets_view_order_by { status: order_by timeout_height: order_by timeout_timestamp: order_by + traces_aggregate: v1_ibc_union_traces_aggregate_order_by write_ack_block_hash: order_by write_ack_event_index: order_by write_ack_height: order_by @@ -5581,9 +7672,9 @@ input v1_ibc_union_packets_view_order_by { } """ -select columns of table "v1_ibc_union.packets_view" +select columns of table "v1_ibc_union.packets" """ -enum v1_ibc_union_packets_view_select_column { +enum v1_ibc_union_packets_select_column { """column name""" acknowledgement @@ -5630,162 +7721,508 @@ enum v1_ibc_union_packets_view_select_column { packet_ack_transaction_event_index """column name""" - packet_ack_transaction_hash + packet_ack_transaction_hash + + """column name""" + packet_ack_transaction_index + + """column name""" + packet_recv_block_hash + + """column name""" + packet_recv_event_index + + """column name""" + packet_recv_height + + """column name""" + packet_recv_maker + + """column name""" + packet_recv_maker_msg + + """column name""" + packet_recv_timestamp + + """column name""" + packet_recv_transaction_event_index + + """column name""" + packet_recv_transaction_hash + + """column name""" + packet_recv_transaction_index + + """column name""" + packet_send_block_hash + + """column name""" + packet_send_event_index + + """column name""" + packet_send_height + + """column name""" + packet_send_timestamp + + """column name""" + packet_send_transaction_event_index + + """column name""" + packet_send_transaction_hash + + """column name""" + packet_send_transaction_index + + """column name""" + source_chain_id + + """column name""" + source_channel_id + + """column name""" + source_connection_id + + """column name""" + source_port_id + + """column name""" + status + + """column name""" + timeout_height + + """column name""" + timeout_timestamp + + """column name""" + write_ack_block_hash + + """column name""" + write_ack_event_index + + """column name""" + write_ack_height + + """column name""" + write_ack_timestamp + + """column name""" + write_ack_transaction_event_index + + """column name""" + write_ack_transaction_hash + + """column name""" + write_ack_transaction_index +} + +""" +Streaming cursor of the table "v1_ibc_union_packets" +""" +input v1_ibc_union_packets_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_ibc_union_packets_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input v1_ibc_union_packets_stream_cursor_value_input { + acknowledgement: String + acknowledgement_decoded: jsonb + channel_version: String + data: String + data_decoded: jsonb + destination_chain_id: String + destination_channel_id: Int + destination_connection_id: Int + destination_port_id: String + packet_ack_block_hash: String + packet_ack_event_index: Int + packet_ack_height: bigint + packet_ack_maker: String + packet_ack_timestamp: timestamptz + packet_ack_transaction_event_index: Int + packet_ack_transaction_hash: String + packet_ack_transaction_index: Int + packet_recv_block_hash: String + packet_recv_event_index: Int + packet_recv_height: bigint + packet_recv_maker: String + packet_recv_maker_msg: String + packet_recv_timestamp: timestamptz + packet_recv_transaction_event_index: Int + packet_recv_transaction_hash: String + packet_recv_transaction_index: Int + packet_send_block_hash: String + packet_send_event_index: Int + packet_send_height: bigint + packet_send_timestamp: timestamptz + packet_send_transaction_event_index: Int + packet_send_transaction_hash: String + packet_send_transaction_index: Int + source_chain_id: String + source_channel_id: bigint + source_connection_id: Int + source_port_id: String + status: String + timeout_height: bigint + timeout_timestamp: numeric + write_ack_block_hash: String + write_ack_event_index: Int + write_ack_height: bigint + write_ack_timestamp: timestamptz + write_ack_transaction_event_index: Int + write_ack_transaction_hash: String + write_ack_transaction_index: Int +} + +""" +columns and relationships of "v1_ibc_union.rpcs" +""" +type v1_ibc_union_rpcs { + """An object relationship""" + chain: v1_ibc_union_chains + contact: String + description: String + enabled: Boolean + type: String + url: String +} + +""" +order by aggregate values of table "v1_ibc_union.rpcs" +""" +input v1_ibc_union_rpcs_aggregate_order_by { + count: order_by + max: v1_ibc_union_rpcs_max_order_by + min: v1_ibc_union_rpcs_min_order_by +} + +""" +Boolean expression to filter rows from the table "v1_ibc_union.rpcs". All fields are combined with a logical 'AND'. +""" +input v1_ibc_union_rpcs_bool_exp { + _and: [v1_ibc_union_rpcs_bool_exp!] + _not: v1_ibc_union_rpcs_bool_exp + _or: [v1_ibc_union_rpcs_bool_exp!] + chain: v1_ibc_union_chains_bool_exp + contact: String_comparison_exp + description: String_comparison_exp + enabled: Boolean_comparison_exp + type: String_comparison_exp + url: String_comparison_exp +} + +""" +order by max() on columns of table "v1_ibc_union.rpcs" +""" +input v1_ibc_union_rpcs_max_order_by { + contact: order_by + description: order_by + type: order_by + url: order_by +} + +""" +order by min() on columns of table "v1_ibc_union.rpcs" +""" +input v1_ibc_union_rpcs_min_order_by { + contact: order_by + description: order_by + type: order_by + url: order_by +} + +"""Ordering options when selecting data from "v1_ibc_union.rpcs".""" +input v1_ibc_union_rpcs_order_by { + chain: v1_ibc_union_chains_order_by + contact: order_by + description: order_by + enabled: order_by + type: order_by + url: order_by +} + +""" +select columns of table "v1_ibc_union.rpcs" +""" +enum v1_ibc_union_rpcs_select_column { + """column name""" + contact """column name""" - packet_ack_transaction_index + description """column name""" - packet_recv_block_hash + enabled """column name""" - packet_recv_event_index + type """column name""" - packet_recv_height + url +} - """column name""" - packet_recv_maker +""" +Streaming cursor of the table "v1_ibc_union_rpcs" +""" +input v1_ibc_union_rpcs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_ibc_union_rpcs_stream_cursor_value_input! - """column name""" - packet_recv_maker_msg + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - packet_recv_timestamp +"""Initial value of the column from where the streaming should start""" +input v1_ibc_union_rpcs_stream_cursor_value_input { + contact: String + description: String + enabled: Boolean + type: String + url: String +} - """column name""" - packet_recv_transaction_event_index +""" +columns and relationships of "v1_ibc_union.statistics" +""" +type v1_ibc_union_statistics { + name: String + value: numeric +} - """column name""" - packet_recv_transaction_hash +""" +Boolean expression to filter rows from the table "v1_ibc_union.statistics". All fields are combined with a logical 'AND'. +""" +input v1_ibc_union_statistics_bool_exp { + _and: [v1_ibc_union_statistics_bool_exp!] + _not: v1_ibc_union_statistics_bool_exp + _or: [v1_ibc_union_statistics_bool_exp!] + name: String_comparison_exp + value: numeric_comparison_exp +} - """column name""" - packet_recv_transaction_index +"""Ordering options when selecting data from "v1_ibc_union.statistics".""" +input v1_ibc_union_statistics_order_by { + name: order_by + value: order_by +} +""" +select columns of table "v1_ibc_union.statistics" +""" +enum v1_ibc_union_statistics_select_column { """column name""" - packet_send_block_hash + name """column name""" - packet_send_event_index + value +} - """column name""" - packet_send_height +""" +Streaming cursor of the table "v1_ibc_union_statistics" +""" +input v1_ibc_union_statistics_stream_cursor_input { + """Stream column input with initial value""" + initial_value: v1_ibc_union_statistics_stream_cursor_value_input! - """column name""" - packet_send_timestamp + """cursor ordering""" + ordering: cursor_ordering +} - """column name""" - packet_send_transaction_event_index +"""Initial value of the column from where the streaming should start""" +input v1_ibc_union_statistics_stream_cursor_value_input { + name: String + value: numeric +} - """column name""" - packet_send_transaction_hash +""" +columns and relationships of "v1_ibc_union.traces" +""" +type v1_ibc_union_traces { + height: bigint + initiating_transaction_hash: String + order: Int + timestamp: timestamptz + transaction_hash: String + type: String +} - """column name""" - packet_send_transaction_index +""" +order by aggregate values of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_aggregate_order_by { + avg: v1_ibc_union_traces_avg_order_by + count: order_by + max: v1_ibc_union_traces_max_order_by + min: v1_ibc_union_traces_min_order_by + stddev: v1_ibc_union_traces_stddev_order_by + stddev_pop: v1_ibc_union_traces_stddev_pop_order_by + stddev_samp: v1_ibc_union_traces_stddev_samp_order_by + sum: v1_ibc_union_traces_sum_order_by + var_pop: v1_ibc_union_traces_var_pop_order_by + var_samp: v1_ibc_union_traces_var_samp_order_by + variance: v1_ibc_union_traces_variance_order_by +} - """column name""" - source_chain_id +""" +order by avg() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_avg_order_by { + height: order_by + order: order_by +} - """column name""" - source_channel_id +""" +Boolean expression to filter rows from the table "v1_ibc_union.traces". All fields are combined with a logical 'AND'. +""" +input v1_ibc_union_traces_bool_exp { + _and: [v1_ibc_union_traces_bool_exp!] + _not: v1_ibc_union_traces_bool_exp + _or: [v1_ibc_union_traces_bool_exp!] + height: bigint_comparison_exp + initiating_transaction_hash: String_comparison_exp + order: Int_comparison_exp + timestamp: timestamptz_comparison_exp + transaction_hash: String_comparison_exp + type: String_comparison_exp +} - """column name""" - source_connection_id +""" +order by max() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_max_order_by { + height: order_by + initiating_transaction_hash: order_by + order: order_by + timestamp: order_by + transaction_hash: order_by + type: order_by +} - """column name""" - source_port_id +""" +order by min() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_min_order_by { + height: order_by + initiating_transaction_hash: order_by + order: order_by + timestamp: order_by + transaction_hash: order_by + type: order_by +} - """column name""" - status +"""Ordering options when selecting data from "v1_ibc_union.traces".""" +input v1_ibc_union_traces_order_by { + height: order_by + initiating_transaction_hash: order_by + order: order_by + timestamp: order_by + transaction_hash: order_by + type: order_by +} +""" +select columns of table "v1_ibc_union.traces" +""" +enum v1_ibc_union_traces_select_column { """column name""" - timeout_height + height """column name""" - timeout_timestamp + initiating_transaction_hash """column name""" - write_ack_block_hash + order """column name""" - write_ack_event_index + timestamp """column name""" - write_ack_height + transaction_hash """column name""" - write_ack_timestamp + type +} - """column name""" - write_ack_transaction_event_index +""" +order by stddev() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_stddev_order_by { + height: order_by + order: order_by +} - """column name""" - write_ack_transaction_hash +""" +order by stddev_pop() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_stddev_pop_order_by { + height: order_by + order: order_by +} - """column name""" - write_ack_transaction_index +""" +order by stddev_samp() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_stddev_samp_order_by { + height: order_by + order: order_by } """ -Streaming cursor of the table "v1_ibc_union_packets_view" +Streaming cursor of the table "v1_ibc_union_traces" """ -input v1_ibc_union_packets_view_stream_cursor_input { +input v1_ibc_union_traces_stream_cursor_input { """Stream column input with initial value""" - initial_value: v1_ibc_union_packets_view_stream_cursor_value_input! + initial_value: v1_ibc_union_traces_stream_cursor_value_input! """cursor ordering""" ordering: cursor_ordering } """Initial value of the column from where the streaming should start""" -input v1_ibc_union_packets_view_stream_cursor_value_input { - acknowledgement: String - acknowledgement_decoded: jsonb - channel_version: String - data: String - data_decoded: jsonb - destination_chain_id: String - destination_channel_id: Int - destination_connection_id: Int - destination_port_id: String - packet_ack_block_hash: String - packet_ack_event_index: Int - packet_ack_height: bigint - packet_ack_maker: String - packet_ack_timestamp: timestamptz - packet_ack_transaction_event_index: Int - packet_ack_transaction_hash: String - packet_ack_transaction_index: Int - packet_recv_block_hash: String - packet_recv_event_index: Int - packet_recv_height: bigint - packet_recv_maker: String - packet_recv_maker_msg: String - packet_recv_timestamp: timestamptz - packet_recv_transaction_event_index: Int - packet_recv_transaction_hash: String - packet_recv_transaction_index: Int - packet_send_block_hash: String - packet_send_event_index: Int - packet_send_height: bigint - packet_send_timestamp: timestamptz - packet_send_transaction_event_index: Int - packet_send_transaction_hash: String - packet_send_transaction_index: Int - source_chain_id: String - source_channel_id: bigint - source_connection_id: Int - source_port_id: String - status: String - timeout_height: bigint - timeout_timestamp: numeric - write_ack_block_hash: String - write_ack_event_index: Int - write_ack_height: bigint - write_ack_timestamp: timestamptz - write_ack_transaction_event_index: Int - write_ack_transaction_hash: String - write_ack_transaction_index: Int +input v1_ibc_union_traces_stream_cursor_value_input { + height: bigint + initiating_transaction_hash: String + order: Int + timestamp: timestamptz + transaction_hash: String + type: String +} + +""" +order by sum() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_sum_order_by { + height: order_by + order: order_by +} + +""" +order by var_pop() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_var_pop_order_by { + height: order_by + order: order_by +} + +""" +order by var_samp() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_var_samp_order_by { + height: order_by + order: order_by +} + +""" +order by variance() on columns of table "v1_ibc_union.traces" +""" +input v1_ibc_union_traces_variance_order_by { + height: order_by + order: order_by } """ diff --git a/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte b/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte index 6893592d82..558ebc9af5 100644 --- a/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte +++ b/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte @@ -130,6 +130,7 @@ const transfer = async () => { } /** --- APTOS END --- */ + /** --- COSOS START --- */ } else if ($validation.transfer.sourceChain.rpc_type === "cosmos") { const { connectedWallet, connectionStatus } = get(cosmosStore) if ($userAddrCosmos === null) return toast.error("No Cosmos user address found") @@ -164,6 +165,7 @@ const transfer = async () => { $validation.transfer.sourceChain.chain_id, connectedWallet ) + console.log({chainInfo}); if (chainInfo === null) { transferState.set({ @@ -202,7 +204,7 @@ const transfer = async () => { }) const unionClient = createUnionClient({ account: cosmosOfflineSigner, - transport: http(`https://${rpcUrl}`), + transport: http(`${rpcUrl}`), chainId: $validation.transfer.sourceChain.chain_id as CosmosChainId, gasPrice: { amount: "0.0025", denom: $validation.transfer.asset.metadata.denom } }) @@ -215,7 +217,7 @@ const transfer = async () => { account: cosmosOfflineSigner, // TODO: verify chain id is correct destinationChainId: $validation.transfer.destinationChain.chain_id as ChainId, - gasPrice: { amount: "0.0025", denom: $validation.transfer.asset.metadata.denom } + gasPrice: { amount: "0.025", denom: $validation.transfer.asset.metadata.denom } }) if (transfer.isErr()) throw transfer.error transferState.set({ kind: "TRANSFERRING", transferHash: transfer.value }) diff --git a/app/src/lib/components/chains-gate.svelte b/app/src/lib/components/chains-gate.svelte index dd8639fd8c..cc6ab80166 100644 --- a/app/src/lib/components/chains-gate.svelte +++ b/app/src/lib/components/chains-gate.svelte @@ -36,36 +36,10 @@ let checkedChains: Readable> = derived(chains, $chains => { } else { addr_prefix = chain.addr_prefix } - - let ucs1_configurations = chain.ucs1_configurations.reduce( - (acc, item) => { - let forwards = item.forwards.reduce>( - (acc2, item2) => { - // @ts-expect-error - acc2[item2.destination_chain.chain_id] = item2 - return acc2 - }, - {} - ) - - let item_with_fwd = { - ...item, - forwards - } - - // @ts-expect-error - acc[item.destination_chain.chain_id] = item_with_fwd - - return acc - }, - {} - ) - return { chain_id: chain.chain_id, enabled: chain.enabled, enabled_staging: chain.enabled_staging, - ucs1_configurations, display_name, rpc_type: rpcType, rpcs: chain.rpcs, diff --git a/app/src/lib/graphql/queries/chains.ts b/app/src/lib/graphql/queries/chains.ts index 8ef9f4c160..7d66fcd541 100644 --- a/app/src/lib/graphql/queries/chains.ts +++ b/app/src/lib/graphql/queries/chains.ts @@ -1,7 +1,7 @@ import { graphql } from "gql.tada" export const chainsQueryDocument = graphql(/* GraphQL */ `query ChainsQuery @cached(ttl: 30) { - v1_chains(order_by: {display_name: asc}) { + v1_ibc_union_chains(order_by: {display_name: asc}) { display_name testnet chain_id @@ -14,20 +14,6 @@ export const chainsQueryDocument = graphql(/* GraphQL */ `query ChainsQuery @cac url type } - ucs1_configurations { - channel_id - contract_address - destination_chain { - chain_id - } - forwards { - channel_id - destination_chain { - chain_id - } - port_id - } - } explorers { tx_url block_url diff --git a/app/src/lib/queries/chains.ts b/app/src/lib/queries/chains.ts index 7cf5cd326c..9bd504a684 100644 --- a/app/src/lib/queries/chains.ts +++ b/app/src/lib/queries/chains.ts @@ -8,7 +8,7 @@ export const chainsQuery = () => createQuery({ queryKey: ["chains"], placeholderData: (previousData, _) => previousData, - queryFn: async () => (await request(URLS().GRAPHQL, chainsQueryDocument, {})).v1_chains, + queryFn: async () => (await request(URLS().GRAPHQL, chainsQueryDocument, {})).v1_ibc_union_chains, enabled: true, refetchInterval: 6_000, refetchOnWindowFocus: false diff --git a/app/src/lib/types.ts b/app/src/lib/types.ts index 13dc37f241..54f75568fd 100644 --- a/app/src/lib/types.ts +++ b/app/src/lib/types.ts @@ -49,20 +49,6 @@ export type Chain = { type: string url: string }> - ucs1_configurations: Record< - string, - { - contract_address: string - channel_id: string - forwards: Record< - string, - { - channel_id: string - port_id: string - } - > - } - > explorers: Array<{ tx_url: string block_url: string diff --git a/app/src/lib/wallet/cosmos/chain-info.ts b/app/src/lib/wallet/cosmos/chain-info.ts index e416e9fddd..365b777f04 100644 --- a/app/src/lib/wallet/cosmos/chain-info.ts +++ b/app/src/lib/wallet/cosmos/chain-info.ts @@ -174,6 +174,53 @@ export const strideKeplrChainInfo: KeplrChainInfo = { features: [] } +export const elgafarKeplrChainInfo: KeplrChainInfo = { + "rpc": "https://rpc.elgafar-1.stargaze-apis.com", + "rest": "https://rest.elgafar-1.stargaze-apis.com", + "chainId": "elgafar-1", + "chainName": "Stargaze Testnet", + "nodeProvider": { + "name": "Stargaze", + "email": "admin@stargaze.zone", + "website":"https://www.stargaze.zone/" + }, + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/chain.png", + "stakeCurrency": { + "coinDenom": "STARS", + "coinMinimalDenom": "ustars", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" + }, + "bip44": { + "coinType": 118 + }, + "bech32Config": { + "bech32PrefixAccAddr": "stars", + "bech32PrefixAccPub": "starspub", + "bech32PrefixValAddr": "starsvaloper", + "bech32PrefixValPub": "starsvaloperpub", + "bech32PrefixConsAddr": "starsvalcons", + "bech32PrefixConsPub": "starsvalconspub" + }, + "currencies": [ + { + "coinDenom": "STARS", + "coinMinimalDenom": "ustars", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" + } + ], + "feeCurrencies": [ + { + "coinDenom": "STARS", + "coinMinimalDenom": "ustars", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" + } + ], + "features": [] +} + export const strideLeapChainInfo: LeapExtendedInfo = { chainId: "stride-internal-1", chainName: "Stride Testnet", @@ -233,12 +280,14 @@ export const strideLeapChainInfo: LeapExtendedInfo = { const keplrChainInfoMap: Record = { "union-testnet-9": unionKeplrChainInfo, - "stride-internal-1": strideKeplrChainInfo + "stride-internal-1": strideKeplrChainInfo, + "elgafar-1": elgafarKeplrChainInfo } const leapChainInfoMap: Record = { "union-testnet-9": unionLeapChainInfo, "stride-internal-1": strideLeapChainInfo + // TODO: add stargaze leap definition } export function getCosmosChainInfo( From b134f95e64efd77e89f68e0e50de738c3e774a60 Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 14 Jan 2025 22:42:32 +0000 Subject: [PATCH 4/7] feat(app): fetch ibc-union transfers --- .../transfers-table/transfers-table.svelte | 1 + app/src/lib/graphql/fragments/transfers.ts | 58 +++--- app/src/lib/graphql/queries/transfers.ts | 160 +++++++-------- app/src/lib/queries/transfers.ts | 194 ++++++++++-------- 4 files changed, 217 insertions(+), 196 deletions(-) diff --git a/app/src/lib/components/transfers-table/transfers-table.svelte b/app/src/lib/components/transfers-table/transfers-table.svelte index ef879a31d6..6c76dceffe 100644 --- a/app/src/lib/components/transfers-table/transfers-table.svelte +++ b/app/src/lib/components/transfers-table/transfers-table.svelte @@ -44,4 +44,5 @@ const columns: Array> = [ ] + diff --git a/app/src/lib/graphql/fragments/transfers.ts b/app/src/lib/graphql/fragments/transfers.ts index a4018399e6..9246042945 100644 --- a/app/src/lib/graphql/fragments/transfers.ts +++ b/app/src/lib/graphql/fragments/transfers.ts @@ -1,34 +1,42 @@ import { graphql } from "../index.ts" export const transferListDataFragment = graphql(` - fragment TransferListData on v1_transfers { + fragment TransferListData on v1_ibc_union_fungible_asset_orders { sender source_chain_id - source_timestamp - source_transaction_hash + packet_send_timestamp + packet_send_transaction_hash receiver destination_chain_id - destination_timestamp - destination_transaction_hash - tokens { - asset { - denom - chain { - chain_id - display_name - } - decimals - logo_uri - gas_token - display_name - display_symbol - } - amount - denom - } - forwards { - destination_chain_id - receiver - } + packet_recv_timestamp + packet_recv_transaction_hash + base_token + base_amount + base_token_symbol + quote_token + quote_amount } `) + +// tokens { +// asset { +// denom +// chain { +// chain_id +// display_name +// } +// decimals +// logo_uri +// gas_token +// display_name +// display_symbol +// } +// amount +// denom +// } +// +// +// forwards { +// destination_chain_id +// receiver +// } diff --git a/app/src/lib/graphql/queries/transfers.ts b/app/src/lib/graphql/queries/transfers.ts index e56d532303..93976576f7 100644 --- a/app/src/lib/graphql/queries/transfers.ts +++ b/app/src/lib/graphql/queries/transfers.ts @@ -5,20 +5,20 @@ export const transfersTimestampQuery = graphql( /* GraphQL */ ` query TransfersTimestampQuery($limit: Int!, $timestamp: timestamptz!) @cached(ttl: 1000) { - newer: v1_transfers( + newer: v1_ibc_union_fungible_asset_orders( limit: $limit - order_by: [{ source_timestamp: asc }, { source_transaction_hash: asc }] - where: { source_timestamp: { _gte: $timestamp } } + order_by: [{ packet_send_timestamp: asc }, { packet_send_transaction_hash: asc }] + where: { packet_send_timestamp: { _gte: $timestamp } } ) { ...TransferListData } - older: v1_transfers( + older: v1_ibc_union_fungible_asset_orders( limit: $limit order_by: [ - { source_timestamp: desc } - { source_transaction_hash: desc } + { packet_send_timestamp: desc } + { packet_send_transaction_hash: desc } ] - where: { source_timestamp: { _lt: $timestamp } } + where: { packet_send_timestamp: { _lt: $timestamp } } ) { ...TransferListData } @@ -30,11 +30,11 @@ export const transfersTimestampQuery = graphql( export const transfersLatestQuery = graphql( /* GraphQL */ ` query TransfersLatestQuery($limit: Int! = 8) { - data: v1_transfers( + data: v1_ibc_union_fungible_asset_orders( limit: $limit order_by: [ - { source_timestamp: desc } - { source_transaction_hash: desc } + { packet_send_timestamp: desc } + { packet_send_transaction_hash: desc } ] ) { ...TransferListData @@ -44,75 +44,75 @@ export const transfersLatestQuery = graphql( [transferListDataFragment] ) -export const transfersByAddressesTimestampQuery = graphql( - /* graphql */ ` - query TransfersByAddressesTimestampQuery( - $limit: Int! - $addresses: [String!]! - $timestamp: timestamptz! - ) @cached(ttl: 1000) { - newer: v1_transfers( - limit: $limit - order_by: [{ source_timestamp: asc }, { source_transaction_hash: asc }] - where: { - _and: [ - { source_timestamp: { _gte: $timestamp } } - { - _or: [ - { normalized_sender: { _in: $addresses } } - { normalized_receiver: { _in: $addresses } } - ] - } - ] - } - ) { - ...TransferListData - } +// export const transfersByAddressesTimestampQuery = graphql( +// /* graphql */ ` +// query TransfersByAddressesTimestampQuery( +// $limit: Int! +// $addresses: [String!]! +// $timestamp: timestamptz! +// ) @cached(ttl: 1000) { +// newer: v1_ibc_union_fungible_asset_orders( +// limit: $limit +// order_by: [{ packet_send_timestamp: asc }, { packet_send_transaction_hash: asc }] +// where: { +// _and: [ +// { packet_send_timestamp: { _gte: $timestamp } } +// { +// _or: [ +// { normalized_sender: { _in: $addresses } } +// { normalized_receiver: { _in: $addresses } } +// ] +// } +// ] +// } +// ) { +// ...TransferListData +// } - older: v1_transfers( - limit: $limit - order_by: [ - { source_timestamp: desc } - { source_transaction_hash: desc } - ] - where: { - _and: [ - { source_timestamp: { _lt: $timestamp } } - { - _or: [ - { normalized_sender: { _in: $addresses } } - { normalized_receiver: { _in: $addresses } } - ] - } - ] - } - ) { - ...TransferListData - } - } - `, - [transferListDataFragment] -) +// older: v1_ibc_union_fungible_asset_orders( +// limit: $limit +// order_by: [ +// { packet_send_timestamp: desc } +// { packet_send_transaction_hash: desc } +// ] +// where: { +// _and: [ +// { packet_send_timestamp: { _lt: $timestamp } } +// { +// _or: [ +// { normalized_sender: { _in: $addresses } } +// { normalized_receiver: { _in: $addresses } } +// ] +// } +// ] +// } +// ) { +// ...TransferListData +// } +// } +// `, +// [transferListDataFragment] +// ) -export const transfersByAddressesLatestQuery = graphql( - /* graphql */ ` - query TransfersByAddressesLatestQuery($limit: Int!, $addresses: [String!]!) { - data: v1_transfers( - limit: $limit - order_by: [ - { source_timestamp: desc } - { source_transaction_hash: desc } - ] - where: { - _or: [ - { normalized_sender: { _in: $addresses } } - { normalized_receiver: { _in: $addresses } } - ] - } - ) { - ...TransferListData - } - } - `, - [transferListDataFragment] -) +// export const transfersByAddressesLatestQuery = graphql( +// /* graphql */ ` +// query TransfersByAddressesLatestQuery($limit: Int!, $addresses: [String!]!) { +// data: v1_ibc_union_fungible_asset_orders( +// limit: $limit +// order_by: [ +// { packet_send_timestamp: desc } +// { packet_send_transaction_hash: desc } +// ] +// where: { +// _or: [ +// { normalized_sender: { _in: $addresses } } +// { normalized_receiver: { _in: $addresses } } +// ] +// } +// ) { +// ...TransferListData +// } +// } +// `, +// [transferListDataFragment] +// ) diff --git a/app/src/lib/queries/transfers.ts b/app/src/lib/queries/transfers.ts index a3dc412052..7d6826b45a 100644 --- a/app/src/lib/queries/transfers.ts +++ b/app/src/lib/queries/transfers.ts @@ -2,9 +2,9 @@ import request from "graphql-request" import { URLS } from "$lib/constants" import { transfersLatestQuery, - transfersTimestampQuery, - transfersByAddressesLatestQuery, - transfersByAddressesTimestampQuery + transfersTimestampQuery + // transfersByAddressesLatestQuery, + // transfersByAddressesTimestampQuery } from "$lib/graphql/queries/transfers.ts" import { transferListDataFragment } from "$lib/graphql/fragments/transfers" import { raise } from "$lib/utilities/index.ts" @@ -15,23 +15,33 @@ import { derived, type Readable } from "svelte/store" const transferTransform = (tx: FragmentOf) => { const transfer = readFragment(transferListDataFragment, tx) - const lastForward = transfer.forwards?.at(-1) - const receiver = lastForward?.receiver ?? transfer.receiver - const destinationChainId = lastForward?.destination_chain_id ?? transfer.destination_chain_id + // const lastForward = transfer.forwards?.at(-1) + // const receiver = lastForward?.receiver ?? transfer.receiver + // const destinationChainId = lastForward?.destination_chain_id ?? transfer.destination_chain_id return { source: { - hash: transfer.source_transaction_hash || "unknown", + hash: transfer.packet_send_transaction_hash || "unknown", chainId: transfer.source_chain_id ?? raise("source_chain_id is null"), address: transfer.sender || "unknown" }, destination: { - hash: transfer.destination_transaction_hash || "unknown", - chainId: destinationChainId ?? raise("destination_chain_id is null"), - address: receiver || "unknown" + hash: transfer.packet_recv_transaction_hash || "unknown", + chainId: transfer.destination_chain_id ?? raise("destination_chain_id is null"), + address: transfer.receiver || "unknown" }, - timestamp: `${transfer.source_timestamp}`, - hash: `${transfer.source_transaction_hash}`, - tokens: transfer.tokens + baseToken: transfer.base_token, + baseAmount: transfer.base_amount, + timestamp: `${transfer.packet_send_timestamp}`, + hash: `${transfer.packet_send_transaction_hash}`, + tokens: [ + { + asset: { + decimals: 0, // HACK: fixme, graphql should augment asset info. + display_symbol: transfer.base_token_symbol + }, + amount: transfer.base_amount + } + ] } } @@ -61,38 +71,38 @@ export async function transfersTimestamp({ return allTransfers.map(transferTransform) } -export async function transfersByAddressesLatest({ - limit, - addresses -}: { - limit: number - addresses: Array -}): TransfersReturnType { - const { data } = await request(URLS().GRAPHQL, transfersByAddressesLatestQuery, { - limit, - addresses - }) - return data.map(transferTransform) -} +// export async function transfersByAddressesLatest({ +// limit, +// addresses +// }: { +// limit: number +// addresses: Array +// }): TransfersReturnType { +// const { data } = await request(URLS().GRAPHQL, transfersByAddressesLatestQuery, { +// limit, +// addresses +// }) +// return data.map(transferTransform) +// } -export async function transfersByAddressesTimestamp({ - limit, - addresses, - timestamp -}: { - limit: number - timestamp: string - addresses: Array -}): TransfersReturnType { - const { older, newer } = await request(URLS().GRAPHQL, transfersByAddressesTimestampQuery, { - limit: limit / 2, - timestamp, - addresses - }) +// export async function transfersByAddressesTimestamp({ +// limit, +// addresses, +// timestamp +// }: { +// limit: number +// timestamp: string +// addresses: Array +// }): TransfersReturnType { +// const { older, newer } = await request(URLS().GRAPHQL, transfersByAddressesTimestampQuery, { +// limit: limit / 2, +// timestamp, +// addresses +// }) - const allTransfers = [...newer.toReversed(), ...older] - return allTransfers.map(transferTransform) -} +// const allTransfers = [...newer.toReversed(), ...older] +// return allTransfers.map(transferTransform) +// } export const transfersQuery = ( normalizedAddresses: Array | null, @@ -101,53 +111,55 @@ export const transfersQuery = ( ) => createQuery( derived([timestamp], ([$timestamp]) => - normalizedAddresses - ? $timestamp - ? { - queryKey: ["transfers", $timestamp, ...normalizedAddresses], - refetchOnMount: false, - refetchOnReconnect: false, - placeholderData: keepPreviousData, - staleTime: Number.POSITIVE_INFINITY, - queryFn: async () => - await transfersByAddressesTimestamp({ - limit: pageSize, - timestamp: $timestamp as string, - addresses: normalizedAddresses - }) - } - : { - queryKey: ["transfers", "latest", ...normalizedAddresses], - refetchOnMount: true, - placeholderData: keepPreviousData, - refetchOnReconnect: true, - refetchInterval: () => 5_000, - queryFn: async () => - await transfersByAddressesLatest({ - limit: pageSize, - addresses: normalizedAddresses - }) - } - : $timestamp - ? { - queryKey: ["transfers", $timestamp], - refetchOnMount: false, - refetchOnReconnect: false, - placeholderData: keepPreviousData, - staleTime: Number.POSITIVE_INFINITY, - queryFn: async () => - await transfersTimestamp({ - timestamp: $timestamp as string, // otherwise its disabled - limit: pageSize - }) - } - : { - queryKey: ["transfers", "latest"], - refetchOnMount: true, - placeholderData: keepPreviousData, - refetchOnReconnect: true, - refetchInterval: () => 5_000, - queryFn: async () => await transfersLatest({ limit: pageSize }) - } + // normalizedAddresses + // ? $timestamp + // ? { + // queryKey: ["transfers", $timestamp, ...normalizedAddresses], + // refetchOnMount: false, + // refetchOnReconnect: false, + // placeholderData: keepPreviousData, + // staleTime: Number.POSITIVE_INFINITY, + // queryFn: async () => + // await transfersByAddressesTimestamp({ + // limit: pageSize, + // timestamp: $timestamp as string, + // addresses: normalizedAddresses + // }) + // } + // : { + // queryKey: ["transfers", "latest", ...normalizedAddresses], + // refetchOnMount: true, + // placeholderData: keepPreviousData, + // refetchOnReconnect: true, + // refetchInterval: () => 5_000, + // queryFn: async () => + // await transfersByAddressesLatest({ + // limit: pageSize, + // addresses: normalizedAddresses + // }) + // } + // : + + $timestamp + ? { + queryKey: ["transfers", $timestamp], + refetchOnMount: false, + refetchOnReconnect: false, + placeholderData: keepPreviousData, + staleTime: Number.POSITIVE_INFINITY, + queryFn: async () => + await transfersTimestamp({ + timestamp: $timestamp as string, // otherwise its disabled + limit: pageSize + }) + } + : { + queryKey: ["transfers", "latest"], + refetchOnMount: true, + placeholderData: keepPreviousData, + refetchOnReconnect: true, + refetchInterval: () => 5_000, + queryFn: async () => await transfersLatest({ limit: pageSize }) + } ) ) From 96fc13f55bf3c91429a4b63e3527b551ad344385 Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 14 Jan 2025 23:00:12 +0000 Subject: [PATCH 5/7] feat(app): show basic ibc-union transfer details --- .../lib/components/transfer-details.svelte | 753 +++++++----------- .../lib/graphql/queries/transfer-details.ts | 187 ++--- 2 files changed, 348 insertions(+), 592 deletions(-) diff --git a/app/src/lib/components/transfer-details.svelte b/app/src/lib/components/transfer-details.svelte index a1a9547370..fc97cf3ef4 100644 --- a/app/src/lib/components/transfer-details.svelte +++ b/app/src/lib/components/transfer-details.svelte @@ -2,9 +2,8 @@ import { page } from "$app/stores" import request from "graphql-request" import { - transfersBySourceHashBaseQueryDocument, - transfersBySourceHashTracesAndHopsQueryDocument, - ucs03OrdersBySourceHashQueryDocument + transfersBySourceHashBaseQueryDocument + // transfersBySourceHashTracesAndHopsQueryDocument } from "$lib/graphql/queries/transfer-details.ts" import DetailsHeading from "$lib/components/details-heading.svelte" import { createQuery } from "@tanstack/svelte-query" @@ -28,32 +27,23 @@ import PacketPath from "./packet-path.svelte" const source = $page.params.source export let chains: Array -let ucs03Orders = createQuery({ - queryKey: ["ucs03-orders-by-source", source], - refetchInterval: query => (query.state.data?.length === 0 ? 1_000 : false), // fetch every second until we have the transaction - placeholderData: (previousData, _) => previousData, - queryFn: async () => { - const response = await request(URLS().GRAPHQL, ucs03OrdersBySourceHashQueryDocument, { - source_transaction_hash: source - }) - - return response.v1_ibc_union_fungible_asset_order_view - } -}) - let transfers = createQuery({ queryKey: ["transfers-by-source-base", source], refetchInterval: query => (query.state.data?.length === 0 ? 1_000 : false), // fetch every second until we have the transaction placeholderData: (previousData, _) => previousData, queryFn: async () => { + console.log("querying") const response = await request(URLS().GRAPHQL, transfersBySourceHashBaseQueryDocument, { source_transaction_hash: source }) - if (response.v1_transfers === undefined || response.v1_transfers === null) + if ( + response.v1_ibc_union_fungible_asset_orders === undefined || + response.v1_ibc_union_fungible_asset_orders === null + ) raise("error fetching transfers") - return response.v1_transfers + return response.v1_ibc_union_fungible_asset_orders } }) @@ -83,19 +73,19 @@ let processedTransfers = derived( // forwards does not contain sequence numbers, // so we cannot construct the destination sequence at this stage yet. - const lastForward = tx.forwards?.at(-1) - if (lastForward) { - hop_chain_id = tx.destination_chain_id - hop_chain_destination_connection_id = tx.destination_connection_id - hop_chain_destination_channel_id = tx.destination_channel_id - hop_chain_source_connection_id = lastForward.source_connection_id - hop_chain_source_channel_id = lastForward.source_channel_id - tx.destination_chain_id = lastForward.destination_chain_id - tx.destination_connection_id = lastForward.destination_connection_id - tx.destination_channel_id = lastForward.destination_channel_id - tx.receiver = lastForward.receiver - tx.normalized_receiver = lastForward.receiver - } + // const lastForward = tx.forwards?.at(-1) + // if (lastForward) { + // hop_chain_id = tx.destination_chain_id + // hop_chain_destination_connection_id = tx.destination_connection_id + // hop_chain_destination_channel_id = tx.destination_channel_id + // hop_chain_source_connection_id = lastForward.source_connection_id + // hop_chain_source_channel_id = lastForward.source_channel_id + // tx.destination_chain_id = lastForward.destination_chain_id + // tx.destination_connection_id = lastForward.destination_connection_id + // tx.destination_channel_id = lastForward.destination_channel_id + // tx.receiver = lastForward.receiver + // tx.normalized_receiver = lastForward.receiver + // } // if (tx.hop !== null) { // // hop_chain = tx.destination_chain @@ -128,268 +118,268 @@ let processedTransfers = derived( } ) -let tracesAndHops = createQuery({ - queryKey: ["transfers-by-source-traces-and-hops", source], - refetchInterval: 1_000, - placeholderData: (previousData, _) => previousData, - queryFn: async () => - ( - await request(URLS().GRAPHQL, transfersBySourceHashTracesAndHopsQueryDocument, { - source_transaction_hash: source - }) - ).v1_transfers -}) - -let processedTraces = derived( - [tracesAndHops, submittedTransfers], - ([$tracesAndHops, $submittedTransfers]) => { - if (!$tracesAndHops.data || $tracesAndHops.data.length === 0) { - // @ts-expect-error - if ($submittedTransfers[source] !== undefined) { - return [[]] // pre-generate trace for submitted transfer - } - return null - } - - return $tracesAndHops.data.map(tx => { - if (tx.hop !== null) { - tx.traces.push.apply(tx.traces, tx.hop.traces) - tx.traces.sort((a, b) => { - return ( - // @ts-ignore timestamp is guaranteed to be a date - new Date(a.timestamp).getTime() - new Date(b.timestamp).getTime() - ) - }) - } - - return tx.traces - }) - } -) - -// @ts-expect-error -let tracesSteps: Readable> | null> = derived( - [processedTraces, processedTransfers], - ([$processedTraces, $processedTransfers]) => { - if (!($processedTraces && $processedTransfers)) return null - - return zip($processedTransfers, $processedTraces).map(([transfer, traces]) => { - const onSourceTrace = (eventType: string) => - traces.find(t => t.type === eventType && t.chain?.chain_id === transfer.source_chain_id) - const onSource = (eventType: string) => onSourceTrace(eventType) !== undefined - const onHopTrace = (eventType: string) => - traces.find(t => t.type === eventType && t.chain?.chain_id === transfer.hop_chain_id) - const onHop = (eventType: string) => onHopTrace(eventType) !== undefined - const onDestinationTrace = (eventType: string) => - traces.find( - t => t.type === eventType && t.chain?.chain_id === transfer.destination_chain_id - ) - const onDestination = (eventType: string) => onDestinationTrace(eventType) !== undefined - - const sourceChainExplorer = chains - .find(c => c.chain_id === transfer.source_chain_id) - ?.explorers?.at(0) - const hopChainExplorer = chains - .find(c => c.chain_id === transfer.hop_chain_id) - ?.explorers?.at(0) - const destinationChainExplorer = chains - .find(c => c.chain_id === transfer.destination_chain_id) - ?.explorers?.at(0) - - const sourceChainName = toDisplayName(transfer.source_chain_id, chains) - const hopChainName = toDisplayName(transfer.hop_chain_id, chains) - const destinationChainName = toDisplayName(transfer.destination_chain_id, chains) - - const traceDetails = (eventType: string, c: "source" | "hop" | "destination") => { - let trace = - c === "source" - ? onSourceTrace(eventType) - : c === "hop" - ? onHopTrace(eventType) - : c === "destination" - ? onDestinationTrace(eventType) - : undefined - let explorer = - c === "source" - ? sourceChainExplorer - : c === "hop" - ? hopChainExplorer - : c === "destination" - ? destinationChainExplorer - : undefined - let chain_display_name = - c === "source" - ? sourceChainName - : c === "hop" - ? hopChainName - : c === "destination" - ? destinationChainName - : undefined - - if (trace === undefined) return undefined - - return explorer === undefined - ? { - chain_display_name, - tx: trace.transaction_hash, - block: trace.height, - timestamp: trace.timestamp - } - : { - chain_display_name, - tx: trace.transaction_hash, - tx_url: `${explorer.tx_url}${trace.transaction_hash}`, - block: trace.height, - block_url: `${explorer.block_url}${trace.height}`, - timestamp: trace.timestamp - } - } - - if (!transfer.hop_chain_id) { - return [ - { - status: onSource("SEND_PACKET") ? "COMPLETED" : "IN_PROGRESS", - title: `Send Packet`, - description: "Waiting on indexer", - traceDetails: traceDetails("SEND_PACKET", "source") - }, - (() => { - let status = onDestination("LIGHTCLIENT_UPDATE") - ? "COMPLETED" - : onSource("SEND_PACKET") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Light Client Update`, - description: status === "IN_PROGRESS" ? `Waiting on ${sourceChainName} finality` : "", - traceDetails: traceDetails("LIGHTCLIENT_UPDATE", "destination") - } - })(), - (() => { - let status = onDestination("RECEIVE_PACKET") - ? "COMPLETED" - : onDestination("LIGHTCLIENT_UPDATE") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Receive Packet`, - traceDetails: traceDetails("RECEIVE_PACKET", "destination") - } - })(), - (() => { - let status = onSource("ACKNOWLEDGE_PACKET") - ? "COMPLETED" - : onDestination("RECEIVE_PACKET") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Acknowledge Packet`, - traceDetails: traceDetails("ACKNOWLEDGE_PACKET", "source") - } - })() - ] - } - - return [ - { - status: onSource("SEND_PACKET") ? "COMPLETED" : "IN_PROGRESS", - title: `Send Packet`, - description: "Waiting on indexer", - traceDetails: traceDetails("SEND_PACKET", "source") - }, - (() => { - let status = onHop("LIGHTCLIENT_UPDATE") - ? "COMPLETED" - : onSource("SEND_PACKET") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Light Client Update`, - description: status === "IN_PROGRESS" ? `Waiting on ${sourceChainName} finality` : "", - traceDetails: traceDetails("LIGHTCLIENT_UPDATE", "hop") - } - })(), - (() => { - let status = onHop("RECEIVE_PACKET") - ? "COMPLETED" - : onHop("LIGHTCLIENT_UPDATE") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Receive Packet`, - traceDetails: traceDetails("RECEIVE_PACKET", "hop") - } - })(), - (() => { - let status = onHop("SEND_PACKET") - ? "COMPLETED" - : onHop("RECEIVE_PACKET") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Send Packet`, - traceDetails: traceDetails("SEND_PACKET", "hop") - } - })(), - (() => { - let status = onDestination("LIGHTCLIENT_UPDATE") - ? "COMPLETED" - : onHop("SEND_PACKET") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Light Client Update`, - description: status === "IN_PROGRESS" ? `Waiting on ${hopChainName} finality` : "", - traceDetails: traceDetails("LIGHTCLIENT_UPDATE", "destination") - } - })(), - (() => { - let status = onDestination("RECEIVE_PACKET") - ? "COMPLETED" - : onDestination("LIGHTCLIENT_UPDATE") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Receive Packet`, - traceDetails: traceDetails("RECEIVE_PACKET", "destination") - } - })(), - (() => { - let status = onHop("ACKNOWLEDGE_PACKET") - ? "COMPLETED" - : onDestination("RECEIVE_PACKET") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Acknowledge Packet`, - traceDetails: traceDetails("ACKNOWLEDGE_PACKET", "hop") - } - })(), - (() => { - let status = onSource("ACKNOWLEDGE_PACKET") - ? "COMPLETED" - : onHop("ACKNOWLEDGE_PACKET") - ? "IN_PROGRESS" - : "PENDING" - return { - status, - title: `Acknowledge Packet`, - traceDetails: traceDetails("ACKNOWLEDGE_PACKET", "source") - } - })() - ] - }) - } -) +// let tracesAndHops = createQuery({ +// queryKey: ["transfers-by-source-traces-and-hops", source], +// refetchInterval: 1_000, +// placeholderData: (previousData, _) => previousData, +// queryFn: async () => +// ( +// await request(URLS().GRAPHQL, transfersBySourceHashTracesAndHopsQueryDocument, { +// source_transaction_hash: source +// }) +// ).v1_transfers +// }) + +// let processedTraces = derived( +// [tracesAndHops, submittedTransfers], +// ([$tracesAndHops, $submittedTransfers]) => { +// if (!$tracesAndHops.data || $tracesAndHops.data.length === 0) { +// // @ts-expect-error +// if ($submittedTransfers[source] !== undefined) { +// return [[]] // pre-generate trace for submitted transfer +// } +// return null +// } +// +// return $tracesAndHops.data.map(tx => { +// if (tx.hop !== null) { +// tx.traces.push.apply(tx.traces, tx.hop.traces) +// tx.traces.sort((a, b) => { +// return ( +// // @ts-ignore timestamp is guaranteed to be a date +// new Date(a.timestamp).getTime() - new Date(b.timestamp).getTime() +// ) +// }) +// } +// +// return tx.traces +// }) +// } +// ) + +// // @ts-expect-error +// let tracesSteps: Readable> | null> = derived( +// [processedTraces, processedTransfers], +// ([$processedTraces, $processedTransfers]) => { +// if (!($processedTraces && $processedTransfers)) return null +// +// return zip($processedTransfers, $processedTraces).map(([transfer, traces]) => { +// const onSourceTrace = (eventType: string) => +// traces.find(t => t.type === eventType && t.chain?.chain_id === transfer.source_chain_id) +// const onSource = (eventType: string) => onSourceTrace(eventType) !== undefined +// const onHopTrace = (eventType: string) => +// traces.find(t => t.type === eventType && t.chain?.chain_id === transfer.hop_chain_id) +// const onHop = (eventType: string) => onHopTrace(eventType) !== undefined +// const onDestinationTrace = (eventType: string) => +// traces.find( +// t => t.type === eventType && t.chain?.chain_id === transfer.destination_chain_id +// ) +// const onDestination = (eventType: string) => onDestinationTrace(eventType) !== undefined +// +// const sourceChainExplorer = chains +// .find(c => c.chain_id === transfer.source_chain_id) +// ?.explorers?.at(0) +// const hopChainExplorer = chains +// .find(c => c.chain_id === transfer.hop_chain_id) +// ?.explorers?.at(0) +// const destinationChainExplorer = chains +// .find(c => c.chain_id === transfer.destination_chain_id) +// ?.explorers?.at(0) +// +// const sourceChainName = toDisplayName(transfer.source_chain_id, chains) +// const hopChainName = toDisplayName(transfer.hop_chain_id, chains) +// const destinationChainName = toDisplayName(transfer.destination_chain_id, chains) +// +// const traceDetails = (eventType: string, c: "source" | "hop" | "destination") => { +// let trace = +// c === "source" +// ? onSourceTrace(eventType) +// : c === "hop" +// ? onHopTrace(eventType) +// : c === "destination" +// ? onDestinationTrace(eventType) +// : undefined +// let explorer = +// c === "source" +// ? sourceChainExplorer +// : c === "hop" +// ? hopChainExplorer +// : c === "destination" +// ? destinationChainExplorer +// : undefined +// let chain_display_name = +// c === "source" +// ? sourceChainName +// : c === "hop" +// ? hopChainName +// : c === "destination" +// ? destinationChainName +// : undefined +// +// if (trace === undefined) return undefined +// +// return explorer === undefined +// ? { +// chain_display_name, +// tx: trace.transaction_hash, +// block: trace.height, +// timestamp: trace.timestamp +// } +// : { +// chain_display_name, +// tx: trace.transaction_hash, +// tx_url: `${explorer.tx_url}${trace.transaction_hash}`, +// block: trace.height, +// block_url: `${explorer.block_url}${trace.height}`, +// timestamp: trace.timestamp +// } +// } +// +// if (!transfer.hop_chain_id) { +// return [ +// { +// status: onSource("SEND_PACKET") ? "COMPLETED" : "IN_PROGRESS", +// title: `Send Packet`, +// description: "Waiting on indexer", +// traceDetails: traceDetails("SEND_PACKET", "source") +// }, +// (() => { +// let status = onDestination("LIGHTCLIENT_UPDATE") +// ? "COMPLETED" +// : onSource("SEND_PACKET") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Light Client Update`, +// description: status === "IN_PROGRESS" ? `Waiting on ${sourceChainName} finality` : "", +// traceDetails: traceDetails("LIGHTCLIENT_UPDATE", "destination") +// } +// })(), +// (() => { +// let status = onDestination("RECEIVE_PACKET") +// ? "COMPLETED" +// : onDestination("LIGHTCLIENT_UPDATE") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Receive Packet`, +// traceDetails: traceDetails("RECEIVE_PACKET", "destination") +// } +// })(), +// (() => { +// let status = onSource("ACKNOWLEDGE_PACKET") +// ? "COMPLETED" +// : onDestination("RECEIVE_PACKET") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Acknowledge Packet`, +// traceDetails: traceDetails("ACKNOWLEDGE_PACKET", "source") +// } +// })() +// ] +// } +// +// return [ +// { +// status: onSource("SEND_PACKET") ? "COMPLETED" : "IN_PROGRESS", +// title: `Send Packet`, +// description: "Waiting on indexer", +// traceDetails: traceDetails("SEND_PACKET", "source") +// }, +// (() => { +// let status = onHop("LIGHTCLIENT_UPDATE") +// ? "COMPLETED" +// : onSource("SEND_PACKET") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Light Client Update`, +// description: status === "IN_PROGRESS" ? `Waiting on ${sourceChainName} finality` : "", +// traceDetails: traceDetails("LIGHTCLIENT_UPDATE", "hop") +// } +// })(), +// (() => { +// let status = onHop("RECEIVE_PACKET") +// ? "COMPLETED" +// : onHop("LIGHTCLIENT_UPDATE") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Receive Packet`, +// traceDetails: traceDetails("RECEIVE_PACKET", "hop") +// } +// })(), +// (() => { +// let status = onHop("SEND_PACKET") +// ? "COMPLETED" +// : onHop("RECEIVE_PACKET") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Send Packet`, +// traceDetails: traceDetails("SEND_PACKET", "hop") +// } +// })(), +// (() => { +// let status = onDestination("LIGHTCLIENT_UPDATE") +// ? "COMPLETED" +// : onHop("SEND_PACKET") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Light Client Update`, +// description: status === "IN_PROGRESS" ? `Waiting on ${hopChainName} finality` : "", +// traceDetails: traceDetails("LIGHTCLIENT_UPDATE", "destination") +// } +// })(), +// (() => { +// let status = onDestination("RECEIVE_PACKET") +// ? "COMPLETED" +// : onDestination("LIGHTCLIENT_UPDATE") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Receive Packet`, +// traceDetails: traceDetails("RECEIVE_PACKET", "destination") +// } +// })(), +// (() => { +// let status = onHop("ACKNOWLEDGE_PACKET") +// ? "COMPLETED" +// : onDestination("RECEIVE_PACKET") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Acknowledge Packet`, +// traceDetails: traceDetails("ACKNOWLEDGE_PACKET", "hop") +// } +// })(), +// (() => { +// let status = onSource("ACKNOWLEDGE_PACKET") +// ? "COMPLETED" +// : onHop("ACKNOWLEDGE_PACKET") +// ? "IN_PROGRESS" +// : "PENDING" +// return { +// status, +// title: `Acknowledge Packet`, +// traceDetails: traceDetails("ACKNOWLEDGE_PACKET", "source") +// } +// })() +// ] +// }) +// } +// ) -
-
{JSON.stringify($ucs03Orders.data, null, 2)}
-
- -{#if $processedTransfers !== null && $processedTransfers.length > 0} -
- {#each $processedTransfers as transfer, transferIndex} - {@const sourceExplorer = chains - .find((c) => c.chain_id === transfer.source_chain_id) - ?.explorers?.at(0)} - {@const destinationExplorer = chains - .find((c) => c.chain_id === transfer.destination_chain_id) - ?.explorers?.at(0)} - - - - - - TRANSFER - - -
- {#if transfer.tokens} -
    - {#each transfer.tokens as token} - {#if token.asset} -
  • - - -
  • - {:else} -
  • - - -
  • - {/if} - {/each} -
- {:else} - No assets in transfer - {/if} -
+
+{JSON.stringify($transfers.data, null, 2)}
+
-
- - {#if transfer.hop_chain_id} -
- forwarded through -

- {toDisplayName(transfer.hop_chain_id, chains)} -

-

- {transfer?.hop_chain_destination_connection_id ?? "unknown"} {'->'} - {transfer?.hop_chain_source_connection_id ?? "unknown"} -

-

- {transfer?.hop_chain_destination_channel_id ?? "unknown"} {'->'} {transfer.hop_chain_source_channel_id ?? - "unknown"} -

-
- {/if} -
-
-
- - Sender - - {#if sourceExplorer !== undefined} - {transfer.sender} - {:else}

- {transfer.sender} -

{/if} -

- raw: {transfer.normalized_sender} -

-
-
- - Receiver - - {#if destinationExplorer !== undefined} - {transfer.receiver} - {:else}

- {transfer.receiver} -

{/if} -

- raw: {transfer.normalized_receiver} -

-
-
-
- -
{transfer.transfer_day}
- - {@const pTrace = $processedTraces?.at(transferIndex) ?? null} - {@const ts = derived( - tracesSteps, - ($tracesSteps) => $tracesSteps?.at(transferIndex) ?? [] - )} - {#if pTrace} - - {:else} - - {/if} -
-
- - {/each} -
-{:else if $transfers.isLoading} - -{:else if $transfers.isError} - Error loading transfer data -{/if} diff --git a/app/src/lib/graphql/queries/transfer-details.ts b/app/src/lib/graphql/queries/transfer-details.ts index f81bd74dfc..c6d78525d9 100644 --- a/app/src/lib/graphql/queries/transfer-details.ts +++ b/app/src/lib/graphql/queries/transfer-details.ts @@ -1,143 +1,80 @@ import { graphql } from "../index.ts" -export const ucs03OrdersBySourceHashQueryDocument = graphql(/*graphql*/ ` -query Ucs03OrdersBySourceHash($source_transaction_hash: String!) @cached(ttl: 1) { - v1_ibc_union_fungible_asset_order_view(limit: 10, where: {packet_send_transaction_hash: {_eq: $source_transaction_hash}}) { - ack_fill_type - ack_market_maker - ack_tag - acknowledgement - acknowledgement_decoded - base_amount - base_token - base_token_name - base_token_path - base_token_symbol - channel_version - data - data_decoded - destination_chain_id - destination_channel_id - destination_connection_id - destination_port_id - internal_destination_chain_id - internal_source_chain_id - packet_ack_block_hash - packet_ack_event_index - packet_ack_height - packet_ack_maker - packet_ack_timestamp - packet_ack_transaction_event_index - packet_ack_transaction_hash - packet_ack_transaction_index - packet_recv_block_hash - packet_recv_event_index - packet_recv_height - packet_recv_maker - packet_recv_maker_msg - packet_recv_timestamp - packet_recv_transaction_event_index - packet_recv_transaction_hash - packet_recv_transaction_index - packet_send_block_hash - packet_send_event_index - packet_send_height - packet_send_timestamp - packet_send_transaction_event_index - packet_send_transaction_hash - packet_send_transaction_index - quote_amount - quote_token - receiver - sender - source_chain_id - source_channel_id - source_connection_id - source_port_id - status - timeout_height - timeout_timestamp - write_ack_block_hash - write_ack_event_index - write_ack_height - write_ack_timestamp - write_ack_transaction_event_index - write_ack_transaction_hash - write_ack_transaction_index - } -} -`) - export const transfersBySourceHashBaseQueryDocument = graphql(/* GraphQL */ ` query TransfersBySourceHashBase($source_transaction_hash: String!) @cached(ttl: 1) { - v1_transfers( - where: { source_transaction_hash: { _eq: $source_transaction_hash } } + v1_ibc_union_fungible_asset_orders( + where: { packet_send_transaction_hash: { _eq: $source_transaction_hash } } ) { sender - normalized_sender + # normalized_sender source_chain_id source_connection_id source_channel_id - source_sequence - source_transaction_hash + packet_send_transaction_hash receiver - normalized_receiver + # normalized_receiver destination_chain_id destination_connection_id destination_channel_id - destination_sequence - tokens { - denom - amount - asset { - denom - decimals - display_name - display_symbol - } - } - source_timestamp - destination_timestamp - forwards { - source_connection_id - source_channel_id - destination_connection_id - destination_channel_id - destination_chain_id - source_channel_id - receiver - } + base_token + base_token_name + base_token_symbol + base_amount + quote_amount + quote_token + + # tokens { + # denom + # amount + # asset { + # denom + # decimals + # display_name + # display_symbol + # } + # } + packet_send_timestamp + packet_recv_timestamp + # forwards { + # source_connection_id + # source_channel_id + # destination_connection_id + # destination_channel_id + # destination_chain_id + # source_channel_id + # receiver + # } } } `) -export const transfersBySourceHashTracesAndHopsQueryDocument = graphql(/* GraphQL */ ` - query TransfersBySourceHashTracesAndHops($source_transaction_hash: String!) - @cached(ttl: 1) { - v1_transfers( - where: { source_transaction_hash: { _eq: $source_transaction_hash } } - ) { - traces(order_by: { timestamp: asc }) { - timestamp - chain { - chain_id - } - type - transaction_hash - height - } - hop { - traces(order_by: { timestamp: asc }) { - timestamp - chain { - chain_id - } - type - transaction_hash - height - } - } - } - } - `) +// export const transfersBySourceHashTracesAndHopsQueryDocument = graphql(/* GraphQL */ ` +// query TransfersBySourceHashTracesAndHops($source_transaction_hash: String!) +// @cached(ttl: 1) { +// v1_transfers( +// where: { source_transaction_hash: { _eq: $source_transaction_hash } } +// ) { +// traces(order_by: { timestamp: asc }) { +// timestamp +// chain { +// chain_id +// } +// type +// transaction_hash +// height +// } +// hop { +// traces(order_by: { timestamp: asc }) { +// timestamp +// chain { +// chain_id +// } +// type +// transaction_hash +// height +// } +// } +// } +// } +// `) From ebe71c206c3ef6a44b5c7eedff26f22aa65a355a Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 14 Jan 2025 23:04:19 +0000 Subject: [PATCH 6/7] chore: fmt --- .../components/Cube/faces/Transfer.svelte | 1 - app/src/lib/queries/chains.ts | 3 +- app/src/lib/queries/transfers.ts | 2 +- app/src/lib/wallet/cosmos/chain-info.ts | 72 ++++++++++--------- 4 files changed, 41 insertions(+), 37 deletions(-) diff --git a/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte b/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte index 558ebc9af5..8530e252fe 100644 --- a/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte +++ b/app/src/lib/components/TransferFrom/components/Cube/faces/Transfer.svelte @@ -165,7 +165,6 @@ const transfer = async () => { $validation.transfer.sourceChain.chain_id, connectedWallet ) - console.log({chainInfo}); if (chainInfo === null) { transferState.set({ diff --git a/app/src/lib/queries/chains.ts b/app/src/lib/queries/chains.ts index 9bd504a684..a357517471 100644 --- a/app/src/lib/queries/chains.ts +++ b/app/src/lib/queries/chains.ts @@ -8,7 +8,8 @@ export const chainsQuery = () => createQuery({ queryKey: ["chains"], placeholderData: (previousData, _) => previousData, - queryFn: async () => (await request(URLS().GRAPHQL, chainsQueryDocument, {})).v1_ibc_union_chains, + queryFn: async () => + (await request(URLS().GRAPHQL, chainsQueryDocument, {})).v1_ibc_union_chains, enabled: true, refetchInterval: 6_000, refetchOnWindowFocus: false diff --git a/app/src/lib/queries/transfers.ts b/app/src/lib/queries/transfers.ts index 7d6826b45a..f97c7516f8 100644 --- a/app/src/lib/queries/transfers.ts +++ b/app/src/lib/queries/transfers.ts @@ -105,7 +105,7 @@ export async function transfersTimestamp({ // } export const transfersQuery = ( - normalizedAddresses: Array | null, + _normalizedAddresses: Array | null, timestamp: Readable, pageSize: number ) => diff --git a/app/src/lib/wallet/cosmos/chain-info.ts b/app/src/lib/wallet/cosmos/chain-info.ts index 365b777f04..85ef0e89b2 100644 --- a/app/src/lib/wallet/cosmos/chain-info.ts +++ b/app/src/lib/wallet/cosmos/chain-info.ts @@ -175,50 +175,54 @@ export const strideKeplrChainInfo: KeplrChainInfo = { } export const elgafarKeplrChainInfo: KeplrChainInfo = { - "rpc": "https://rpc.elgafar-1.stargaze-apis.com", - "rest": "https://rest.elgafar-1.stargaze-apis.com", - "chainId": "elgafar-1", - "chainName": "Stargaze Testnet", - "nodeProvider": { - "name": "Stargaze", - "email": "admin@stargaze.zone", - "website":"https://www.stargaze.zone/" + rpc: "https://rpc.elgafar-1.stargaze-apis.com", + rest: "https://rest.elgafar-1.stargaze-apis.com", + chainId: "elgafar-1", + chainName: "Stargaze Testnet", + nodeProvider: { + name: "Stargaze", + email: "admin@stargaze.zone", + website: "https://www.stargaze.zone/" }, - "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/chain.png", - "stakeCurrency": { - "coinDenom": "STARS", - "coinMinimalDenom": "ustars", - "coinDecimals": 6, - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" + chainSymbolImageUrl: + "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/chain.png", + stakeCurrency: { + coinDenom: "STARS", + coinMinimalDenom: "ustars", + coinDecimals: 6, + coinImageUrl: + "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" }, - "bip44": { - "coinType": 118 + bip44: { + coinType: 118 }, - "bech32Config": { - "bech32PrefixAccAddr": "stars", - "bech32PrefixAccPub": "starspub", - "bech32PrefixValAddr": "starsvaloper", - "bech32PrefixValPub": "starsvaloperpub", - "bech32PrefixConsAddr": "starsvalcons", - "bech32PrefixConsPub": "starsvalconspub" + bech32Config: { + bech32PrefixAccAddr: "stars", + bech32PrefixAccPub: "starspub", + bech32PrefixValAddr: "starsvaloper", + bech32PrefixValPub: "starsvaloperpub", + bech32PrefixConsAddr: "starsvalcons", + bech32PrefixConsPub: "starsvalconspub" }, - "currencies": [ + currencies: [ { - "coinDenom": "STARS", - "coinMinimalDenom": "ustars", - "coinDecimals": 6, - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" + coinDenom: "STARS", + coinMinimalDenom: "ustars", + coinDecimals: 6, + coinImageUrl: + "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" } ], - "feeCurrencies": [ + feeCurrencies: [ { - "coinDenom": "STARS", - "coinMinimalDenom": "ustars", - "coinDecimals": 6, - "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" + coinDenom: "STARS", + coinMinimalDenom: "ustars", + coinDecimals: 6, + coinImageUrl: + "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/stargaze/ustars.png" } ], - "features": [] + features: [] } export const strideLeapChainInfo: LeapExtendedInfo = { From b454624bb74db54f42eb583f437200c49cc5d3e9 Mon Sep 17 00:00:00 2001 From: cor Date: Tue, 14 Jan 2025 23:08:31 +0000 Subject: [PATCH 7/7] fix(app): npmDepsHash --- app/app.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.nix b/app/app.nix index 3b65e14dd2..bcca1bc0aa 100644 --- a/app/app.nix +++ b/app/app.nix @@ -19,7 +19,7 @@ _: { { packages = { app = jsPkgs.buildNpmPackage { - npmDepsHash = "sha256-vMCbGCaZ7InBMsGtcPWqqpKCHZo7tpSxhiZLndXXFk8="; + npmDepsHash = "sha256-0/ZhKkptxBVBWbOmN6izS/8hROPs27rk0nDK+5xtukw="; src = ./.; sourceRoot = "app"; npmFlags = [