diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..c34947bb40 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "lib/forge-std"] + path = lib/forge-std + url = https://github.com/foundry-rs/forge-std +[submodule "lib/openzeppelin-foundry-upgrades"] + path = lib/openzeppelin-foundry-upgrades + url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades +[submodule "lib/solidity-stringutils"] + path = lib/solidity-stringutils + url = https://github.com/Arachnid/solidity-stringutils +[submodule "lib/openzeppelin-contracts-upgradeable"] + path = lib/openzeppelin-contracts-upgradeable + url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable diff --git a/app/src/generated/graphql-env.d.ts b/app/src/generated/graphql-env.d.ts index 8ab8f33a4c..9be0942629 100644 --- a/app/src/generated/graphql-env.d.ts +++ b/app/src/generated/graphql-env.d.ts @@ -1,6 +1,314 @@ /* 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 }]; }; + 'Float': unknown; + '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 }]; }; + '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'; }; + '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; }; }; }; } }; }; }; + 'json': unknown; + '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; } }; 'stride_faucet': { name: 'stride_faucet'; type: { kind: 'OBJECT'; name: 'stride_faucetQuery'; ofType: null; } }; 'v0_assets': { name: 'v0_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; }; }; }; } }; 'v0_assets_by_pk': { name: 'v0_assets_by_pk'; type: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_channel_map': { name: 'v0_channel_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map'; ofType: null; }; }; }; } }; 'v0_channels': { name: 'v0_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channels'; ofType: null; }; }; }; } }; 'v0_channels_aggregate': { name: 'v0_channels_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channels_aggregate'; ofType: null; }; } }; 'v0_connection_map': { name: 'v0_connection_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; }; }; }; } }; 'v0_connections': { name: 'v0_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'v0_daily_packets': { name: 'v0_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_daily_packets'; ofType: null; }; }; }; } }; 'v0_daily_transfers': { name: 'v0_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_daily_transfers'; ofType: null; }; }; }; } }; 'v0_explorers': { name: 'v0_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_explorers'; ofType: null; }; }; }; } }; 'v0_explorers_by_pk': { name: 'v0_explorers_by_pk'; type: { kind: 'OBJECT'; name: 'v0_explorers'; ofType: null; } }; 'v0_faucets': { name: 'v0_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_faucets'; ofType: null; }; }; }; } }; 'v0_faucets_by_pk': { name: 'v0_faucets_by_pk'; type: { kind: 'OBJECT'; name: 'v0_faucets'; ofType: null; } }; 'v0_get_transfer_forwards': { name: 'v0_get_transfer_forwards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfer_forwards'; ofType: null; }; }; }; } }; 'v0_index_status': { name: 'v0_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_packets': { name: 'v0_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets'; ofType: null; }; }; }; } }; 'v0_packets_aggregate': { name: 'v0_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_aggregate'; ofType: null; }; } }; 'v0_packets_mat': { name: 'v0_packets_mat'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_mat'; ofType: null; }; }; }; } }; 'v0_packets_mat_aggregate': { name: 'v0_packets_mat_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_mat_aggregate'; ofType: null; }; } }; 'v0_rpcs': { name: 'v0_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; }; }; }; } }; 'v0_rpcs_by_pk': { name: 'v0_rpcs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; } }; 'v0_stats': { name: 'v0_stats'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_stats'; ofType: null; }; }; }; } }; 'v0_traces': { name: 'v0_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_traces'; ofType: null; }; }; }; } }; 'v0_transactions': { name: 'v0_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'v0_transactions_by_pk': { name: 'v0_transactions_by_pk'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'v0_transfer_forwards': { name: 'v0_transfer_forwards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfer_forwards'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; 'v0_transfers_aggregate': { name: 'v0_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers_aggregate'; ofType: null; }; } }; 'v0_ucs1_configuration': { name: 'v0_ucs1_configuration'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ucs1_configuration'; ofType: null; }; }; }; } }; 'v0_ucs1_configuration_by_pk': { name: 'v0_ucs1_configuration_by_pk'; type: { kind: 'OBJECT'; name: 'v0_ucs1_configuration'; ofType: null; } }; }; }; + 'status_v0_transactions_args': { kind: 'INPUT_OBJECT'; name: 'status_v0_transactions_args'; isOneOf: false; inputFields: [{ name: 'hasura_session'; type: { kind: 'SCALAR'; name: 'json'; ofType: null; }; defaultValue: 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: { 'v0_assets': { name: 'v0_assets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; }; }; }; } }; 'v0_assets_by_pk': { name: 'v0_assets_by_pk'; type: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; } }; 'v0_assets_stream': { name: 'v0_assets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_assets'; ofType: null; }; }; }; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_blocks_stream': { name: 'v0_blocks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_chains': { name: 'v0_chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_chains_by_pk': { name: 'v0_chains_by_pk'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'v0_chains_stream': { name: 'v0_chains_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; }; }; } }; 'v0_channel_map': { name: 'v0_channel_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map'; ofType: null; }; }; }; } }; 'v0_channel_map_stream': { name: 'v0_channel_map_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channel_map'; ofType: null; }; }; }; } }; 'v0_channels': { name: 'v0_channels'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channels'; ofType: null; }; }; }; } }; 'v0_channels_aggregate': { name: 'v0_channels_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channels_aggregate'; ofType: null; }; } }; 'v0_channels_stream': { name: 'v0_channels_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channels'; ofType: null; }; }; }; } }; 'v0_connection_map': { name: 'v0_connection_map'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; }; }; }; } }; 'v0_connection_map_stream': { name: 'v0_connection_map_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; }; }; }; } }; 'v0_connections': { name: 'v0_connections'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'v0_connections_stream': { name: 'v0_connections_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_connections'; ofType: null; }; }; }; } }; 'v0_daily_packets': { name: 'v0_daily_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_daily_packets'; ofType: null; }; }; }; } }; 'v0_daily_packets_stream': { name: 'v0_daily_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_daily_packets'; ofType: null; }; }; }; } }; 'v0_daily_transfers': { name: 'v0_daily_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_daily_transfers'; ofType: null; }; }; }; } }; 'v0_daily_transfers_stream': { name: 'v0_daily_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_daily_transfers'; ofType: null; }; }; }; } }; 'v0_explorers': { name: 'v0_explorers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_explorers'; ofType: null; }; }; }; } }; 'v0_explorers_by_pk': { name: 'v0_explorers_by_pk'; type: { kind: 'OBJECT'; name: 'v0_explorers'; ofType: null; } }; 'v0_explorers_stream': { name: 'v0_explorers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_explorers'; ofType: null; }; }; }; } }; 'v0_faucets': { name: 'v0_faucets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_faucets'; ofType: null; }; }; }; } }; 'v0_faucets_by_pk': { name: 'v0_faucets_by_pk'; type: { kind: 'OBJECT'; name: 'v0_faucets'; ofType: null; } }; 'v0_faucets_stream': { name: 'v0_faucets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_faucets'; ofType: null; }; }; }; } }; 'v0_get_transfer_forwards': { name: 'v0_get_transfer_forwards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfer_forwards'; ofType: null; }; }; }; } }; 'v0_index_status': { name: 'v0_index_status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_index_status_stream': { name: 'v0_index_status_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_index_status'; ofType: null; }; }; }; } }; 'v0_packets': { name: 'v0_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets'; ofType: null; }; }; }; } }; 'v0_packets_aggregate': { name: 'v0_packets_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_aggregate'; ofType: null; }; } }; 'v0_packets_mat': { name: 'v0_packets_mat'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_mat'; ofType: null; }; }; }; } }; 'v0_packets_mat_aggregate': { name: 'v0_packets_mat_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_mat_aggregate'; ofType: null; }; } }; 'v0_packets_mat_stream': { name: 'v0_packets_mat_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_mat'; ofType: null; }; }; }; } }; 'v0_packets_stream': { name: 'v0_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets'; ofType: null; }; }; }; } }; 'v0_rpcs': { name: 'v0_rpcs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; }; }; }; } }; 'v0_rpcs_by_pk': { name: 'v0_rpcs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; } }; 'v0_rpcs_stream': { name: 'v0_rpcs_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_rpcs'; ofType: null; }; }; }; } }; 'v0_stats': { name: 'v0_stats'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_stats'; ofType: null; }; }; }; } }; 'v0_stats_stream': { name: 'v0_stats_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_stats'; ofType: null; }; }; }; } }; 'v0_traces': { name: 'v0_traces'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_traces'; ofType: null; }; }; }; } }; 'v0_traces_stream': { name: 'v0_traces_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_traces'; ofType: null; }; }; }; } }; 'v0_transactions': { name: 'v0_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'v0_transactions_by_pk': { name: 'v0_transactions_by_pk'; type: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; } }; 'v0_transactions_stream': { name: 'v0_transactions_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; 'v0_transfer_forwards': { name: 'v0_transfer_forwards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfer_forwards'; ofType: null; }; }; }; } }; 'v0_transfer_forwards_stream': { name: 'v0_transfer_forwards_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfer_forwards'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; 'v0_transfers_aggregate': { name: 'v0_transfers_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers_aggregate'; ofType: null; }; } }; 'v0_transfers_stream': { name: 'v0_transfers_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; 'v0_ucs1_configuration': { name: 'v0_ucs1_configuration'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ucs1_configuration'; ofType: null; }; }; }; } }; 'v0_ucs1_configuration_by_pk': { name: 'v0_ucs1_configuration_by_pk'; type: { kind: 'OBJECT'; name: 'v0_ucs1_configuration'; ofType: null; } }; 'v0_ucs1_configuration_stream': { name: 'v0_ucs1_configuration_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ucs1_configuration'; 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 }]; }; + 'transfers_scalar': unknown; + 'v0_assets': { kind: 'OBJECT'; name: 'v0_assets'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'denom': { name: 'denom'; type: { kind: 'NON_NULL'; name: never; ofType: { 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: 'v0_faucets'; ofType: null; }; }; }; } }; 'gas_token': { name: 'gas_token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'logo_uri': { name: 'logo_uri'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_assets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_assets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_assets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_assets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '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: 'v0_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 }]; }; + 'v0_assets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_max_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: '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: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_min_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: '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: 'logo_uri'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'v0_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 }]; }; + 'v0_assets_select_column': { name: 'v0_assets_select_column'; enumValues: 'chain_id' | 'decimals' | 'denom' | 'display_name' | 'display_symbol' | 'gas_token' | 'logo_uri'; }; + 'v0_assets_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_assets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_assets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_assets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { 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 }]; }; + 'v0_assets_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_assets_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_assets_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'decimals'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks': { kind: 'OBJECT'; name: 'v0_blocks'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; 'transactions': { name: 'transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; }; }; + 'v0_blocks_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transactions'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_max_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_min_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transactions_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_select_column': { name: 'v0_blocks_select_column'; enumValues: 'chain_id' | 'data' | 'hash' | 'height' | 'time'; }; + 'v0_blocks_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_blocks_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains': { kind: 'OBJECT'; name: 'v0_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: 'v0_assets'; ofType: null; }; }; }; } }; 'blocks': { name: 'blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'display_name': { name: 'display_name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'enabled_staging': { name: 'enabled_staging'; type: { kind: 'NON_NULL'; name: never; ofType: { 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: 'v0_explorers'; ofType: null; }; }; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; 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: 'v0_rpcs'; ofType: null; }; }; }; } }; 'testnet': { name: 'testnet'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'transactions': { name: 'transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transactions'; ofType: null; }; }; }; } }; '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: 'v0_ucs1_configuration'; ofType: null; }; }; }; } }; }; }; + 'v0_chains_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'addr_prefix'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'assets'; type: { kind: 'INPUT_OBJECT'; name: 'v0_assets_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'blocks'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_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: 'v0_explorers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_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: 'v0_rpcs_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transactions'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'ucs1_configurations'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_assets_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'blocks_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'v0_explorers_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: '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: 'v0_rpcs_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'testnet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transactions_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'ucs1_configurations_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_aggregate_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_select_column': { name: 'v0_chains_select_column'; enumValues: 'addr_prefix' | 'chain_id' | 'display_name' | 'enabled' | 'enabled_staging' | 'id' | 'logo_uri' | 'rpc_type' | 'testnet'; }; + 'v0_chains_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_chains_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_chains_stream_cursor_value_input'; 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: 'id'; type: { kind: 'SCALAR'; name: 'Int'; 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 }]; }; + 'v0_channel_map': { kind: 'OBJECT'; name: 'v0_channel_map'; fields: { 'connection': { name: 'connection'; type: { kind: 'OBJECT'; name: 'v0_connection_map'; ofType: null; } }; 'destination': { name: 'destination'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source': { name: 'source'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_channel_map_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_map_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_order_by'; isOneOf: false; inputFields: [{ name: 'connection'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_map_select_column': { name: 'v0_channel_map_select_column'; enumValues: 'from_chain_id' | 'from_channel_id' | 'from_connection_id' | 'from_id' | 'from_port_id' | 'status' | 'to_chain_id' | 'to_channel_id' | 'to_connection_id' | 'to_id' | 'to_port_id'; }; + 'v0_channel_map_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_channel_map_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_channel_map_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_channels': { kind: 'OBJECT'; name: 'v0_channels'; fields: { 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'v0_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; }; }; + 'v0_channels_aggregate': { kind: 'OBJECT'; name: 'v0_channels_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_channels_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_channels'; ofType: null; }; }; }; } }; }; }; + 'v0_channels_aggregate_fields': { kind: 'OBJECT'; name: 'v0_channels_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_channels_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_channels_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_channels_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_channels_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_channels_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_channels_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_channels_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_channels_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_channels_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_channels_variance_fields'; ofType: null; } }; }; }; + 'v0_channels_avg_fields': { kind: 'OBJECT'; name: 'v0_channels_avg_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channels_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_channels_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_channels_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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 }]; }; + 'v0_channels_max_fields': { kind: 'OBJECT'; name: 'v0_channels_max_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; }; }; + 'v0_channels_min_fields': { kind: 'OBJECT'; name: 'v0_channels_min_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; }; }; + 'v0_channels_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_channels_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_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 }]; }; + 'v0_channels_select_column': { name: 'v0_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'; }; + 'v0_channels_stddev_fields': { kind: 'OBJECT'; name: 'v0_channels_stddev_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channels_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_channels_stddev_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channels_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_channels_stddev_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channels_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_channels_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_channels_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_channels_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_channels_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'Int'; 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 }]; }; + 'v0_channels_sum_fields': { kind: 'OBJECT'; name: 'v0_channels_sum_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_channels_var_pop_fields': { kind: 'OBJECT'; name: 'v0_channels_var_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channels_var_samp_fields': { kind: 'OBJECT'; name: 'v0_channels_var_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_channels_variance_fields': { kind: 'OBJECT'; name: 'v0_channels_variance_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_connection_map': { kind: 'OBJECT'; name: 'v0_connection_map'; fields: { 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_client_id': { name: 'from_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_client_id': { name: 'to_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_connection_map_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_client_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_map_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_client_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_map_select_column': { name: 'v0_connection_map_select_column'; enumValues: 'from_chain_id' | 'from_client_id' | 'from_connection_id' | 'from_id' | 'status' | 'to_chain_id' | 'to_client_id' | 'to_connection_id' | 'to_id'; }; + 'v0_connection_map_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_connection_map_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_connection_map_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_client_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections': { kind: 'OBJECT'; name: 'v0_connections'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; }; }; + 'v0_connections_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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 }]; }; + 'v0_connections_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_connections_order_by'; isOneOf: false; inputFields: [{ 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_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 }]; }; + 'v0_connections_select_column': { name: 'v0_connections_select_column'; enumValues: 'destination_chain_id' | 'destination_client_id' | 'destination_connection_id' | 'source_chain_id' | 'source_client_id' | 'source_connection_id' | 'status'; }; + 'v0_connections_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_connections_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_connections_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_connections_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'Int'; 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 }]; }; + 'v0_daily_packets': { kind: 'OBJECT'; name: 'v0_daily_packets'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_daily_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_daily_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_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: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_daily_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_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 }]; }; + 'v0_daily_packets_select_column': { name: 'v0_daily_packets_select_column'; enumValues: 'count' | 'day'; }; + 'v0_daily_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_daily_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_daily_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_daily_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_daily_transfers': { kind: 'OBJECT'; name: 'v0_daily_transfers'; fields: { 'count': { name: 'count'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'day': { name: 'day'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; }; }; + 'v0_daily_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_daily_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_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: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_daily_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_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 }]; }; + 'v0_daily_transfers_select_column': { name: 'v0_daily_transfers_select_column'; enumValues: 'count' | 'day'; }; + 'v0_daily_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_daily_transfers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_daily_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_daily_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers': { kind: 'OBJECT'; name: 'v0_explorers'; fields: { 'address_url': { name: 'address_url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'block_url': { name: 'block_url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'description': { name: 'description'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'display_name': { name: 'display_name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'home_url': { name: 'home_url'; 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; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'tx_url': { name: 'tx_url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; + 'v0_explorers_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_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: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_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: 'id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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 }]; }; + 'v0_explorers_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'chain_id'; 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: 'id'; 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 }]; }; + 'v0_explorers_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'chain_id'; 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: 'id'; 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 }]; }; + 'v0_explorers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; 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: 'id'; 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 }]; }; + 'v0_explorers_select_column': { name: 'v0_explorers_select_column'; enumValues: 'address_url' | 'block_url' | 'chain_id' | 'description' | 'display_name' | 'home_url' | 'id' | 'name' | 'tx_url'; }; + 'v0_explorers_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_explorers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'id'; type: { kind: 'SCALAR'; name: 'Int'; 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 }]; }; + 'v0_explorers_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_explorers_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_explorers_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets': { kind: 'OBJECT'; name: 'v0_faucets'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'denom': { name: 'denom'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'display_name': { name: 'display_name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'enabled': { name: 'enabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; + 'v0_faucets_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_faucets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'denom'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; + 'v0_faucets_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_max_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_min_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'enabled'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_select_column': { name: 'v0_faucets_select_column'; enumValues: 'chain_id' | 'denom' | 'display_name' | 'enabled' | 'url'; }; + 'v0_faucets_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'enabled'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'url'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_faucets_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_faucets_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_get_transfer_forwards_args': { kind: 'INPUT_OBJECT'; name: 'v0_get_transfer_forwards_args'; isOneOf: false; inputFields: [{ name: 'transfer'; type: { kind: 'SCALAR'; name: 'transfers_scalar'; ofType: null; }; defaultValue: null }]; }; + 'v0_index_status': { kind: 'OBJECT'; name: 'v0_index_status'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v0_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: 'Int'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; }; }; + 'v0_index_status_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_index_status_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: '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: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '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 }, { 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 }]; }; + 'v0_index_status_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_index_status_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: 'id'; 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 }]; }; + 'v0_index_status_select_column': { name: 'v0_index_status_select_column'; enumValues: 'chain_id' | 'display_name' | 'height' | 'id' | 'status' | 'timestamp' | 'tip_age_seconds'; }; + 'v0_index_status_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_index_status_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_index_status_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_index_status_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'Int'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'Int'; 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 }]; }; + 'v0_packets': { kind: 'OBJECT'; name: 'v0_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: 'v0_chains'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_json': { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; 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: 'v0_chains'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_json': { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; 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: 'v0_traces'; ofType: null; }; }; }; } }; }; }; + 'v0_packets_aggregate': { kind: 'OBJECT'; name: 'v0_packets_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_packets_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets'; ofType: null; }; }; }; } }; }; }; + 'v0_packets_aggregate_fields': { kind: 'OBJECT'; name: 'v0_packets_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_packets_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_packets_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_packets_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_packets_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_packets_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_packets_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_packets_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_packets_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_packets_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_packets_variance_fields'; ofType: null; } }; }; }; + 'v0_packets_avg_fields': { kind: 'OBJECT'; name: 'v0_packets_avg_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_packets_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_packets_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; 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: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_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: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_bool_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_packets_mat': { kind: 'OBJECT'; name: 'v0_packets_mat'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_json': { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_memo': { name: 'pfm_memo'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_json': { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_packets_mat_aggregate': { kind: 'OBJECT'; name: 'v0_packets_mat_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_packets_mat'; ofType: null; }; }; }; } }; }; }; + 'v0_packets_mat_aggregate_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_packets_mat_variance_fields'; ofType: null; } }; }; }; + 'v0_packets_mat_avg_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_avg_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_mat_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_memo'; 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_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_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: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; 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 }]; }; + 'v0_packets_mat_max_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_max_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_memo': { name: 'pfm_memo'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_packets_mat_min_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_min_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_memo': { name: 'pfm_memo'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_packets_mat_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_order_by'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; 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_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_memo'; 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'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_data'; 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_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; 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_time'; 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_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: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_packets_mat_select_column': { name: 'v0_packets_mat_select_column'; enumValues: 'destination_block_hash' | 'destination_chain_id' | 'destination_channel' | 'destination_data' | 'destination_height' | 'destination_json' | 'destination_port' | 'destination_sequence' | 'destination_time' | 'destination_timeout_timestamp' | 'destination_transaction_hash' | 'destination_transaction_index' | 'from_chain_id' | 'from_channel_id' | 'from_connection_id' | 'from_id' | 'from_port_id' | 'pfm_memo' | 'source_block_hash' | 'source_chain_id' | 'source_channel' | 'source_data' | 'source_height' | 'source_json' | 'source_port' | 'source_sequence' | 'source_time' | 'source_timeout_timestamp' | 'source_transaction_hash' | 'source_transaction_index' | 'status' | 'to_chain_id' | 'to_channel_id' | 'to_connection_id' | 'to_id' | 'to_port_id' | 'version'; }; + 'v0_packets_mat_stddev_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_stddev_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_mat_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_stddev_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_mat_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_stddev_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_mat_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_packets_mat_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_packets_mat_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: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pfm_memo'; 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: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_packets_mat_sum_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_sum_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; + 'v0_packets_mat_var_pop_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_var_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_mat_var_samp_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_var_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_mat_variance_fields': { kind: 'OBJECT'; name: 'v0_packets_mat_variance_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'from_id': { name: 'from_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'to_id': { name: 'to_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_max_fields': { kind: 'OBJECT'; name: 'v0_packets_max_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_packets_min_fields': { kind: 'OBJECT'; name: 'v0_packets_min_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_chain_id': { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_channel_id': { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_connection_id': { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'from_port_id': { name: 'from_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_block_hash': { name: 'source_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_time': { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_chain_id': { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_channel_id': { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_connection_id': { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'to_port_id': { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_packets_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; 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_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; 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: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_data'; 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_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; 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_time'; 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_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: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'traces_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_aggregate_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_packets_select_column': { name: 'v0_packets_select_column'; enumValues: 'destination_block_hash' | 'destination_chain_id' | 'destination_channel' | 'destination_data' | 'destination_height' | 'destination_json' | 'destination_port' | 'destination_sequence' | 'destination_time' | 'destination_timeout_timestamp' | 'destination_transaction_hash' | 'destination_transaction_index' | 'from_chain_id' | 'from_channel_id' | 'from_connection_id' | 'from_port_id' | 'source_block_hash' | 'source_chain_id' | 'source_channel' | 'source_data' | 'source_height' | 'source_json' | 'source_port' | 'source_sequence' | 'source_time' | 'source_timeout_timestamp' | 'source_transaction_hash' | 'source_transaction_index' | 'status' | 'to_chain_id' | 'to_channel_id' | 'to_connection_id' | 'to_port_id'; }; + 'v0_packets_stddev_fields': { kind: 'OBJECT'; name: 'v0_packets_stddev_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_packets_stddev_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_packets_stddev_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_packets_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_packets_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_packets_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_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: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'from_port_id'; 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: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; 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: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_chain_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_channel_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_connection_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'to_port_id'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_packets_sum_fields': { kind: 'OBJECT'; name: 'v0_packets_sum_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_packets_var_pop_fields': { kind: 'OBJECT'; name: 'v0_packets_var_pop_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_var_samp_fields': { kind: 'OBJECT'; name: 'v0_packets_var_samp_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_packets_variance_fields': { kind: 'OBJECT'; name: 'v0_packets_variance_fields'; fields: { 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_rpcs': { kind: 'OBJECT'; name: 'v0_rpcs'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'description': { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'enabled': { name: 'enabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'type': { name: 'type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'url': { name: 'url'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; + 'v0_rpcs_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_rpcs_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; + 'v0_rpcs_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_max_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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 }]; }; + 'v0_rpcs_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_min_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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 }]; }; + 'v0_rpcs_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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 }]; }; + 'v0_rpcs_select_column': { name: 'v0_rpcs_select_column'; enumValues: 'chain_id' | 'description' | 'enabled' | 'type' | 'url'; }; + 'v0_rpcs_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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 }]; }; + 'v0_rpcs_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_rpcs_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_rpcs_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_stats': { kind: 'OBJECT'; name: 'v0_stats'; fields: { 'total_packets': { name: 'total_packets'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'total_transfers': { name: 'total_transfers'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; }; }; + 'v0_stats_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_stats_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_stats_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_stats_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_stats_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'total_packets'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'total_transfers'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_stats_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_stats_order_by'; isOneOf: false; inputFields: [{ name: 'total_packets'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'total_transfers'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_stats_select_column': { name: 'v0_stats_select_column'; enumValues: 'total_packets' | 'total_transfers'; }; + 'v0_stats_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_stats_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_stats_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_stats_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_stats_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'total_packets'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'total_transfers'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces': { kind: 'OBJECT'; name: 'v0_traces'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'initiating_transaction_hash': { name: 'initiating_transaction_hash'; 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; } }; 'transfer': { name: 'transfer'; type: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; } }; 'type': { name: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_traces_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_traces_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_traces_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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: 'v0_traces_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '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: '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: 'v0_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_max_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; 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 }]; }; + 'v0_traces_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_min_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; 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 }]; }; + 'v0_traces_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: '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: '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: 'v0_transfers_order_by'; ofType: null; }; defaultValue: null }, { name: 'type'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_select_column': { name: 'v0_traces_select_column'; enumValues: 'chain_id' | 'data' | 'height' | 'initiating_transaction_hash' | 'timestamp' | 'transaction_hash' | 'type'; }; + 'v0_traces_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_traces_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_traces_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_traces_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'initiating_transaction_hash'; 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: 'type'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_traces_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_traces_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions': { kind: 'OBJECT'; name: 'v0_transactions'; fields: { 'block': { name: 'block'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'hash': { name: 'hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'index': { name: 'index'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_transactions_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_max_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_min_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_order_by'; isOneOf: false; inputFields: [{ name: 'block'; type: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_select_column': { name: 'v0_transactions_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'hash' | 'height' | 'index'; }; + 'v0_transactions_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transactions_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transactions_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards': { kind: 'OBJECT'; name: 'v0_transfer_forwards'; fields: { 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'channel': { name: 'channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; 'port': { name: 'port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'receiver': { name: 'receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'retries': { name: 'retries'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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; } }; '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: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'timeout': { name: 'timeout'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'version': { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_transfer_forwards_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_avg_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_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: 'port'; 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: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_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: 'source_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; 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'; 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 }]; }; + 'v0_transfer_forwards_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_max_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel'; 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: 'port'; 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_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: '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: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_min_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel'; 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: 'port'; 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_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: '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: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_order_by'; isOneOf: false; inputFields: [{ name: 'chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'channel'; 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: 'port'; 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_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: '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: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_select_column': { name: 'v0_transfer_forwards_select_column'; enumValues: 'chain_id' | 'channel' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_port_id' | 'port' | 'receiver' | 'retries' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_port_id' | 'source_transaction_hash' | 'source_transaction_index' | 'status' | 'timeout' | 'version'; }; + 'v0_transfer_forwards_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'port'; 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: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; 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: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'timeout'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'version'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_sum_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfer_forwards_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_variance_order_by'; isOneOf: false; inputFields: [{ name: 'chain_id'; 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: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers': { kind: 'OBJECT'; name: 'v0_transfers'; fields: { 'assets': { name: 'assets'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'OBJECT'; name: 'v0_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_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_json': { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timestamp': { name: 'destination_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'forwards': { name: 'forwards'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfer_forwards'; ofType: null; }; }; } }; 'forwards_2': { name: 'forwards_2'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfer_forwards'; ofType: null; }; }; } }; 'hop': { name: 'hop'; type: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; } }; 'is_initiating': { name: 'is_initiating'; type: { kind: 'SCALAR'; name: 'Boolean'; 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_data_jsonb': { name: 'packet_data_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'pfm_destination_channel': { name: 'pfm_destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_destination_port': { name: 'pfm_destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'pfm_source_channel': { name: 'pfm_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_source_port': { name: 'pfm_source_port'; 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: 'v0_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_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_json': { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; 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_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; 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: 'v0_traces'; ofType: null; }; }; }; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_transfers_aggregate': { kind: 'OBJECT'; name: 'v0_transfers_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_transfers_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; + 'v0_transfers_aggregate_fields': { kind: 'OBJECT'; name: 'v0_transfers_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_transfers_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_transfers_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_transfers_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_transfers_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_transfers_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_transfers_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_transfers_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_transfers_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_transfers_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_transfers_variance_fields'; ofType: null; } }; }; }; + 'v0_transfers_avg_fields': { kind: 'OBJECT'; name: 'v0_transfers_avg_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'assets'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_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: 'v0_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_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_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_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'forwards'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'forwards_2'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'hop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'is_initiating'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_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_data_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_recv_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_sent_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_port'; 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: 'v0_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_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_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_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; 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: 'traces'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_max_fields': { kind: 'OBJECT'; name: 'v0_transfers_max_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: '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_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timestamp': { name: 'destination_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'normalized_receiver': { name: 'normalized_receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'normalized_sender': { name: 'normalized_sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_destination_channel': { name: 'pfm_destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_destination_port': { name: 'pfm_destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'pfm_source_channel': { name: 'pfm_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_source_port': { name: 'pfm_source_port'; 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_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_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; 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_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_transfers_min_fields': { kind: 'OBJECT'; name: 'v0_transfers_min_fields'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: '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_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timestamp': { name: 'destination_timestamp'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'normalized_receiver': { name: 'normalized_receiver'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'normalized_sender': { name: 'normalized_sender'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_destination_channel': { name: 'pfm_destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_destination_port': { name: 'pfm_destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'pfm_source_channel': { name: 'pfm_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'pfm_source_port': { name: 'pfm_source_port'; 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_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_data': { name: 'source_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; 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_hash': { name: 'source_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_transaction_index': { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'status': { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; + 'v0_transfers_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_order_by'; isOneOf: false; inputFields: [{ name: 'assets'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_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_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; 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_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_2_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'forwards_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfer_forwards_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'hop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_order_by'; ofType: null; }; defaultValue: null }, { name: 'is_initiating'; type: { kind: 'ENUM'; name: '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_data_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_port'; 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'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_port'; 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: 'v0_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_data'; 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_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; 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_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: 'status'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'traces_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_traces_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_select_column': { name: 'v0_transfers_select_column'; enumValues: 'assets' | 'destination_block_hash' | 'destination_chain_id' | 'destination_channel_id' | 'destination_connection_id' | 'destination_data' | 'destination_height' | 'destination_id' | 'destination_json' | 'destination_port' | 'destination_sequence' | 'destination_timeout_timestamp' | 'destination_timestamp' | 'destination_transaction_hash' | 'destination_transaction_index' | 'is_initiating' | 'normalized_receiver' | 'normalized_sender' | 'packet_data_jsonb' | 'pfm_destination_channel' | 'pfm_destination_port' | 'pfm_recv_sequence' | 'pfm_sent_sequence' | 'pfm_source_channel' | 'pfm_source_port' | 'receiver' | 'sender' | 'source_block_hash' | 'source_chain_id' | 'source_channel_id' | 'source_connection_id' | 'source_data' | 'source_height' | 'source_id' | 'source_json' | 'source_port' | 'source_sequence' | 'source_timeout_timestamp' | 'source_timestamp' | 'source_transaction_hash' | 'source_transaction_index' | 'status' | 'transaction_hash'; }; + 'v0_transfers_stddev_fields': { kind: 'OBJECT'; name: 'v0_transfers_stddev_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_transfers_stddev_pop_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_transfers_stddev_samp_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_transfers_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'assets'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { 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_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; 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_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'is_initiating'; type: { kind: 'SCALAR'; name: 'Boolean'; 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_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pfm_destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'pfm_source_port'; 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_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'source_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; 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_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'status'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; + 'v0_transfers_sum_fields': { kind: 'OBJECT'; name: 'v0_transfers_sum_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; + 'v0_transfers_var_pop_fields': { kind: 'OBJECT'; name: 'v0_transfers_var_pop_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_var_samp_fields': { kind: 'OBJECT'; name: 'v0_transfers_var_samp_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_transfers_variance_fields': { kind: 'OBJECT'; name: 'v0_transfers_variance_fields'; fields: { 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_id': { name: 'destination_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_recv_sequence': { name: 'pfm_recv_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'pfm_sent_sequence': { name: 'pfm_sent_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_height': { name: 'source_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_id': { name: 'source_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_sequence': { name: 'source_sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'source_timeout_timestamp': { name: 'source_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; + 'v0_ucs1_configuration': { kind: 'OBJECT'; name: 'v0_ucs1_configuration'; fields: { 'channel_id': { name: 'channel_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'connection_id': { name: 'connection_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'contract_address': { name: 'contract_address'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'destination_chain': { name: 'destination_chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'forward': { name: 'forward'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ucs1_configuration'; ofType: null; }; }; }; } }; 'port': { name: 'port'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'source_chain': { name: 'source_chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_chains'; ofType: null; }; } }; 'source_chain_id': { name: 'source_chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; }; }; + 'v0_ucs1_configuration_aggregate_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_aggregate_order_by'; isOneOf: false; inputFields: [{ name: 'avg'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_avg_order_by'; ofType: null; }; defaultValue: null }, { name: 'count'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_max_order_by'; ofType: null; }; defaultValue: null }, { name: 'min'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_min_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stddev_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stddev_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'stddev_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stddev_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'sum'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_sum_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_pop'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_var_pop_order_by'; ofType: null; }; defaultValue: null }, { name: 'var_samp'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_var_samp_order_by'; ofType: null; }; defaultValue: null }, { name: 'variance'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_variance_order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_avg_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_avg_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_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: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'forward'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_bool_exp'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_max_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_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: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_min_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_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: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_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: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'forward_aggregate'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_aggregate_order_by'; ofType: null; }; defaultValue: null }, { name: 'port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain'; type: { kind: 'INPUT_OBJECT'; name: 'v0_chains_order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_select_column': { name: 'v0_ucs1_configuration_select_column'; enumValues: 'channel_id' | 'connection_id' | 'contract_address' | 'destination_chain_id' | 'port' | 'source_chain_id'; }; + 'v0_ucs1_configuration_stddev_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stddev_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_stddev_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stddev_pop_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_stddev_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stddev_samp_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_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: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_sum_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_sum_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_var_pop_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_var_pop_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_var_samp_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_var_samp_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; + 'v0_ucs1_configuration_variance_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ucs1_configuration_variance_order_by'; isOneOf: false; inputFields: [{ name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; +}; + /** An IntrospectionQuery representation of your schema. * * @remarks @@ -10,26582 +318,11 @@ * instead save to a .ts instead of a .d.ts file. */ export type introspection = { - "__schema": { - "queryType": { - "name": "query_root" - }, - "mutationType": { - "name": "mutation_root" - }, - "subscriptionType": { - "name": "subscription_root" - }, - "types": [ - { - "kind": "SCALAR", - "name": "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": "Float" - }, - { - "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": "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": "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": "SCALAR", - "name": "json" - }, - { - "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": "stride_faucet", - "type": { - "kind": "OBJECT", - "name": "stride_faucetQuery" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "v0_assets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_assets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_assets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_assets_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_assets" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "denom", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_blocks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_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": "v0_blocks_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_blocks_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_blocks" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_chains", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_chains_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_chains_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channel_map", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_map" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_map_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": "v0_channel_map_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channels", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channels" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_channels_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channels_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channels_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_channels_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_connection_map", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_map" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_map_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": "v0_connection_map_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_connections", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connections" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_connections_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connections_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_daily_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_daily_packets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_daily_packets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_daily_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_daily_transfers" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_daily_transfers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_explorers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_explorers" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_explorers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_explorers_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_explorers" - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_faucets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_faucets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_faucets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_faucets_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_faucets" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_get_transfer_forwards", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfer_forwards" - } - } - } - }, - "args": [ - { - "name": "args", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_get_transfer_forwards_args" - } - } - }, - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfer_forwards_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": "v0_transfer_forwards_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_index_status", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_index_status" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_index_status_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_packets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_packets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_mat", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_mat" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_packets_mat_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": "v0_packets_mat_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_mat_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_mat_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_packets_mat_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": "v0_packets_mat_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_rpcs", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rpcs" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_rpcs_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_rpcs_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_rpcs" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_stats", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_stats" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_stats_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": "v0_stats_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_stats_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_traces", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_traces" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_traces_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_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": "v0_transactions_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transactions_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_transactions" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfer_forwards", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfer_forwards" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfer_forwards_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": "v0_transfer_forwards_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_transfers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfers_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_transfers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_ucs1_configuration", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ucs1_configuration" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ucs1_configuration_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": "v0_ucs1_configuration_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_ucs1_configuration_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_ucs1_configuration" - }, - "args": [ - { - "name": "destination_chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - } - ], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "status_v0_transactions_args", - "inputFields": [ - { - "name": "hasura_session", - "type": { - "kind": "SCALAR", - "name": "json" - } - } - ], - "isOneOf": false - }, - { - "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": "v0_assets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_assets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_assets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_assets_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_assets" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "denom", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_assets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_assets_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_blocks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_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": "v0_blocks_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_blocks_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_blocks" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_blocks_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks" - } - } - } - }, - "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": "v0_blocks_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_chains", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_chains_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_chains_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_chains_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_chains_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channel_map", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_map" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channel_map_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": "v0_channel_map_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channel_map_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channel_map" - } - } - } - }, - "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": "v0_channel_map_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channels", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channels" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_channels_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channels_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channels_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_channels_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_channels_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_channels_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_connection_map", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_map" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_connection_map_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": "v0_connection_map_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_connection_map_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connection_map" - } - } - } - }, - "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": "v0_connection_map_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_connections", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_connections" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_connections_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connections_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_connections_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_connections_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connections_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_daily_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_daily_packets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_daily_packets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_daily_packets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_daily_packets_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_daily_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_daily_transfers" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_daily_transfers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_daily_transfers_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_daily_transfers_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_explorers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_explorers" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_explorers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_explorers_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_explorers" - }, - "args": [ - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_explorers_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_explorers_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_faucets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_faucets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_faucets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_faucets_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_faucets" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_faucets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_faucets_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_get_transfer_forwards", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfer_forwards" - } - } - } - }, - "args": [ - { - "name": "args", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_get_transfer_forwards_args" - } - } - }, - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfer_forwards_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": "v0_transfer_forwards_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_index_status", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_index_status" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_index_status_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_index_status_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_index_status_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_packets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_packets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_mat", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_mat" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_packets_mat_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": "v0_packets_mat_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_mat_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_mat_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_packets_mat_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": "v0_packets_mat_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_mat_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_mat" - } - } - } - }, - "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": "v0_packets_mat_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_packets_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_packets_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_rpcs", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_rpcs" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_rpcs_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_rpcs_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_rpcs" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_rpcs_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_rpcs_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_stats", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_stats" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_stats_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": "v0_stats_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_stats_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_stats_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_stats" - } - } - } - }, - "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": "v0_stats_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_stats_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_traces", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_traces" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_traces_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_traces_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_traces_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_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": "v0_transactions_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transactions_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_transactions" - }, - "args": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transactions_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions" - } - } - } - }, - "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": "v0_transactions_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfer_forwards", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfer_forwards" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfer_forwards_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": "v0_transfer_forwards_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfer_forwards_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfer_forwards" - } - } - } - }, - "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": "v0_transfer_forwards_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_transfers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfers_aggregate", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers_aggregate" - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_transfers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_transfers_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_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": "v0_transfers_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_ucs1_configuration", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ucs1_configuration" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ucs1_configuration_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": "v0_ucs1_configuration_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_ucs1_configuration_by_pk", - "type": { - "kind": "OBJECT", - "name": "v0_ucs1_configuration" - }, - "args": [ - { - "name": "destination_chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - } - } - ], - "isDeprecated": false - }, - { - "name": "v0_ucs1_configuration_stream", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ucs1_configuration" - } - } - } - }, - "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": "v0_ucs1_configuration_stream_cursor_input" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_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": "SCALAR", - "name": "transfers_scalar" - }, - { - "kind": "OBJECT", - "name": "v0_assets", - "fields": [ - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "decimals", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "denom", - "type": { - "kind": "NON_NULL", - "ofType": { - "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": "v0_faucets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_faucets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "gas_token", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Boolean" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "logo_uri", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - } - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_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": "v0_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": "v0_assets_max_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "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": "logo_uri", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_min_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "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": "logo_uri", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_order_by", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "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": "v0_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": "v0_assets_select_column", - "enumValues": [ - { - "name": "chain_id", - "isDeprecated": false - }, - { - "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": "v0_assets_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "v0_assets_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_assets_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "decimals", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_blocks", - "fields": [ - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "height", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "time", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "timestamptz" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_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": "v0_transactions_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - ], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - } - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "data", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp" - } - }, - { - "name": "transactions", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_max_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_min_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "time", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_blocks_select_column", - "enumValues": [ - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "data", - "isDeprecated": false - }, - { - "name": "hash", - "isDeprecated": false - }, - { - "name": "height", - "isDeprecated": false - }, - { - "name": "time", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_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": "v0_assets" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_assets_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "blocks", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_blocks" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_blocks_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": "v0_blocks_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "display_name", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "enabled", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Boolean" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "enabled_staging", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Boolean" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "explorers", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_explorers" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_explorers_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "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": "v0_rpcs" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_rpcs_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "testnet", - "type": { - "kind": "SCALAR", - "name": "Boolean" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "transactions", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transactions" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transactions_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": "v0_transactions_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "ucs1_configurations", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ucs1_configuration" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ucs1_configuration_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": "v0_ucs1_configuration_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - } - ], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - } - } - }, - { - "name": "addr_prefix", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "assets", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_bool_exp" - } - }, - { - "name": "blocks", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_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": "v0_explorers_bool_exp" - } - }, - { - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_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": "v0_rpcs_bool_exp" - } - }, - { - "name": "testnet", - "type": { - "kind": "INPUT_OBJECT", - "name": "Boolean_comparison_exp" - } - }, - { - "name": "transactions", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - }, - { - "name": "ucs1_configurations", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by", - "inputFields": [ - { - "name": "addr_prefix", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "assets_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_assets_aggregate_order_by" - } - }, - { - "name": "blocks_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_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": "v0_explorers_aggregate_order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "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": "v0_rpcs_aggregate_order_by" - } - }, - { - "name": "testnet", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "transactions_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_order_by" - } - }, - { - "name": "ucs1_configurations_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_aggregate_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_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": "id", - "isDeprecated": false - }, - { - "name": "logo_uri", - "isDeprecated": false - }, - { - "name": "rpc_type", - "isDeprecated": false - }, - { - "name": "testnet", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_chains_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_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": "id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "v0_channel_map", - "fields": [ - { - "name": "connection", - "type": { - "kind": "OBJECT", - "name": "v0_connection_map" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_bool_exp" - } - } - } - }, - { - "name": "connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp" - } - }, - { - "name": "destination", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_order_by", - "inputFields": [ - { - "name": "connection", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_order_by" - } - }, - { - "name": "destination", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_channel_map_select_column", - "enumValues": [ - { - "name": "from_chain_id", - "isDeprecated": false - }, - { - "name": "from_channel_id", - "isDeprecated": false - }, - { - "name": "from_connection_id", - "isDeprecated": false - }, - { - "name": "from_id", - "isDeprecated": false - }, - { - "name": "from_port_id", - "isDeprecated": false - }, - { - "name": "status", - "isDeprecated": false - }, - { - "name": "to_chain_id", - "isDeprecated": false - }, - { - "name": "to_channel_id", - "isDeprecated": false - }, - { - "name": "to_connection_id", - "isDeprecated": false - }, - { - "name": "to_id", - "isDeprecated": false - }, - { - "name": "to_port_id", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channel_map_stream_cursor_value_input", - "inputFields": [ - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_channels", - "fields": [ - { - "name": "destination_chain", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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 - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_channels_aggregate_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_channels" - } - } - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_channels_avg_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_channels_select_column" - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean" - } - } - ], - "isDeprecated": false - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_channels_max_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_channels_min_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_channels_stddev_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channels_stddev_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channels_stddev_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_channels_sum_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_channels_var_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_channels_var_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_channels_variance_fields" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_avg_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_bool_exp" - } - } - } - }, - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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": "v0_chains_bool_exp" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_channels_max_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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 - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_min_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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 - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channels_order_by", - "inputFields": [ - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_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": "v0_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" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_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 - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_channels_stddev_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_stddev_pop_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_stddev_samp_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channels_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_channels_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_channels_stream_cursor_value_input", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "Int" - } - }, - { - "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" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_channels_sum_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_var_pop_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_var_samp_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_channels_variance_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_connection_map", - "fields": [ - { - "name": "destination_chain", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_client_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_client_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_bool_exp" - } - } - } - }, - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "source_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_client_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_order_by", - "inputFields": [ - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_client_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_client_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_connection_map_select_column", - "enumValues": [ - { - "name": "from_chain_id", - "isDeprecated": false - }, - { - "name": "from_client_id", - "isDeprecated": false - }, - { - "name": "from_connection_id", - "isDeprecated": false - }, - { - "name": "from_id", - "isDeprecated": false - }, - { - "name": "status", - "isDeprecated": false - }, - { - "name": "to_chain_id", - "isDeprecated": false - }, - { - "name": "to_client_id", - "isDeprecated": false - }, - { - "name": "to_connection_id", - "isDeprecated": false - }, - { - "name": "to_id", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connection_map_stream_cursor_value_input", - "inputFields": [ - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_client_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_client_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_connections", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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": "v0_connections_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connections_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_connections_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connections_bool_exp" - } - } - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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": "v0_connections_order_by", - "inputFields": [ - { - "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_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": "v0_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": "v0_connections_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_connections_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_connections_stream_cursor_value_input", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "Int" - } - }, - { - "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": "v0_daily_packets", - "fields": [ - { - "name": "count", - "type": { - "kind": "SCALAR", - "name": "bigint" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "day", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_bool_exp" - } - } - } - }, - { - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp" - } - }, - { - "name": "day", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_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": "v0_daily_packets_select_column", - "enumValues": [ - { - "name": "count", - "isDeprecated": false - }, - { - "name": "day", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_daily_packets_stream_cursor_value_input", - "inputFields": [ - { - "name": "count", - "type": { - "kind": "SCALAR", - "name": "bigint" - } - }, - { - "name": "day", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_daily_transfers", - "fields": [ - { - "name": "count", - "type": { - "kind": "SCALAR", - "name": "bigint" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "day", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_bool_exp" - } - } - } - }, - { - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp" - } - }, - { - "name": "day", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_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": "v0_daily_transfers_select_column", - "enumValues": [ - { - "name": "count", - "isDeprecated": false - }, - { - "name": "day", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_daily_transfers_stream_cursor_value_input", - "inputFields": [ - { - "name": "count", - "type": { - "kind": "SCALAR", - "name": "bigint" - } - }, - { - "name": "day", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_explorers", - "fields": [ - { - "name": "address_url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "block_url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "description", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "display_name", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "home_url", - "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": "name", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "tx_url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_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": "v0_chains_bool_exp" - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_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": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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": "v0_explorers_max_order_by", - "inputFields": [ - { - "name": "address_url", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "block_url", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "chain_id", - "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": "id", - "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": "v0_explorers_min_order_by", - "inputFields": [ - { - "name": "address_url", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "block_url", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "chain_id", - "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": "id", - "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": "v0_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": "v0_chains_order_by" - } - }, - { - "name": "chain_id", - "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": "id", - "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": "v0_explorers_select_column", - "enumValues": [ - { - "name": "address_url", - "isDeprecated": false - }, - { - "name": "block_url", - "isDeprecated": false - }, - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "description", - "isDeprecated": false - }, - { - "name": "display_name", - "isDeprecated": false - }, - { - "name": "home_url", - "isDeprecated": false - }, - { - "name": "id", - "isDeprecated": false - }, - { - "name": "name", - "isDeprecated": false - }, - { - "name": "tx_url", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_stream_cursor_value_input", - "inputFields": [ - { - "name": "address_url", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "block_url", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "display_name", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "home_url", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "name", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "tx_url", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_explorers_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_faucets", - "fields": [ - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "denom", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "display_name", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "enabled", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Boolean" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_bool_exp" - } - } - } - }, - { - "name": "chain_id", - "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": "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": "v0_faucets_max_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "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": "v0_faucets_min_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "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": "v0_faucets_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "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": "v0_faucets_select_column", - "enumValues": [ - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "denom", - "isDeprecated": false - }, - { - "name": "display_name", - "isDeprecated": false - }, - { - "name": "enabled", - "isDeprecated": false - }, - { - "name": "url", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "INPUT_OBJECT", - "name": "v0_faucets_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_faucets_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_get_transfer_forwards_args", - "inputFields": [ - { - "name": "transfer", - "type": { - "kind": "SCALAR", - "name": "transfers_scalar" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_index_status", - "fields": [ - { - "name": "chain", - "type": { - "kind": "OBJECT", - "name": "v0_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": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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": "v0_index_status_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_bool_exp" - } - } - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_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": "Int_comparison_exp" - } - }, - { - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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": "v0_index_status_order_by", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_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": "id", - "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": "v0_index_status_select_column", - "enumValues": [ - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "display_name", - "isDeprecated": false - }, - { - "name": "height", - "isDeprecated": false - }, - { - "name": "id", - "isDeprecated": false - }, - { - "name": "status", - "isDeprecated": false - }, - { - "name": "timestamp", - "isDeprecated": false - }, - { - "name": "tip_age_seconds", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_index_status_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_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": "Int" - } - }, - { - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "v0_packets", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_port_id", - "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": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "traces", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_traces" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_traces_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - ], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_packets_aggregate_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets" - } - } - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_packets_avg_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_packets_select_column" - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean" - } - } - ], - "isDeprecated": false - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_packets_max_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_packets_min_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_packets_stddev_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_packets_stddev_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_packets_stddev_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_packets_sum_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_packets_var_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_packets_var_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_packets_variance_fields" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_avg_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_bool_exp" - } - } - } - }, - { - "name": "destination_block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "destination_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "destination_json", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "destination_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "destination_time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp" - } - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_port_id", - "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": "v0_chains_bool_exp" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "source_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "source_json", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "source_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "source_time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp" - } - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "traces", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_memo", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_aggregate_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_packets_mat" - } - } - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_avg_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_packets_mat_select_column" - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean" - } - } - ], - "isDeprecated": false - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_max_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_min_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_stddev_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_stddev_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_stddev_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_sum_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_var_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_var_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_packets_mat_variance_fields" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_avg_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_bool_exp" - } - } - } - }, - { - "name": "destination_block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "destination_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "destination_json", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "destination_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "destination_time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp" - } - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "from_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "pfm_memo", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "source_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "source_json", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "source_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "source_time", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamptz_comparison_exp" - } - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp" - } - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "to_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "version", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_max_fields", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_memo", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_min_fields", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_memo", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_order_by", - "inputFields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_channel", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_json", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_time", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_timeout_timestamp", - "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": "from_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "pfm_memo", - "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", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_json", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_time", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_timeout_timestamp", - "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": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "version", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_packets_mat_select_column", - "enumValues": [ - { - "name": "destination_block_hash", - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "isDeprecated": false - }, - { - "name": "destination_channel", - "isDeprecated": false - }, - { - "name": "destination_data", - "isDeprecated": false - }, - { - "name": "destination_height", - "isDeprecated": false - }, - { - "name": "destination_json", - "isDeprecated": false - }, - { - "name": "destination_port", - "isDeprecated": false - }, - { - "name": "destination_sequence", - "isDeprecated": false - }, - { - "name": "destination_time", - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "isDeprecated": false - }, - { - "name": "from_chain_id", - "isDeprecated": false - }, - { - "name": "from_channel_id", - "isDeprecated": false - }, - { - "name": "from_connection_id", - "isDeprecated": false - }, - { - "name": "from_id", - "isDeprecated": false - }, - { - "name": "from_port_id", - "isDeprecated": false - }, - { - "name": "pfm_memo", - "isDeprecated": false - }, - { - "name": "source_block_hash", - "isDeprecated": false - }, - { - "name": "source_chain_id", - "isDeprecated": false - }, - { - "name": "source_channel", - "isDeprecated": false - }, - { - "name": "source_data", - "isDeprecated": false - }, - { - "name": "source_height", - "isDeprecated": false - }, - { - "name": "source_json", - "isDeprecated": false - }, - { - "name": "source_port", - "isDeprecated": false - }, - { - "name": "source_sequence", - "isDeprecated": false - }, - { - "name": "source_time", - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "isDeprecated": false - }, - { - "name": "status", - "isDeprecated": false - }, - { - "name": "to_chain_id", - "isDeprecated": false - }, - { - "name": "to_channel_id", - "isDeprecated": false - }, - { - "name": "to_connection_id", - "isDeprecated": false - }, - { - "name": "to_id", - "isDeprecated": false - }, - { - "name": "to_port_id", - "isDeprecated": false - }, - { - "name": "version", - "isDeprecated": false - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_stddev_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_stddev_pop_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_stddev_samp_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_mat_stream_cursor_value_input", - "inputFields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "destination_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "pfm_memo", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "source_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_sum_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_var_pop_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_var_samp_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_mat_variance_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_max_fields", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_min_fields", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_order_by", - "inputFields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_channel", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_json", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_time", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_timeout_timestamp", - "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": "from_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_block_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_channel", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_json", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_time", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_timeout_timestamp", - "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": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "traces_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_aggregate_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_packets_select_column", - "enumValues": [ - { - "name": "destination_block_hash", - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "isDeprecated": false - }, - { - "name": "destination_channel", - "isDeprecated": false - }, - { - "name": "destination_data", - "isDeprecated": false - }, - { - "name": "destination_height", - "isDeprecated": false - }, - { - "name": "destination_json", - "isDeprecated": false - }, - { - "name": "destination_port", - "isDeprecated": false - }, - { - "name": "destination_sequence", - "isDeprecated": false - }, - { - "name": "destination_time", - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "isDeprecated": false - }, - { - "name": "from_chain_id", - "isDeprecated": false - }, - { - "name": "from_channel_id", - "isDeprecated": false - }, - { - "name": "from_connection_id", - "isDeprecated": false - }, - { - "name": "from_port_id", - "isDeprecated": false - }, - { - "name": "source_block_hash", - "isDeprecated": false - }, - { - "name": "source_chain_id", - "isDeprecated": false - }, - { - "name": "source_channel", - "isDeprecated": false - }, - { - "name": "source_data", - "isDeprecated": false - }, - { - "name": "source_height", - "isDeprecated": false - }, - { - "name": "source_json", - "isDeprecated": false - }, - { - "name": "source_port", - "isDeprecated": false - }, - { - "name": "source_sequence", - "isDeprecated": false - }, - { - "name": "source_time", - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "isDeprecated": false - }, - { - "name": "status", - "isDeprecated": false - }, - { - "name": "to_chain_id", - "isDeprecated": false - }, - { - "name": "to_channel_id", - "isDeprecated": false - }, - { - "name": "to_connection_id", - "isDeprecated": false - }, - { - "name": "to_port_id", - "isDeprecated": false - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_packets_stddev_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_stddev_pop_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_stddev_samp_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_packets_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_packets_stream_cursor_value_input", - "inputFields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_data", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "destination_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "destination_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "from_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_data", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "source_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "source_time", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_chain_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_channel_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_connection_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "to_port_id", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_packets_sum_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_var_pop_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_var_samp_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_packets_variance_fields", - "fields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_rpcs", - "fields": [ - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "description", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "enabled", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Boolean" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "type", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "url", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_bool_exp" - } - } - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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": "v0_rpcs_max_order_by", - "inputFields": [ - { - "name": "chain_id", - "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": "v0_rpcs_min_order_by", - "inputFields": [ - { - "name": "chain_id", - "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": "v0_rpcs_order_by", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "chain_id", - "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": "v0_rpcs_select_column", - "enumValues": [ - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "description", - "isDeprecated": false - }, - { - "name": "enabled", - "isDeprecated": false - }, - { - "name": "type", - "isDeprecated": false - }, - { - "name": "url", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "INPUT_OBJECT", - "name": "v0_rpcs_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_rpcs_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_stats", - "fields": [ - { - "name": "total_packets", - "type": { - "kind": "SCALAR", - "name": "bigint" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "total_transfers", - "type": { - "kind": "SCALAR", - "name": "bigint" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_stats_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_stats_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_stats_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_stats_bool_exp" - } - } - } - }, - { - "name": "total_packets", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp" - } - }, - { - "name": "total_transfers", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_stats_order_by", - "inputFields": [ - { - "name": "total_packets", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "total_transfers", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_stats_select_column", - "enumValues": [ - { - "name": "total_packets", - "isDeprecated": false - }, - { - "name": "total_transfers", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_stats_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_stats_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_stats_stream_cursor_value_input", - "inputFields": [ - { - "name": "total_packets", - "type": { - "kind": "SCALAR", - "name": "bigint" - } - }, - { - "name": "total_transfers", - "type": { - "kind": "SCALAR", - "name": "bigint" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_traces", - "fields": [ - { - "name": "chain", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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": "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": "v0_transfers" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_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": "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": "v0_transfers_bool_exp" - } - }, - { - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_max_order_by", - "inputFields": [ - { - "name": "chain_id", - "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": "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": "v0_traces_min_order_by", - "inputFields": [ - { - "name": "chain_id", - "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": "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": "v0_traces_order_by", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "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": "timestamp", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "transfer", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by" - } - }, - { - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_traces_select_column", - "enumValues": [ - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "data", - "isDeprecated": false - }, - { - "name": "height", - "isDeprecated": false - }, - { - "name": "initiating_transaction_hash", - "isDeprecated": false - }, - { - "name": "timestamp", - "isDeprecated": false - }, - { - "name": "transaction_hash", - "isDeprecated": false - }, - { - "name": "type", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "bigint" - } - }, - { - "name": "initiating_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "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": "v0_traces_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_traces_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_transactions", - "fields": [ - { - "name": "block", - "type": { - "kind": "OBJECT", - "name": "v0_blocks" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "block_hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "data", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "hash", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "height", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "index", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [ - { - "name": "args", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "status_v0_transactions_args" - } - } - } - ], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_bool_exp" - } - } - } - }, - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_bool_exp" - } - }, - { - "name": "block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "data", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_max_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_min_order_by", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_order_by", - "inputFields": [ - { - "name": "block", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_blocks_order_by" - } - }, - { - "name": "block_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_transactions_select_column", - "enumValues": [ - { - "name": "block_hash", - "isDeprecated": false - }, - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "data", - "isDeprecated": false - }, - { - "name": "hash", - "isDeprecated": false - }, - { - "name": "height", - "isDeprecated": false - }, - { - "name": "index", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_stream_cursor_value_input", - "inputFields": [ - { - "name": "block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "data", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "index", - "type": { - "kind": "SCALAR", - "name": "Int" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transactions_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_transfer_forwards", - "fields": [ - { - "name": "chain", - "type": { - "kind": "OBJECT", - "name": "v0_chains" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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": "port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "retries", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "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": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "timeout", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_avg_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - } - }, - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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": "port", - "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": "String_comparison_exp" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_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": "source_transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "timeout", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "version", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_max_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "channel", - "type": { - "kind": "ENUM", - "name": "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": "port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "receiver", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "retries", - "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_port_id", - "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": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "timeout", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "version", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_min_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "channel", - "type": { - "kind": "ENUM", - "name": "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": "port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "receiver", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "retries", - "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_port_id", - "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": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "timeout", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "version", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_order_by", - "inputFields": [ - { - "name": "chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "channel", - "type": { - "kind": "ENUM", - "name": "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": "port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "receiver", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "retries", - "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_port_id", - "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": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "timeout", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "version", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_transfer_forwards_select_column", - "enumValues": [ - { - "name": "chain_id", - "isDeprecated": false - }, - { - "name": "channel", - "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": "port", - "isDeprecated": false - }, - { - "name": "receiver", - "isDeprecated": false - }, - { - "name": "retries", - "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": "source_transaction_hash", - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "isDeprecated": false - }, - { - "name": "status", - "isDeprecated": false - }, - { - "name": "timeout", - "isDeprecated": false - }, - { - "name": "version", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stddev_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stddev_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stddev_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_stream_cursor_value_input", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "channel", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "retries", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "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": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "timeout", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "version", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_sum_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_var_pop_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_var_samp_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_variance_order_by", - "inputFields": [ - { - "name": "chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_transfers", - "fields": [ - { - "name": "assets", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain", - "type": { - "kind": "OBJECT", - "name": "v0_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_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "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_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "forwards", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfer_forwards" - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfer_forwards_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": "v0_transfer_forwards_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "forwards_2", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfer_forwards" - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfer_forwards_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": "v0_transfer_forwards_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "hop", - "type": { - "kind": "OBJECT", - "name": "v0_transfers" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "is_initiating", - "type": { - "kind": "SCALAR", - "name": "Boolean" - }, - "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_data_jsonb", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "pfm_destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_source_port", - "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": "v0_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_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - }, - "args": [ - { - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "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_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "traces", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_traces" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_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": "v0_traces_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_aggregate", - "fields": [ - { - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_aggregate_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "nodes", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_transfers" - } - } - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_aggregate_fields", - "fields": [ - { - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_avg_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "count", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [ - { - "name": "columns", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_transfers_select_column" - } - } - } - }, - { - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean" - } - } - ], - "isDeprecated": false - }, - { - "name": "max", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_max_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "min", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_min_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_stddev_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_stddev_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_stddev_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_sum_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_var_pop_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_var_samp_fields" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "v0_transfers_variance_fields" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_avg_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - } - } - }, - { - "name": "assets", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "destination_block_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_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_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "destination_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "destination_json", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "destination_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_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_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "forwards", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - }, - { - "name": "forwards_2", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_bool_exp" - } - }, - { - "name": "hop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_bool_exp" - } - }, - { - "name": "is_initiating", - "type": { - "kind": "INPUT_OBJECT", - "name": "Boolean_comparison_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_data_jsonb", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "pfm_destination_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "pfm_destination_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "pfm_source_channel", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "pfm_source_port", - "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": "v0_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_data", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "source_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "source_json", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp" - } - }, - { - "name": "source_port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_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_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "status", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "traces", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_bool_exp" - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_transfers_max_fields", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "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_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "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_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "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": "pfm_destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_source_port", - "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_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_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "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_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_min_fields", - "fields": [ - { - "name": "destination_block_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "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_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "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_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "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": "pfm_destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_source_port", - "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_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_data", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "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_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by", - "inputFields": [ - { - "name": "assets", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_block_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_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_data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_json", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_port", - "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_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "forwards_2_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_aggregate_order_by" - } - }, - { - "name": "forwards_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfer_forwards_aggregate_order_by" - } - }, - { - "name": "hop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_order_by" - } - }, - { - "name": "is_initiating", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "normalized_receiver", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "normalized_sender", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "packet_data_jsonb", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "pfm_destination_channel", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "pfm_destination_port", - "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", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "pfm_source_port", - "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": "v0_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_data", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_height", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_json", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_port", - "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_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "status", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "traces_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_traces_aggregate_order_by" - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_transfers_select_column", - "enumValues": [ - { - "name": "assets", - "isDeprecated": false - }, - { - "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_data", - "isDeprecated": false - }, - { - "name": "destination_height", - "isDeprecated": false - }, - { - "name": "destination_id", - "isDeprecated": false - }, - { - "name": "destination_json", - "isDeprecated": false - }, - { - "name": "destination_port", - "isDeprecated": false - }, - { - "name": "destination_sequence", - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "isDeprecated": false - }, - { - "name": "destination_timestamp", - "isDeprecated": false - }, - { - "name": "destination_transaction_hash", - "isDeprecated": false - }, - { - "name": "destination_transaction_index", - "isDeprecated": false - }, - { - "name": "is_initiating", - "isDeprecated": false - }, - { - "name": "normalized_receiver", - "isDeprecated": false - }, - { - "name": "normalized_sender", - "isDeprecated": false - }, - { - "name": "packet_data_jsonb", - "isDeprecated": false - }, - { - "name": "pfm_destination_channel", - "isDeprecated": false - }, - { - "name": "pfm_destination_port", - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "isDeprecated": false - }, - { - "name": "pfm_source_channel", - "isDeprecated": false - }, - { - "name": "pfm_source_port", - "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_data", - "isDeprecated": false - }, - { - "name": "source_height", - "isDeprecated": false - }, - { - "name": "source_id", - "isDeprecated": false - }, - { - "name": "source_json", - "isDeprecated": false - }, - { - "name": "source_port", - "isDeprecated": false - }, - { - "name": "source_sequence", - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "isDeprecated": false - }, - { - "name": "source_timestamp", - "isDeprecated": false - }, - { - "name": "source_transaction_hash", - "isDeprecated": false - }, - { - "name": "source_transaction_index", - "isDeprecated": false - }, - { - "name": "status", - "isDeprecated": false - }, - { - "name": "transaction_hash", - "isDeprecated": false - } - ] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_stddev_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_stddev_pop_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_stddev_samp_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_transfers_stream_cursor_value_input", - "inputFields": [ - { - "name": "assets", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "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_data", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "destination_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "destination_timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - }, - { - "name": "destination_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "destination_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "is_initiating", - "type": { - "kind": "SCALAR", - "name": "Boolean" - } - }, - { - "name": "normalized_receiver", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "normalized_sender", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "packet_data_jsonb", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "pfm_destination_channel", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "pfm_destination_port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "pfm_source_channel", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "pfm_source_port", - "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_data", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "source_json", - "type": { - "kind": "SCALAR", - "name": "jsonb" - } - }, - { - "name": "source_port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - } - }, - { - "name": "source_timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamptz" - } - }, - { - "name": "source_transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_transaction_index", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "status", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "transaction_hash", - "type": { - "kind": "SCALAR", - "name": "String" - } - } - ], - "isOneOf": false - }, - { - "kind": "OBJECT", - "name": "v0_transfers_sum_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Int" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_var_pop_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_var_samp_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_transfers_variance_fields", - "fields": [ - { - "name": "destination_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_recv_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "pfm_sent_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_height", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_id", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_sequence", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_timeout_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float" - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "OBJECT", - "name": "v0_ucs1_configuration", - "fields": [ - { - "name": "channel_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "connection_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "contract_address", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "forward", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_ucs1_configuration" - } - } - } - }, - "args": [ - { - "name": "distinct_on", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "ENUM", - "name": "v0_ucs1_configuration_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": "v0_ucs1_configuration_order_by" - } - } - } - }, - { - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - } - ], - "isDeprecated": false - }, - { - "name": "port", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "String" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "OBJECT", - "name": "v0_chains" - } - }, - "args": [], - "isDeprecated": false - }, - { - "name": "source_chain_id", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "SCALAR", - "name": "Int" - } - }, - "args": [], - "isDeprecated": false - } - ], - "interfaces": [] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_aggregate_order_by", - "inputFields": [ - { - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_avg_order_by" - } - }, - { - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_max_order_by" - } - }, - { - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_min_order_by" - } - }, - { - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stddev_order_by" - } - }, - { - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stddev_pop_order_by" - } - }, - { - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stddev_samp_order_by" - } - }, - { - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_sum_order_by" - } - }, - { - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_var_pop_order_by" - } - }, - { - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_var_samp_order_by" - } - }, - { - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_variance_order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_avg_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp", - "inputFields": [ - { - "name": "_and", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - } - } - }, - { - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - }, - { - "name": "_or", - "type": { - "kind": "LIST", - "ofType": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_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": "v0_chains_bool_exp" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - }, - { - "name": "forward", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_bool_exp" - } - }, - { - "name": "port", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp" - } - }, - { - "name": "source_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_bool_exp" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_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": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_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": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_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": "v0_chains_order_by" - } - }, - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "forward_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_aggregate_order_by" - } - }, - { - "name": "port", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain", - "type": { - "kind": "INPUT_OBJECT", - "name": "v0_chains_order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "ENUM", - "name": "v0_ucs1_configuration_select_column", - "enumValues": [ - { - "name": "channel_id", - "isDeprecated": false - }, - { - "name": "connection_id", - "isDeprecated": false - }, - { - "name": "contract_address", - "isDeprecated": false - }, - { - "name": "destination_chain_id", - "isDeprecated": false - }, - { - "name": "port", - "isDeprecated": false - }, - { - "name": "source_chain_id", - "isDeprecated": false - } - ] - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stddev_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stddev_pop_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stddev_samp_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stream_cursor_input", - "inputFields": [ - { - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "ofType": { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_stream_cursor_value_input" - } - } - }, - { - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_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": "destination_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - }, - { - "name": "port", - "type": { - "kind": "SCALAR", - "name": "String" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "SCALAR", - "name": "Int" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_sum_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_var_pop_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_var_samp_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - }, - { - "kind": "INPUT_OBJECT", - "name": "v0_ucs1_configuration_variance_order_by", - "inputFields": [ - { - "name": "destination_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - }, - { - "name": "source_chain_id", - "type": { - "kind": "ENUM", - "name": "order_by" - } - } - ], - "isOneOf": false - } - ], - "directives": [] - } + name: never; + query: 'query_root'; + mutation: 'mutation_root'; + subscription: 'subscription_root'; + types: introspection_types; }; import * as gqlTada from 'gql.tada'; diff --git a/app/src/lib/components/navigation/index.ts b/app/src/lib/components/navigation/index.ts index f028fde7f9..1e16471b3b 100644 --- a/app/src/lib/components/navigation/index.ts +++ b/app/src/lib/components/navigation/index.ts @@ -3,7 +3,7 @@ import Navigation from "./navigation.svelte" const routes = { transfer: { draft: false, path: "/transfer" }, // WIP: - // swap: { draft: false, path: "/swap" }, + swap: { draft: false, path: "/swap" }, faucet: { draft: false, path: "/faucet" }, explorer: { draft: false, path: "/explorer" }, transfers: { draft: true, path: "/transfers" } diff --git a/app/src/lib/swap-form.svelte b/app/src/lib/swap-form.svelte index 664219c143..60b8bddaf7 100644 --- a/app/src/lib/swap-form.svelte +++ b/app/src/lib/swap-form.svelte @@ -1,34 +1,164 @@ @@ -111,22 +253,110 @@ const swap = async () => { From - Chain to start the swap from + Chain to start the swap - {$fromChain?.display_name ?? "Select from chain"} +
+ {$fromChain?.display_name ?? "Select from chain"} +
+
+ Asset + {#if $sendableBalances !== undefined && $fromChainId} + {#if $userAddrCosmos === null} + Connect your Cosmos wallet + {:else if $sendableBalances === null} + Failed to load sendable balances for {$fromChain?.display_name}. + {:else if $sendableBalances && $sendableBalances.length === 0} + You don't have sendable assets on {$fromChain?.display_name}. You can get some from the faucet + {:else} + + {/if} + {:else} + Select a chain to swap from. + {/if} + {#if $fromAssetSymbol !== '' && $sendableBalances !== null && $fromAsset?.address} +
+ {truncate(supportedFromAsset ? supportedFromAsset?.display_symbol : $fromAssetSymbol, 12)} balance on + {$fromChain?.display_name} is + {formatUnits(BigInt($fromAsset.balance), supportedFromAsset?.decimals ?? 0)} +
+ {/if} +
+
+ Amount + +
To - Chain to swap where the swap will be performed on + Chain where the swap will be performed - {$toChain?.display_name ?? "Select chain"} +
+ {$toChain?.display_name ?? "Select chain"} +
+
+ Asset + {#if $swapToTokens !== undefined && $toChainId} + {#if $swapToTokens === null} + Failed to load sendable balances for {$toChain?.display_name}. + {:else if $swapToTokens && $swapToTokens.length === 0} + No swap pairs are available for this asset on {$toChain?.display_name}. Please select a different chains. + {:else} + + {/if} + {:else} + Select a chain to swap from. + {/if} + {#if $toAssetSymbol !== '' && $swapToTokens !== null && $toAsset?.address} +
+ {truncate(supportedToAsset ? supportedToAsset?.display_symbol : $toAssetSymbol, 12)} balance on + {$toChain?.display_name} is + {formatUnits(BigInt($toAsset.balance), supportedToAsset?.decimals ?? 0)} +
+ {/if} +
+ c.enabled_staging)} + chains={chains.filter(c => c.enabled_staging).filter(c => ENABLED_FROM_CHAIN_IDS.includes(c.chain_id))} kind="from" onChainSelect={newSelectedChain => { fromChainId.set(newSelectedChain) @@ -151,15 +383,48 @@ const swap = async () => { userAddr={$userAddr} /> + c.enabled_staging)} + chains={chains.filter(c => c.enabled_staging).filter(c => ENABLED_TO_CHAIN_IDS.includes(c.chain_id))} kind="to" onChainSelect={newSelectedChain => { toChainId.set(newSelectedChain) + toAssetSymbol.set("") + toAssetAddress.set("") }} selectedChain={$toChainId} userAddr={$userAddr} /> - + + + +{#if $fromChain !== null} + { + console.log('Selected Asset: ', asset) + fromAssetSymbol.set(asset.symbol) + fromAssetAddress.set(asset.address) + toAssetSymbol.set("") + toAssetAddress.set("") + }} + bind:dialogOpen={dialogOpenFromToken} + /> +{/if} + + +{#if $toChain !== null} + { + console.log('Selected Swap To Asset: ', asset) + toAssetSymbol.set(asset.symbol) + toAssetAddress.set(asset.address) + }} + bind:dialogOpen={dialogOpenToToken} + /> +{/if} diff --git a/app/src/lib/swap/abis.ts b/app/src/lib/swap/abis.ts new file mode 100644 index 0000000000..4b564a8f39 --- /dev/null +++ b/app/src/lib/swap/abis.ts @@ -0,0 +1,838 @@ +export const ibcTokenActionsAbi = [ + { + 'type': 'constructor', + 'inputs': [ + { + 'name': 'tokenRelay_', + 'type': 'address', + 'internalType': 'contract IRelay', + }, + { + 'name': 'timeout_', + 'type': 'uint64', + 'internalType': 'uint64', + }, + { + 'name': 'admin', + 'type': 'address', + 'internalType': 'address', + }, + ], + 'stateMutability': 'nonpayable', + }, + { + 'type': 'function', + 'name': 'PERCENTAGE_SCALE', + 'inputs': [], + 'outputs': [ + { + 'name': '', + 'type': 'uint32', + 'internalType': 'uint32', + }, + ], + 'stateMutability': 'view', + }, + { + 'type': 'function', + 'name': 'ibcSend', + 'inputs': [ + { + 'name': 'executor', + 'type': 'address', + 'internalType': 'contract IbcTokenActions', + }, + { + 'name': 'sendMessage', + 'type': 'tuple', + 'internalType': 'struct IbcTokenActions.IbcSendMessage', + 'components': [ + { + 'name': 'tokens', + 'type': 'tuple[]', + 'internalType': 'struct LocalToken[]', + 'components': [ + { + 'name': 'denom', + 'type': 'address', + 'internalType': 'address', + }, + { + 'name': 'amount', + 'type': 'uint128', + 'internalType': 'uint128', + }, + ], + }, + { + 'name': 'channelId', + 'type': 'string', + 'internalType': 'string', + }, + { + 'name': 'receiver', + 'type': 'bytes', + 'internalType': 'bytes', + }, + { + 'name': 'extension', + 'type': 'string', + 'internalType': 'string', + }, + ], + }, + ], + 'outputs': [ + { + 'name': '', + 'type': 'bool', + 'internalType': 'bool', + }, + { + 'name': '', + 'type': 'bytes', + 'internalType': 'bytes', + }, + ], + 'stateMutability': 'nonpayable', + }, + { + 'type': 'function', + 'name': 'ibcSendPercentage', + 'inputs': [ + { + 'name': 'executor', + 'type': 'address', + 'internalType': 'contract IbcTokenActions', + }, + { + 'name': 'percentageMessage', + 'type': 'tuple', + 'internalType': 'struct IbcTokenActions.IbcSendPercentageMessage', + 'components': [ + { + 'name': 'tokens', + 'type': 'tuple[]', + 'internalType': 'struct IbcTokenActions.PercentToken[]', + 'components': [ + { + 'name': 'denom', + 'type': 'address', + 'internalType': 'address', + }, + { + 'name': 'percentage', + 'type': 'uint32', + 'internalType': 'uint32', + }, + ], + }, + { + 'name': 'channelId', + 'type': 'string', + 'internalType': 'string', + }, + { + 'name': 'receiver', + 'type': 'bytes', + 'internalType': 'bytes', + }, + { + 'name': 'extension', + 'type': 'string', + 'internalType': 'string', + }, + ], + }, + ], + 'outputs': [ + { + 'name': '', + 'type': 'bool', + 'internalType': 'bool', + }, + { + 'name': '', + 'type': 'bytes', + 'internalType': 'bytes', + }, + ], + 'stateMutability': 'nonpayable', + }, + { + 'type': 'function', + 'name': 'owner', + 'inputs': [], + 'outputs': [ + { + 'name': '', + 'type': 'address', + 'internalType': 'address', + }, + ], + 'stateMutability': 'view', + }, + { + 'type': 'function', + 'name': 'paused', + 'inputs': [], + 'outputs': [ + { + 'name': '', + 'type': 'bool', + 'internalType': 'bool', + }, + ], + 'stateMutability': 'view', + }, + { + 'type': 'function', + 'name': 'renounceOwnership', + 'inputs': [], + 'outputs': [], + 'stateMutability': 'nonpayable', + }, + { + 'type': 'function', + 'name': 'setTimeout', + 'inputs': [ + { + 'name': 'newTimeout', + 'type': 'uint64', + 'internalType': 'uint64', + }, + ], + 'outputs': [], + 'stateMutability': 'nonpayable', + }, + { + 'type': 'function', + 'name': 'setTokenRelay', + 'inputs': [ + { + 'name': 'newTokenRelay', + 'type': 'address', + 'internalType': 'contract IRelay', + }, + ], + 'outputs': [], + 'stateMutability': 'nonpayable', + }, + { + 'type': 'function', + 'name': 'timeout', + 'inputs': [], + 'outputs': [ + { + 'name': '', + 'type': 'uint64', + 'internalType': 'uint64', + }, + ], + 'stateMutability': 'view', + }, + { + 'type': 'function', + 'name': 'tokenRelay', + 'inputs': [], + 'outputs': [ + { + 'name': '', + 'type': 'address', + 'internalType': 'contract IRelay', + }, + ], + 'stateMutability': 'view', + }, + { + 'type': 'function', + 'name': 'transferOwnership', + 'inputs': [ + { + 'name': 'newOwner', + 'type': 'address', + 'internalType': 'address', + }, + ], + 'outputs': [], + 'stateMutability': 'nonpayable', + }, + { + 'type': 'event', + 'name': 'IbcSend', + 'inputs': [ + { + 'name': 'receiver', + 'type': 'bytes', + 'indexed': true, + 'internalType': 'bytes', + }, + { + 'name': 'tokens', + 'type': 'tuple[]', + 'indexed': false, + 'internalType': 'struct LocalToken[]', + 'components': [ + { + 'name': 'denom', + 'type': 'address', + 'internalType': 'address', + }, + { + 'name': 'amount', + 'type': 'uint128', + 'internalType': 'uint128', + }, + ], + }, + { + 'name': 'extension', + 'type': 'string', + 'indexed': false, + 'internalType': 'string', + }, + ], + 'anonymous': false, + }, + { + 'type': 'event', + 'name': 'OwnershipTransferred', + 'inputs': [ + { + 'name': 'previousOwner', + 'type': 'address', + 'indexed': true, + 'internalType': 'address', + }, + { + 'name': 'newOwner', + 'type': 'address', + 'indexed': true, + 'internalType': 'address', + }, + ], + 'anonymous': false, + }, + { + 'type': 'event', + 'name': 'Paused', + 'inputs': [ + { + 'name': 'account', + 'type': 'address', + 'indexed': false, + 'internalType': 'address', + }, + ], + 'anonymous': false, + }, + { + 'type': 'event', + 'name': 'Unpaused', + 'inputs': [ + { + 'name': 'account', + 'type': 'address', + 'indexed': false, + 'internalType': 'address', + }, + ], + 'anonymous': false, + }, + { + 'type': 'error', + 'name': 'EnforcedPause', + 'inputs': [], + }, + { + 'type': 'error', + 'name': 'ExpectedPause', + 'inputs': [], + }, + { + 'type': 'error', + 'name': 'FailedApproval', + 'inputs': [ + { + 'name': 'token', + 'type': 'address', + 'internalType': 'address', + }, + { + 'name': 'amount', + 'type': 'uint128', + 'internalType': 'uint128', + }, + ], + }, + { + 'type': 'error', + 'name': 'InvalidPercentage', + 'inputs': [ + { + 'name': 'percentage', + 'type': 'uint32', + 'internalType': 'uint32', + }, + { + 'name': 'max', + 'type': 'uint32', + 'internalType': 'uint32', + }, + ], + }, + { + 'type': 'error', + 'name': 'OwnableInvalidOwner', + 'inputs': [ + { + 'name': 'owner', + 'type': 'address', + 'internalType': 'address', + }, + ], + }, + { + 'type': 'error', + 'name': 'OwnableUnauthorizedAccount', + 'inputs': [ + { + 'name': 'account', + 'type': 'address', + 'internalType': 'address', + }, + ], + }, +] + +export const bexActionsAbi = [ + { + "type": "constructor", + "inputs": [ + { + "name": "owner", + "type": "address", + "internalType": "address" + }, + { + "name": "bexSwap_", + "type": "address", + "internalType": "contract IBex" + } + ], + "stateMutability": "nonpayable" + }, + { + "type": "function", + "name": "bexSwap", + "inputs": [], + "outputs": [ + { + "name": "", + "type": "address", + "internalType": "contract IBex" + } + ], + "stateMutability": "view" + }, + { + "type": "function", + "name": "owner", + "inputs": [], + "outputs": [ + { + "name": "", + "type": "address", + "internalType": "address" + } + ], + "stateMutability": "view" + }, + { + "type": "function", + "name": "paused", + "inputs": [], + "outputs": [ + { + "name": "", + "type": "bool", + "internalType": "bool" + } + ], + "stateMutability": "view" + }, + { + "type": "function", + "name": "renounceOwnership", + "inputs": [], + "outputs": [], + "stateMutability": "nonpayable" + }, + { + "type": "function", + "name": "setBexSwap", + "inputs": [ + { + "name": "bexSwap_", + "type": "address", + "internalType": "contract IBex" + } + ], + "outputs": [], + "stateMutability": "nonpayable" + }, + { + "type": "function", + "name": "swap", + "inputs": [ + { + "name": "executor", + "type": "address", + "internalType": "contract BexActions" + }, + { + "name": "swapMessage", + "type": "tuple", + "internalType": "struct BexActions.SwapMessage", + "components": [ + { + "name": "base", + "type": "address", + "internalType": "address" + }, + { + "name": "quote", + "type": "address", + "internalType": "address" + }, + { + "name": "quantity", + "type": "uint128", + "internalType": "uint128" + }, + { + "name": "isBuy", + "type": "bool", + "internalType": "bool" + } + ] + } + ], + "outputs": [ + { + "name": "baseQuote", + "type": "int128", + "internalType": "int128" + }, + { + "name": "quoteFlow", + "type": "int128", + "internalType": "int128" + } + ], + "stateMutability": "nonpayable" + }, + { + "type": "function", + "name": "transferOwnership", + "inputs": [ + { + "name": "newOwner", + "type": "address", + "internalType": "address" + } + ], + "outputs": [], + "stateMutability": "nonpayable" + }, + { + "type": "event", + "name": "OwnershipTransferred", + "inputs": [ + { + "name": "previousOwner", + "type": "address", + "indexed": true, + "internalType": "address" + }, + { + "name": "newOwner", + "type": "address", + "indexed": true, + "internalType": "address" + } + ], + "anonymous": false + }, + { + "type": "event", + "name": "Paused", + "inputs": [ + { + "name": "account", + "type": "address", + "indexed": false, + "internalType": "address" + } + ], + "anonymous": false + }, + { + "type": "event", + "name": "SwapReceived", + "inputs": [ + { + "name": "base", + "type": "address", + "indexed": true, + "internalType": "address" + }, + { + "name": "quote", + "type": "address", + "indexed": true, + "internalType": "address" + }, + { + "name": "quantity", + "type": "uint128", + "indexed": false, + "internalType": "uint128" + }, + { + "name": "isBuy", + "type": "bool", + "indexed": false, + "internalType": "bool" + } + ], + "anonymous": false + }, + { + "type": "event", + "name": "Unpaused", + "inputs": [ + { + "name": "account", + "type": "address", + "indexed": false, + "internalType": "address" + } + ], + "anonymous": false + }, + { + "type": "error", + "name": "EnforcedPause", + "inputs": [] + }, + { + "type": "error", + "name": "ExpectedPause", + "inputs": [] + }, + { + "type": "error", + "name": "FailedApproval", + "inputs": [ + { + "name": "token", + "type": "address", + "internalType": "address" + }, + { + "name": "amount", + "type": "uint128", + "internalType": "uint128" + } + ] + }, + { + "type": "error", + "name": "OwnableInvalidOwner", + "inputs": [ + { + "name": "owner", + "type": "address", + "internalType": "address" + } + ] + }, + { + "type": "error", + "name": "OwnableUnauthorizedAccount", + "inputs": [ + { + "name": "account", + "type": "address", + "internalType": "address" + } + ] + } +] + +export const evmVoiceAbi = [ + { + "type": "function", + "name": "getExpectedProxyAddress", + "inputs": [ + { + "name": "sender", + "type": "tuple", + "internalType": "struct EvmVoice.Sender", + "components": [ + { + "name": "connection", + "type": "string", + "internalType": "string" + }, + { + "name": "port", + "type": "string", + "internalType": "string" + }, + { + "name": "sender", + "type": "string", + "internalType": "string" + } + ] + } + ], + "outputs": [ + { + "name": "", + "type": "address", + "internalType": "address" + } + ], + "stateMutability": "view" + }, + { + "type": "function", + "name": "getProxyAddress", + "inputs": [ + { + "name": "sender", + "type": "tuple", + "internalType": "struct EvmVoice.Sender", + "components": [ + { + "name": "connection", + "type": "string", + "internalType": "string" + }, + { + "name": "port", + "type": "string", + "internalType": "string" + }, + { + "name": "sender", + "type": "string", + "internalType": "string" + } + ] + } + ], + "outputs": [ + { + "name": "", + "type": "address", + "internalType": "address" + } + ], + "stateMutability": "view" + }, +] + +export const crocImpactAbi = [ + { + "type": "constructor", + "inputs": [ + { + "name": "dex", + "type": "address", + "internalType": "address" + } + ], + "stateMutability": "nonpayable" + }, + { + "type": "function", + "name": "calcImpact", + "inputs": [ + { + "name": "base", + "type": "address", + "internalType": "address" + }, + { + "name": "quote", + "type": "address", + "internalType": "address" + }, + { + "name": "poolIdx", + "type": "uint256", + "internalType": "uint256" + }, + { + "name": "isBuy", + "type": "bool", + "internalType": "bool" + }, + { + "name": "inBaseQty", + "type": "bool", + "internalType": "bool" + }, + { + "name": "qty", + "type": "uint128", + "internalType": "uint128" + }, + { + "name": "poolTip", + "type": "uint16", + "internalType": "uint16" + }, + { + "name": "limitPrice", + "type": "uint128", + "internalType": "uint128" + } + ], + "outputs": [ + { + "name": "baseFlow", + "type": "int128", + "internalType": "int128" + }, + { + "name": "quoteFlow", + "type": "int128", + "internalType": "int128" + }, + { + "name": "finalPrice", + "type": "uint128", + "internalType": "uint128" + } + ], + "stateMutability": "view" + }, + { + "type": "function", + "name": "dex_", + "inputs": [], + "outputs": [ + { + "name": "", + "type": "address", + "internalType": "address" + } + ], + "stateMutability": "view" + } +] diff --git a/app/src/lib/swap/action-msgs.ts b/app/src/lib/swap/action-msgs.ts new file mode 100644 index 0000000000..c8188798af --- /dev/null +++ b/app/src/lib/swap/action-msgs.ts @@ -0,0 +1,99 @@ +// Actions to perform on the EVM side using Abstract Action contracts +import { encodeFunctionData } from 'viem'; +import { EVM_CONTRACTS, UCS01_CHANNELS } from './constants'; +import { bexActionsAbi, ibcTokenActionsAbi } from './abis'; +import { cosmosToEvmAddress } from '$lib/wallet/utilities/derive-address'; +import { isSupportedChainId } from './helpers'; +import type { EvmAddress } from '$lib/wallet/types'; + +type EvmMsg = { + call: { + to: string; + data: string; + allow_failure?: boolean; + value?: boolean; + } + } | { + delegate_call: { + to: string; + data: string; + allow_failure?: boolean; + value?: boolean; + } +} + +export const sendFullBalanceBackMsg = ({ evmChainId, tokens, unionReceiverAddress }: { evmChainId: string, tokens: string[], unionReceiverAddress: `union${string}` }): EvmMsg => { + if (!isSupportedChainId(evmChainId)) { + throw new Error(`Unsupported chain id: ${evmChainId}`) + } + + const ibcActionsAddress = EVM_CONTRACTS[evmChainId].ibc_actions + return { + delegate_call: { + to: ibcActionsAddress, + data: encodeFunctionData({ + abi: ibcTokenActionsAbi, + functionName: "ibcSendPercentage", + args: [ + ibcActionsAddress, + { + tokens: tokens.map((token) => ({ + denom: token, + // 100% + percentage: 1e6 + })), + // TODO: EVM UCS channel id + channelId: UCS01_CHANNELS[evmChainId], + // TODO: User hex address on Union + receiver: cosmosToEvmAddress(unionReceiverAddress), + // receiver: "15cbba30256b961c37b3fd7224523abdf562fd72", + extension: "" + } + ] + }).slice(2), + allow_failure: true + } + } +} + +type SwapActionParams = { baseAsset: EvmAddress, quoteAsset: EvmAddress, swapAmount: bigint } + +export const swapActionMsg = ({ evmChainId, baseAsset, quoteAsset, swapAmount }: { evmChainId: string } & SwapActionParams): EvmMsg => { + switch (evmChainId) { + case '80084': { + return bexSwapActionMsg({ baseAsset, quoteAsset, swapAmount }) + } + default: + throw new Error(`Unsupported chain id: ${evmChainId}`) + } +} + +/** + * Actions to perform on bexswap specifically. + */ +export const bexSwapActionMsg = ({ baseAsset, quoteAsset, swapAmount }: SwapActionParams): EvmMsg => { + + const bexSwapActionsAddress = EVM_CONTRACTS['80084'].bex_actions + + return { + delegate_call: { + to: bexSwapActionsAddress, + data: encodeFunctionData({ + abi: bexActionsAbi, + functionName: "swap", + args: [ + bexSwapActionsAddress, + { + base: baseAsset, + quote: quoteAsset, + // amount? + quantity: swapAmount, + isBuy: true + } + ] + }).slice(2), + allow_failure: true + }, + } +} + diff --git a/app/src/lib/swap/constants.ts b/app/src/lib/swap/constants.ts new file mode 100644 index 0000000000..090cef6f70 --- /dev/null +++ b/app/src/lib/swap/constants.ts @@ -0,0 +1,55 @@ +type SupportedChainId = keyof typeof EVM_CONTRACTS +export type SupportedEvmVoiceChainId = SupportedChainId + +export const EVM_CONTRACTS = { + ['80084']: { + evm_voice: '0xAbAbdA590fb700d753a5b2134f653269D790A245', + bex_actions: '0x522C5cA7440573Cf11F567347Bcc09Bb9292968b', + ibc_actions: '0x00d14FB2734690E18D06f62656cbAb048B694AE1', + ibc_handler: "0x851c0EB711fe5C7c8fe6dD85d9A0254C8dd11aFD", + ucs01_handler: "0x6F270608fB562133777AF0f71F6386ffc1737C30", + croc_impact: '0xCfEa3579a06e2e9a596D311486D12B3a49a919Cd', + muno: '0x08247b1C6D6AACF6C655f711661D5810380C8385' + } +} as const + +export const EVM_TO_UNION_CONNECTIONS = { + ['80084']: 'connection-0' +} as const + +export const SWAPPABLE_ASSETS = { + ['80084']: [{ + display_symbol: 'HONEY', + symbol: 'HONEY', + name: 'Honey', + address: '0x0E4aaF1351de4c0264C5c7056Ef3777b41BD8e03', + unionDenom: 'factory/union1m87a5scxnnk83wfwapxlufzm58qe2v65985exff70z95a2yr86yq7hl08h/0x6263f6409ba2cd53e84f2bc19a5e718e25b5c7e499' + }, + { + display_symbol: 'UNO', + symbol: 'UNO', + name: 'Uno', + address: '0x08247b1C6D6AACF6C655f711661D5810380C8385', + unionDenom: 'muno' + }] +} as const + +type SwappableAssetSymbol = typeof SWAPPABLE_ASSETS[T][number]['display_symbol']; + +export const PAIRS: {[K in SupportedChainId]: Array>> } = { + ['80084']: [ + // ['BASE', 'QUOTE'] + ['UNO', 'HONEY'] + ] +} as const + +export const UCS01_CHANNELS = { + ['80084']: 'channel-3' +} as const + +export const BERACHAIN_CONTRACTS = EVM_CONTRACTS['80084'] + +export const UNION_CONTRACTS = { + evm_note: 'union19wjl2750am9nce4tc8l4dl4lnwrvvdp2h8ueaepqu52kqn9t9pnq7k3jpp', + ucs01_forwarder: 'union1m87a5scxnnk83wfwapxlufzm58qe2v65985exff70z95a2yr86yq7hl08h' +} as const diff --git a/app/src/lib/swap/helpers.ts b/app/src/lib/swap/helpers.ts new file mode 100644 index 0000000000..c9ad06b9c2 --- /dev/null +++ b/app/src/lib/swap/helpers.ts @@ -0,0 +1,4 @@ +import { type SupportedEvmVoiceChainId, EVM_CONTRACTS } from './constants'; + + +export const isSupportedChainId = (chainId: string): chainId is SupportedEvmVoiceChainId => chainId in EVM_CONTRACTS; diff --git a/app/src/lib/swap/mutations.ts b/app/src/lib/swap/mutations.ts new file mode 100644 index 0000000000..6cf635d9fb --- /dev/null +++ b/app/src/lib/swap/mutations.ts @@ -0,0 +1,106 @@ +import { createMutation } from "@tanstack/svelte-query"; +import { UNION_CONTRACTS } from "./constants"; +import { UnionClient } from "@union/client"; +import { sendFullBalanceBackMsg, swapActionMsg } from "./action-msgs"; +import { toast } from "svelte-sonner"; +import type { Chain } from "$lib/types"; +import type { EvmAddress } from "$lib/wallet/types"; + +interface TransferToEvmParams { + unionClient: UnionClient; + asset: { + denom: string + amount: bigint + } + channelId: `channel-${string}` + receiver: EvmAddress; +} + +export const createTransferToEvmMutation = () => createMutation({ + mutationFn: async ({ + unionClient: cosmosClient, + asset: { denom, amount }, + channelId, + receiver, + }: TransferToEvmParams) => { + await cosmosClient.transferAssets({ + kind: "cosmwasm", + instructions: [ + { + contractAddress: UNION_CONTRACTS.ucs01_forwarder, + msg: { + transfer: { + channel: channelId, + receiver: receiver.slice(2), + memo: "" + } + }, + funds: [{ denom: denom, amount: amount.toString() }] + } + ] + }); + }, + onError: (error) => { + toast.error(`Transfer to EVM failed: ${error.message}`); + }, + onSuccess: () => { + toast.success("Transfer to EVM completed successfully"); + }, +}); + + +interface EvmSwapParams { + unionClient: UnionClient + toChain: Chain + fromAssetAddress: EvmAddress; + toAssetAddress: EvmAddress; + amount: bigint; + receiverAddrUnion: `union${string}`; +} + +export const createEvmSwapMutation = () => createMutation({ + mutationFn: async ({ + unionClient: cosmosClient, + toChain, + toAssetAddress, + amount: parsedSwapAmount, + fromAssetAddress: baseAsset, + receiverAddrUnion: unionAddr, + }: EvmSwapParams) => { + // Perform the swap + const evmNoteMsg = [ + { + contractAddress: UNION_CONTRACTS.evm_note, + msg: { + execute: { + msgs: [ + swapActionMsg({ + evmChainId: toChain.chain_id, + baseAsset, + quoteAsset: toAssetAddress, + swapAmount: parsedSwapAmount + }), + sendFullBalanceBackMsg({ + evmChainId: toChain.chain_id, + tokens: [toAssetAddress], + unionReceiverAddress: unionAddr + }), + ], + callback: null, + timeout_seconds: "5000000" + } + } + } + ]; + + return await cosmosClient.cosmwasmMessageExecuteContract(evmNoteMsg); + }, + onError: (error) => { + toast.error(`Swap failed: ${error.message}`); + }, + onSuccess: (cosmosTransfer) => { + console.log(`https://explorer.nodestake.org/union-testnet/tx/${cosmosTransfer.transactionHash}`); + toast.success("Swap completed successfully"); + }, +}); + diff --git a/app/src/lib/swap/queries.ts b/app/src/lib/swap/queries.ts new file mode 100644 index 0000000000..43c2c544a5 --- /dev/null +++ b/app/src/lib/swap/queries.ts @@ -0,0 +1,58 @@ +import { createQuery } from '@tanstack/svelte-query'; +import { readContract } from '@wagmi/core'; +import { crocImpactAbi, evmVoiceAbi } from "./abis"; +import { BERACHAIN_CONTRACTS, UNION_CONTRACTS } from './constants'; // Assuming you have this import +import { config } from '$lib/wallet/evm/config'; +import type { EvmAddress } from '$lib/wallet/types'; + +export const bexSwapEstimateQuery = ({ baseAsset, quoteAsset, baseAmount }: { baseAsset: string | undefined; quoteAsset: string | undefined; baseAmount: bigint }) => { + return createQuery({ + queryKey: ['bexSwapEstimate', baseAsset, quoteAsset, baseAmount], + queryFn: async () => { + if (!baseAsset || !quoteAsset || !baseAmount) { + throw new Error('Invalid input'); + } + const result = await readContract(config, { + chainId: 80084, + abi: crocImpactAbi, + address: BERACHAIN_CONTRACTS.croc_impact, + functionName: 'calcImpactCall', + args: [ + baseAsset, + quoteAsset, + 36000n, // poolIdx + true, // isBuy + true, // inBaseQty + baseAmount, // qty + 0n, // poolTip + 21267430153580247136652501917186561137n // limitPrice + ], + }); + + return result; + }, + enabled: !!baseAsset && !!quoteAsset && !!baseAmount, + }); +}; + +export const evmProxyAddressQuery = ({ cosmosAddress, connectionId, evmChainId }: { cosmosAddress: `union${string}` | null; connectionId: string, evmChainId: string }) => (createQuery({ + queryKey: ['evmProxyAddress', evmChainId, cosmosAddress], + queryFn: async () => { + if (!cosmosAddress) throw new Error('Cosmos address is required') + + return readContract(config, { + chainId: 80084, // TODO: Don't hardcode this + abi: evmVoiceAbi, + address: BERACHAIN_CONTRACTS.evm_voice, + functionName: 'getExpectedProxyAddress', + args: [{ + // connection from evm -> union + connection: connectionId, + // port on union + port: `wasm.${UNION_CONTRACTS.evm_note}`, + sender: cosmosAddress + }] + }) as Promise + }, + enabled: !!cosmosAddress +})) diff --git a/lib/forge-std b/lib/forge-std new file mode 160000 index 0000000000..1ce7535a51 --- /dev/null +++ b/lib/forge-std @@ -0,0 +1 @@ +Subproject commit 1ce7535a517406b9aec7ea1ea27c1b41376f712c diff --git a/lib/openzeppelin-contracts-upgradeable b/lib/openzeppelin-contracts-upgradeable new file mode 160000 index 0000000000..e34abf67ea --- /dev/null +++ b/lib/openzeppelin-contracts-upgradeable @@ -0,0 +1 @@ +Subproject commit e34abf67ea97b7e6a3bdfe6073ab0aeb32ad747e diff --git a/lib/openzeppelin-foundry-upgrades b/lib/openzeppelin-foundry-upgrades new file mode 160000 index 0000000000..4cd15fc50b --- /dev/null +++ b/lib/openzeppelin-foundry-upgrades @@ -0,0 +1 @@ +Subproject commit 4cd15fc50b141c77d8cc9ff8efb44d00e841a299 diff --git a/lib/solidity-stringutils b/lib/solidity-stringutils new file mode 160000 index 0000000000..4b2fcc43fa --- /dev/null +++ b/lib/solidity-stringutils @@ -0,0 +1 @@ +Subproject commit 4b2fcc43fa0426e19ce88b1f1ec16f5903a2e461