From e7b40e2068dbc2e4ff8823b942c6aba54b9d6732 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Thu, 16 May 2024 17:38:07 -0700 Subject: [PATCH 01/17] Introspect bitmap_v3 --- block-streamer/schema.json | 27160 ++++++++++++++++++++++++++++++++ block-streamer/src/graphql.rs | 0 2 files changed, 27160 insertions(+) create mode 100644 block-streamer/schema.json create mode 100644 block-streamer/src/graphql.rs diff --git a/block-streamer/schema.json b/block-streamer/schema.json new file mode 100644 index 000000000..5b08103d9 --- /dev/null +++ b/block-streamer/schema.json @@ -0,0 +1,27160 @@ +{ + "data": { + "__schema": { + "directives": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "if", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + ], + "description": "whether this query should be included", + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], + "name": "include" + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "if", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + ], + "description": "whether this query should be skipped", + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], + "name": "skip" + }, + { + "args": [ + { + "defaultValue": "60", + "description": "measured in seconds", + "name": "ttl", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": "false", + "description": "refresh the cache entry", + "name": "refresh", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + } + ], + "description": "whether this query should be cached (Hasura Cloud only)", + "locations": [ + "QUERY" + ], + "name": "cached" + } + ], + "mutationType": { + "name": "mutation_root" + }, + "queryType": { + "name": "query_root" + }, + "subscriptionType": { + "name": "subscription_root" + }, + "types": [ + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "Boolean", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "Float", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "Int", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "String", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column match the given case-insensitive pattern", + "name": "_ilike", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "does the column match the given POSIX regular expression, case insensitive", + "name": "_iregex", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column match the given pattern", + "name": "_like", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column NOT match the given case-insensitive pattern", + "name": "_nilike", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "does the column NOT match the given POSIX regular expression, case insensitive", + "name": "_niregex", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column NOT match the given pattern", + "name": "_nlike", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column NOT match the given POSIX regular expression, case sensitive", + "name": "_nregex", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column NOT match the given SQL regular expression", + "name": "_nsimilar", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column match the given POSIX regular expression, case sensitive", + "name": "_regex", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column match the given SQL regular expression", + "name": "_similar", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "args", + "type": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "isRepeatable", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "locations", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "__Directive", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deprecationReason", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "isDeprecated", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "__EnumValue", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "args", + "type": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "deprecationReason", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "isDeprecated", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "__Field", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "defaultValue", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "__InputValue", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "directives", + "type": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "mutationType", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "queryType", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "subscriptionType", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "types", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "__Schema", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "description", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": "false", + "description": null, + "name": "includeDeprecated", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "enumValues", + "type": { + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": "false", + "description": null, + "name": "includeDeprecated", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "fields", + "type": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "inputFields", + "type": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "interfaces", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "kind", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__TypeKind", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ofType", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "possibleTypes", + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "__Type", + "possibleTypes": null + }, + { + "description": null, + "enumValues": [ + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "ENUM" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INPUT_OBJECT" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "INTERFACE" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "LIST" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "NON_NULL" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "OBJECT" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "SCALAR" + }, + { + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "UNION" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "__TypeKind", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "bigint", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"bigint\". All fields are combined with logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "possibleTypes": null + }, + { + "description": "ordering argument of a cursor", + "enumValues": [ + { + "deprecationReason": null, + "description": "ascending ordering of the cursor", + "isDeprecated": false, + "name": "ASC" + }, + { + "deprecationReason": null, + "description": "descending ordering of the cursor", + "isDeprecated": false, + "name": "DESC" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "cursor_ordering", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_benchmark_indexer.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_benchmark_indexer.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_benchmark_indexer.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_benchmark_indexer.indexer_storage\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_benchmark_indexer.indexer_storage\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_benchmark_indexer.indexer_storage\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "function_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "key_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_benchmark_indexer_indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_benchmark_indexer.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_benchmark_indexer.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_benchmark_indexer.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_benchmark_indexer.sys_logs\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_benchmark_indexer.sys_logs\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_benchmark_indexer.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_benchmark_indexer_sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_sum_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_benchmark_indexer.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_benchmark_indexer.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_benchmark_indexer.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_benchmark_indexer.sys_metadata\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_benchmark_indexer.sys_metadata\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_benchmark_indexer.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_benchmark_indexer_sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "bitmap", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v3.actions_index\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "bitmap", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "first_block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max_index", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"receiver_id\", \"block_date\"", + "isDeprecated": false, + "name": "actions_index_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_constraint", + "possibleTypes": null + }, + { + "description": "input type for incrementing numeric columns in table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_inc_input", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "bitmap", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "bitmap", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_date", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receiver_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "bitmap", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_date", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receiver_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v3.actions_index\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "bitmap", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "first_block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max_index", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_bitmap_v3.actions_index", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "bitmap" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "first_block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "last_elias_gamma_start_bit" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "max_index" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receiver_id" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "bitmap", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_set_input", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_bitmap_v3_actions_index\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "bitmap", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_sum_fields", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_bitmap_v3.actions_index\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "bitmap" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "first_block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "last_elias_gamma_start_bit" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "max_index" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receiver_id" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_updates", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "first_block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_elias_gamma_start_bit", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max_index", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v3.sys_logs\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"id\", \"date\"", + "isDeprecated": false, + "name": "sys_logs_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_constraint", + "possibleTypes": null + }, + { + "description": "input type for incrementing numeric columns in table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v3.sys_logs\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_bitmap_v3.sys_logs", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_bitmap_v3_sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_sum_fields", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_bitmap_v3.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_updates", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v3.sys_metadata\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"attribute\"", + "isDeprecated": false, + "name": "sys_metadata_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_constraint", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v3.sys_metadata\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_bitmap_v3.sys_metadata", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_bitmap_v3_sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_bitmap_v3.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_updates", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "An object relationship", + "isDeprecated": false, + "name": "post", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "count", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "arguments", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "predicate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_fields", + "possibleTypes": null + }, + { + "description": "order by aggregate values of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_avg_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_max_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_variance_order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_avg_fields", + "possibleTypes": null + }, + { + "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_avg_order_by", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.comments\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_max_fields", + "possibleTypes": null + }, + { + "description": "order by max() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_max_order_by", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_fields", + "possibleTypes": null + }, + { + "description": "order by min() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_order_by", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.comments\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "account_id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "content" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "post_id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receipt_id" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_fields", + "possibleTypes": null + }, + { + "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_order_by", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_fields", + "possibleTypes": null + }, + { + "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_order_by", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_pop_fields", + "possibleTypes": null + }, + { + "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_samp_fields", + "possibleTypes": null + }, + { + "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_variance_fields", + "possibleTypes": null + }, + { + "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_variance_order_by", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "An object relationship", + "isDeprecated": false, + "name": "post", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "count", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "arguments", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "predicate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", + "possibleTypes": null + }, + { + "description": "order by aggregate values of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "avg", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "count", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_max_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_min_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "stddev", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "stddev_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "stddev_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "sum", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_avg_fields", + "possibleTypes": null + }, + { + "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.post_likes\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_max_fields", + "possibleTypes": null + }, + { + "description": "order by max() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_max_order_by", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_min_fields", + "possibleTypes": null + }, + { + "description": "order by min() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_min_order_by", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.post_likes\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "account_id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "post_id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receipt_id" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", + "possibleTypes": null + }, + { + "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_sum_fields", + "possibleTypes": null + }, + { + "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", + "possibleTypes": null + }, + { + "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", + "possibleTypes": null + }, + { + "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_variance_fields", + "possibleTypes": null + }, + { + "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.posts\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "JSON select path", + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "accounts_liked", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An array relationship", + "isDeprecated": false, + "name": "comments", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An aggregate relationship", + "isDeprecated": false, + "name": "comments_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An array relationship", + "isDeprecated": false, + "name": "post_likes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An aggregate relationship", + "isDeprecated": false, + "name": "post_likes_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.posts\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.posts\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.posts\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "accounts_liked", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "comments", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "comments_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_comment_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_likes", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_likes_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.posts\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "accounts_liked", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "comments_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_comment_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_likes_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.posts\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "account_id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "accounts_liked" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "content" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "last_comment_timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receipt_id" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_posts\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "accounts_liked", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_sum_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_logs\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_logs\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_metadata\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_metadata\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.indexer_storage\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"function_name\", \"key_name\"", + "isDeprecated": false, + "name": "indexer_storage_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_constraint", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_test_fork.indexer_storage\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_test_fork.indexer_storage", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "function_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "key_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_test_fork_indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "function_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "key_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_updates", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_logs\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"id\", \"date\"", + "isDeprecated": false, + "name": "sys_logs_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_constraint", + "possibleTypes": null + }, + { + "description": "input type for incrementing numeric columns in table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_logs\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_test_fork.sys_logs", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_sum_fields", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_updates", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_metadata\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"attribute\"", + "isDeprecated": false, + "name": "sys_metadata_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_constraint", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_metadata\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_test_fork.sys_metadata", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_updates", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "date", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"date\". All fields are combined with logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "jsonb", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "String", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "jsonb_cast_exp", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"jsonb\". All fields are combined with logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_cast", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_cast_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "is the column contained in the given json value", + "name": "_contained_in", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the column contain the given json value at the top level", + "name": "_contains", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "does the string exist as a top-level key in the column", + "name": "_has_key", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "do all of these strings exist as top-level keys in the column", + "name": "_has_keys_all", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "do any of these strings exist as top-level keys in the column", + "name": "_has_keys_any", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp", + "possibleTypes": null + }, + { + "description": "mutation root", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete data from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "delete_darunrs_near_bitmap_v3_actions_index", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete single row from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "delete_darunrs_near_bitmap_v3_actions_index_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "delete_darunrs_near_bitmap_v3_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "delete_darunrs_near_bitmap_v3_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "delete_darunrs_near_bitmap_v3_sys_metadata", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "delete_darunrs_near_bitmap_v3_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete data from the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "delete_darunrs_near_test_fork_indexer_storage", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete single row from the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "delete_darunrs_near_test_fork_indexer_storage_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete data from the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "delete_darunrs_near_test_fork_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete single row from the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "delete_darunrs_near_test_fork_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete data from the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "delete_darunrs_near_test_fork_sys_metadata", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete single row from the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "delete_darunrs_near_test_fork_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert data into the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "insert_darunrs_near_bitmap_v3_actions_index", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "insert_darunrs_near_bitmap_v3_actions_index_one", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "insert_darunrs_near_bitmap_v3_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "insert_darunrs_near_bitmap_v3_sys_logs_one", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "insert_darunrs_near_bitmap_v3_sys_metadata", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "insert_darunrs_near_bitmap_v3_sys_metadata_one", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert data into the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "insert_darunrs_near_test_fork_indexer_storage", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert a single row into the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "insert_darunrs_near_test_fork_indexer_storage_one", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert data into the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "insert_darunrs_near_test_fork_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "insert_darunrs_near_test_fork_sys_logs_one", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert data into the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "insert_darunrs_near_test_fork_sys_metadata", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "insert_darunrs_near_test_fork_sys_metadata_one", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_actions_index", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_actions_index_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_actions_index_many", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_logs_many", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_metadata", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_metadata_many", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_indexer_storage", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_indexer_storage_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_indexer_storage_many", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_logs_many", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_metadata", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_metadata_many", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "mutation_root", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "numeric", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"numeric\". All fields are combined with logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "possibleTypes": null + }, + { + "description": "column ordering options", + "enumValues": [ + { + "deprecationReason": null, + "description": "in ascending order, nulls last", + "isDeprecated": false, + "name": "asc" + }, + { + "deprecationReason": null, + "description": "in ascending order, nulls first", + "isDeprecated": false, + "name": "asc_nulls_first" + }, + { + "deprecationReason": null, + "description": "in ascending order, nulls last", + "isDeprecated": false, + "name": "asc_nulls_last" + }, + { + "deprecationReason": null, + "description": "in descending order, nulls first", + "isDeprecated": false, + "name": "desc" + }, + { + "deprecationReason": null, + "description": "in descending order, nulls first", + "isDeprecated": false, + "name": "desc_nulls_first" + }, + { + "deprecationReason": null, + "description": "in descending order, nulls last", + "isDeprecated": false, + "name": "desc_nulls_last" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "order_by", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.comments\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_post_likes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.post_likes\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_post_likes_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_posts", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.posts\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_posts_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_posts_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_indexer_storage", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_test_fork_indexer_storage_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "query_root", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_logs_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.comments\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.comments\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_post_likes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.post_likes\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_post_likes_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.post_likes\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_post_likes_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_posts", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.posts\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_posts_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_posts_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.posts\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_posts_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_logs_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_sys_metadata_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_indexer_storage", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_test_fork_indexer_storage_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_indexer_storage_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_logs", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_logs_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_logs_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_test_fork_sys_metadata_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "subscription_root", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "timestamp", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"timestamp\". All fields are combined with logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_eq", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gt", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_gte", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lt", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_lte", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_neq", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "possibleTypes": null + } + ] + } + } +} \ No newline at end of file diff --git a/block-streamer/src/graphql.rs b/block-streamer/src/graphql.rs new file mode 100644 index 000000000..e69de29bb From bc89fe1cebf9881c95dfdc2de4d1e195cc72f292 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Fri, 17 May 2024 17:27:15 -0700 Subject: [PATCH 02/17] Some more testing --- block-streamer/Cargo.lock | 95 +- block-streamer/Cargo.toml | 1 + block-streamer/examples/graphql.rs | 33 + block-streamer/graphql/bitmap/query.graphql | 6 + .../{ => graphql/bitmap}/schema.json | 19703 +++++++++++----- .../src/graphql/get_bitmap_by_date.rs | 45 + coordinator/Cargo.lock | 97 +- 7 files changed, 13415 insertions(+), 6565 deletions(-) create mode 100644 block-streamer/examples/graphql.rs create mode 100644 block-streamer/graphql/bitmap/query.graphql rename block-streamer/{ => graphql/bitmap}/schema.json (80%) create mode 100644 block-streamer/src/graphql/get_bitmap_by_date.rs diff --git a/block-streamer/Cargo.lock b/block-streamer/Cargo.lock index 4e67d68ed..27ef2e10e 100644 --- a/block-streamer/Cargo.lock +++ b/block-streamer/Cargo.lock @@ -369,6 +369,12 @@ version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" +[[package]] +name = "ascii" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" + [[package]] name = "assert-json-diff" version = "1.1.0" @@ -961,6 +967,7 @@ dependencies = [ "cached", "chrono", "futures", + "graphql_client", "http 0.2.12", "lazy_static", "mockall", @@ -1259,6 +1266,19 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "3.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680" +dependencies = [ + "ascii", + "byteorder", + "either", + "memchr", + "unreachable", +] + [[package]] name = "combine" version = "4.6.7" @@ -1951,6 +1971,64 @@ version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +[[package]] +name = "graphql-introspection-query" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d" +dependencies = [ + "serde", +] + +[[package]] +name = "graphql-parser" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474" +dependencies = [ + "combine 3.8.1", + "thiserror", +] + +[[package]] +name = "graphql_client" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a50cfdc7f34b7f01909d55c2dcb71d4c13cbcbb4a1605d6c8bd760d654c1144b" +dependencies = [ + "graphql_query_derive", + "serde", + "serde_json", +] + +[[package]] +name = "graphql_client_codegen" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e27ed0c2cf0c0cc52c6bcf3b45c907f433015e580879d14005386251842fb0a" +dependencies = [ + "graphql-introspection-query", + "graphql-parser", + "heck 0.4.1", + "lazy_static", + "proc-macro2", + "quote", + "serde", + "serde_json", + "syn 1.0.109", +] + +[[package]] +name = "graphql_query_derive" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83febfa838f898cfa73dfaa7a8eb69ff3409021ac06ee94cfb3d622f6eeb1a97" +dependencies = [ + "graphql_client_codegen", + "proc-macro2", + "syn 1.0.109", +] + [[package]] name = "group" version = "0.12.1" @@ -3362,7 +3440,7 @@ dependencies = [ "arc-swap", "async-trait", "bytes", - "combine", + "combine 4.6.7", "futures", "futures-util", "itoa", @@ -4507,6 +4585,15 @@ version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +[[package]] +name = "unreachable" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" +dependencies = [ + "void", +] + [[package]] name = "unsafe-libyaml" version = "0.2.11" @@ -4560,6 +4647,12 @@ version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +[[package]] +name = "void" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" + [[package]] name = "vsimd" version = "0.8.0" diff --git a/block-streamer/Cargo.toml b/block-streamer/Cargo.toml index 1072c5e07..c4bd5b772 100644 --- a/block-streamer/Cargo.toml +++ b/block-streamer/Cargo.toml @@ -32,6 +32,7 @@ wildmatch = "2.1.1" registry-types = { path = "../registry/types" } near-lake-framework = "0.7.8" +graphql_client = "0.14.0" [build-dependencies] tonic-build = "0.10" diff --git a/block-streamer/examples/graphql.rs b/block-streamer/examples/graphql.rs new file mode 100644 index 000000000..9fe732e08 --- /dev/null +++ b/block-streamer/examples/graphql.rs @@ -0,0 +1,33 @@ +use graphql_client::{GraphQLQuery, Response}; +use std::error::Error; +use reqwest; + +#[allow(clippy::upper_case_acronyms)] +type URI = String; + +#[derive(GraphQLQuery)] +#[graphql( + schema_path = "graphql/bitmap/schema.json", + query_path = "graphql/bitmap/query.graphql", + response_derives = "Debug" +)] +struct GetBitmapByDate; + +async fn perform_my_query(variables: get_bitmap_by_date::Variables) -> Result<(), Box> { + + // this is the important line + let request_body = GetBitmapByDate::build_query(variables); + + let client = reqwest::Client::new(); + let mut res = client.post("/graphql").json(&request_body).send().await?; + let response_body: Response = res.json().await?; + println!("{:#?}", response_body); + Ok(()) +} + +fn main() -> Result<(), anyhow::Error> { + let variables = get_bitmap_by_date::Variables { + block_date: "2024-03-21", + }; + +} diff --git a/block-streamer/graphql/bitmap/query.graphql b/block-streamer/graphql/bitmap/query.graphql new file mode 100644 index 000000000..190a8fcb7 --- /dev/null +++ b/block-streamer/graphql/bitmap/query.graphql @@ -0,0 +1,6 @@ +query GetBitmapByDate($block_date: date) { + darunrs_near_bitmap_v5_actions_index(where: {block_date: {_eq: $block_date}}) { + bitmap + first_block_height + } +} diff --git a/block-streamer/schema.json b/block-streamer/graphql/bitmap/schema.json similarity index 80% rename from block-streamer/schema.json rename to block-streamer/graphql/bitmap/schema.json index 5b08103d9..d10e6709d 100644 --- a/block-streamer/schema.json +++ b/block-streamer/graphql/bitmap/schema.json @@ -7398,7 +7398,7 @@ "possibleTypes": null }, { - "description": "columns and relationships of \"darunrs_near_social_feed_test.comments\"", + "description": "columns and relationships of \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": [ { @@ -7406,7 +7406,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", + "name": "bitmap", "type": { "kind": "NON_NULL", "name": null, @@ -7422,13 +7422,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "block_date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "numeric", + "name": "date", "ofType": null } } @@ -7438,13 +7438,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "first_block_height", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "numeric", + "name": "Int", "ofType": null } } @@ -7454,13 +7454,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "content", + "name": "last_elias_gamma_start_bit", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } } @@ -7470,7 +7470,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "NON_NULL", "name": null, @@ -7486,29 +7486,13 @@ "deprecationReason": null, "description": "An object relationship", "isDeprecated": false, - "name": "post", + "name": "receiver", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", + "name": "darunrs_near_bitmap_v5_receivers", "ofType": null } } @@ -7518,13 +7502,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } } @@ -7533,11 +7517,11 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", + "name": "darunrs_near_bitmap_v5_actions_index", "possibleTypes": null }, { - "description": "aggregated selection of \"darunrs_near_social_feed_test.comments\"", + "description": "aggregated selection of \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": [ { @@ -7548,7 +7532,7 @@ "name": "aggregate", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_fields", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_fields", "ofType": null } }, @@ -7569,7 +7553,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", + "name": "darunrs_near_bitmap_v5_actions_index", "ofType": null } } @@ -7580,7 +7564,7 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate", "possibleTypes": null }, { @@ -7594,14 +7578,14 @@ "name": "count", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp_count", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp", "possibleTypes": null }, { @@ -7621,7 +7605,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", "ofType": null } } @@ -7643,7 +7627,7 @@ "name": "filter", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } }, @@ -7664,11 +7648,11 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp_count", "possibleTypes": null }, { - "description": "aggregate fields of \"darunrs_near_social_feed_test.comments\"", + "description": "aggregate fields of \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": [ { @@ -7679,7 +7663,7 @@ "name": "avg", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_fields", + "name": "darunrs_near_bitmap_v5_actions_index_avg_fields", "ofType": null } }, @@ -7697,7 +7681,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", "ofType": null } } @@ -7736,7 +7720,7 @@ "name": "max", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_fields", + "name": "darunrs_near_bitmap_v5_actions_index_max_fields", "ofType": null } }, @@ -7748,7 +7732,7 @@ "name": "min", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_fields", + "name": "darunrs_near_bitmap_v5_actions_index_min_fields", "ofType": null } }, @@ -7760,7 +7744,7 @@ "name": "stddev", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_fields", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_fields", "ofType": null } }, @@ -7772,7 +7756,7 @@ "name": "stddev_pop", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_fields", "ofType": null } }, @@ -7784,7 +7768,7 @@ "name": "stddev_samp", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_fields", "ofType": null } }, @@ -7796,7 +7780,7 @@ "name": "sum", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_fields", + "name": "darunrs_near_bitmap_v5_actions_index_sum_fields", "ofType": null } }, @@ -7808,7 +7792,7 @@ "name": "var_pop", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_fields", + "name": "darunrs_near_bitmap_v5_actions_index_var_pop_fields", "ofType": null } }, @@ -7820,7 +7804,7 @@ "name": "var_samp", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_fields", + "name": "darunrs_near_bitmap_v5_actions_index_var_samp_fields", "ofType": null } }, @@ -7832,7 +7816,7 @@ "name": "variance", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_fields", + "name": "darunrs_near_bitmap_v5_actions_index_variance_fields", "ofType": null } } @@ -7840,11 +7824,11 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_fields", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_fields", "possibleTypes": null }, { - "description": "order by aggregate values of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by aggregate values of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ @@ -7854,7 +7838,7 @@ "name": "avg", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_avg_order_by", "ofType": null } }, @@ -7874,7 +7858,7 @@ "name": "max", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_max_order_by", "ofType": null } }, @@ -7884,7 +7868,7 @@ "name": "min", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_min_order_by", "ofType": null } }, @@ -7894,7 +7878,7 @@ "name": "stddev", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_order_by", "ofType": null } }, @@ -7904,7 +7888,7 @@ "name": "stddev_pop", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_order_by", "ofType": null } }, @@ -7914,7 +7898,7 @@ "name": "stddev_samp", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_order_by", "ofType": null } }, @@ -7924,7 +7908,7 @@ "name": "sum", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_sum_order_by", "ofType": null } }, @@ -7934,7 +7918,7 @@ "name": "var_pop", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_var_pop_order_by", "ofType": null } }, @@ -7944,7 +7928,7 @@ "name": "var_samp", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_var_samp_order_by", "ofType": null } }, @@ -7954,14 +7938,14 @@ "name": "variance", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_variance_order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_order_by", "possibleTypes": null }, { @@ -7973,7 +7957,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -7985,7 +7969,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Float", @@ -7997,7 +7981,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Float", @@ -8009,7 +7993,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", "name": "Float", @@ -8020,18 +8004,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_fields", + "name": "darunrs_near_bitmap_v5_actions_index_avg_fields", "possibleTypes": null }, { - "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by avg() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -8041,7 +8025,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -8051,7 +8035,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -8061,7 +8045,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -8071,11 +8055,11 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_avg_order_by", "possibleTypes": null }, { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.comments\". All fields are combined with a logical 'AND'.", + "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.actions_index\". All fields are combined with a logical 'AND'.", "enumValues": null, "fields": null, "inputFields": [ @@ -8091,7 +8075,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } } @@ -8103,7 +8087,7 @@ "name": "_not", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } }, @@ -8119,7 +8103,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } } @@ -8128,7 +8112,7 @@ { "defaultValue": null, "description": null, - "name": "account_id", + "name": "bitmap", "type": { "kind": "INPUT_OBJECT", "name": "String_comparison_exp", @@ -8138,37 +8122,27 @@ { "defaultValue": null, "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", + "name": "block_date", "type": { "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", + "name": "date_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "content", + "name": "first_block_height", "type": { "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "name": "Int_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "last_elias_gamma_start_bit", "type": { "kind": "INPUT_OBJECT", "name": "Int_comparison_exp", @@ -8178,37 +8152,37 @@ { "defaultValue": null, "description": null, - "name": "post", + "name": "max_index", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", + "name": "Int_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver", "type": { "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "name": "bigint_comparison_exp", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "possibleTypes": null }, { @@ -8220,7 +8194,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", + "name": "bitmap", "type": { "kind": "SCALAR", "name": "String", @@ -8232,22 +8206,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", + "name": "block_date", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "date", "ofType": null } }, @@ -8256,10 +8218,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "content", + "name": "first_block_height", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -8268,7 +8230,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Int", @@ -8280,7 +8242,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Int", @@ -8292,10 +8254,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } } @@ -8303,28 +8265,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_fields", + "name": "darunrs_near_bitmap_v5_actions_index_max_fields", "possibleTypes": null }, { - "description": "order by max() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by max() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", + "name": "bitmap", "type": { "kind": "ENUM", "name": "order_by", @@ -8334,7 +8286,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "block_date", "type": { "kind": "ENUM", "name": "order_by", @@ -8344,7 +8296,7 @@ { "defaultValue": null, "description": null, - "name": "content", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -8354,7 +8306,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -8364,7 +8316,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -8374,7 +8326,7 @@ { "defaultValue": null, "description": null, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -8384,7 +8336,7 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_max_order_by", "possibleTypes": null }, { @@ -8396,7 +8348,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", + "name": "bitmap", "type": { "kind": "SCALAR", "name": "String", @@ -8408,22 +8360,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", + "name": "block_date", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "date", "ofType": null } }, @@ -8432,10 +8372,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "content", + "name": "first_block_height", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -8444,7 +8384,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Int", @@ -8456,7 +8396,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Int", @@ -8468,10 +8408,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } } @@ -8479,28 +8419,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_fields", + "name": "darunrs_near_bitmap_v5_actions_index_min_fields", "possibleTypes": null }, { - "description": "order by min() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by min() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", + "name": "bitmap", "type": { "kind": "ENUM", "name": "order_by", @@ -8510,7 +8440,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "block_date", "type": { "kind": "ENUM", "name": "order_by", @@ -8520,7 +8450,7 @@ { "defaultValue": null, "description": null, - "name": "content", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -8530,7 +8460,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -8540,7 +8470,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -8550,7 +8480,7 @@ { "defaultValue": null, "description": null, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -8560,18 +8490,18 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_min_order_by", "possibleTypes": null }, { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.comments\".", + "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.actions_index\".", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "account_id", + "name": "bitmap", "type": { "kind": "ENUM", "name": "order_by", @@ -8581,7 +8511,7 @@ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "block_date", "type": { "kind": "ENUM", "name": "order_by", @@ -8591,7 +8521,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -8601,7 +8531,7 @@ { "defaultValue": null, "description": null, - "name": "content", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -8611,7 +8541,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -8621,27 +8551,17 @@ { "defaultValue": null, "description": null, - "name": "post", + "name": "receiver", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", + "name": "darunrs_near_bitmap_v5_receivers_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -8651,60 +8571,54 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_order_by", "possibleTypes": null }, { - "description": "select columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "select columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": [ { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "account_id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" + "name": "bitmap" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "block_timestamp" + "name": "block_date" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "content" + "name": "first_block_height" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "id" + "name": "last_elias_gamma_start_bit" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "post_id" + "name": "max_index" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "receipt_id" + "name": "receiver_id" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", "possibleTypes": null }, { @@ -8716,7 +8630,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -8728,7 +8642,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Float", @@ -8740,7 +8654,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Float", @@ -8752,7 +8666,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", "name": "Float", @@ -8763,18 +8677,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_fields", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_fields", "possibleTypes": null }, { - "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by stddev() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -8784,7 +8698,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -8794,7 +8708,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -8804,7 +8718,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -8814,7 +8728,7 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_order_by", "possibleTypes": null }, { @@ -8826,7 +8740,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -8838,7 +8752,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Float", @@ -8850,7 +8764,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Float", @@ -8862,7 +8776,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", "name": "Float", @@ -8873,18 +8787,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_fields", "possibleTypes": null }, { - "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by stddev_pop() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -8894,7 +8808,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -8904,7 +8818,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -8914,7 +8828,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -8924,7 +8838,7 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_order_by", "possibleTypes": null }, { @@ -8936,7 +8850,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -8948,7 +8862,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Float", @@ -8960,7 +8874,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Float", @@ -8972,7 +8886,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", "name": "Float", @@ -8983,18 +8897,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_fields", "possibleTypes": null }, { - "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by stddev_samp() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -9004,7 +8918,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -9014,7 +8928,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -9024,7 +8938,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -9034,11 +8948,11 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_order_by", "possibleTypes": null }, { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_comments\"", + "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_actions_index\"", "enumValues": null, "fields": null, "inputFields": [ @@ -9051,7 +8965,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", + "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_value_input", "ofType": null } } @@ -9069,7 +8983,7 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stream_cursor_input", + "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_input", "possibleTypes": null }, { @@ -9080,7 +8994,7 @@ { "defaultValue": null, "description": null, - "name": "account_id", + "name": "bitmap", "type": { "kind": "SCALAR", "name": "String", @@ -9090,37 +9004,27 @@ { "defaultValue": null, "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", + "name": "block_date", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "date", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "content", + "name": "first_block_height", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Int", @@ -9130,7 +9034,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Int", @@ -9140,17 +9044,17 @@ { "defaultValue": null, "description": null, - "name": "receipt_id", + "name": "receiver_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", + "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_value_input", "possibleTypes": null }, { @@ -9162,10 +9066,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Int", "ofType": null } }, @@ -9174,10 +9078,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Int", "ofType": null } }, @@ -9186,7 +9090,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Int", @@ -9198,10 +9102,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", - "name": "Int", + "name": "bigint", "ofType": null } } @@ -9209,18 +9113,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_fields", + "name": "darunrs_near_bitmap_v5_actions_index_sum_fields", "possibleTypes": null }, { - "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by sum() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -9230,7 +9134,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -9240,7 +9144,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -9250,7 +9154,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -9260,7 +9164,7 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_sum_order_by", "possibleTypes": null }, { @@ -9272,7 +9176,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -9284,7 +9188,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Float", @@ -9296,7 +9200,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Float", @@ -9308,7 +9212,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", "name": "Float", @@ -9319,18 +9223,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_fields", + "name": "darunrs_near_bitmap_v5_actions_index_var_pop_fields", "possibleTypes": null }, { - "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by var_pop() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -9340,7 +9244,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -9350,7 +9254,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -9360,7 +9264,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -9370,7 +9274,7 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_var_pop_order_by", "possibleTypes": null }, { @@ -9382,7 +9286,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -9394,7 +9298,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Float", @@ -9406,7 +9310,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Float", @@ -9418,7 +9322,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", "name": "Float", @@ -9429,18 +9333,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_fields", + "name": "darunrs_near_bitmap_v5_actions_index_var_samp_fields", "possibleTypes": null }, { - "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by var_samp() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -9450,7 +9354,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -9460,7 +9364,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -9470,7 +9374,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -9480,7 +9384,7 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_var_samp_order_by", "possibleTypes": null }, { @@ -9492,7 +9396,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -9504,7 +9408,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "SCALAR", "name": "Float", @@ -9516,7 +9420,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "max_index", "type": { "kind": "SCALAR", "name": "Float", @@ -9528,7 +9432,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "SCALAR", "name": "Float", @@ -9539,18 +9443,18 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_fields", + "name": "darunrs_near_bitmap_v5_actions_index_variance_fields", "possibleTypes": null }, { - "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.comments\"", + "description": "order by variance() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "first_block_height", "type": { "kind": "ENUM", "name": "order_by", @@ -9560,7 +9464,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "last_elias_gamma_start_bit", "type": { "kind": "ENUM", "name": "order_by", @@ -9570,7 +9474,7 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "max_index", "type": { "kind": "ENUM", "name": "order_by", @@ -9580,7 +9484,7 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "receiver_id", "type": { "kind": "ENUM", "name": "order_by", @@ -9590,69 +9494,183 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_variance_order_by", "possibleTypes": null }, { - "description": "columns and relationships of \"darunrs_near_social_feed_test.post_likes\"", + "description": "columns and relationships of \"darunrs_near_bitmap_v5.receivers\"", "enumValues": null, "fields": [ { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "post", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An array relationship", + "isDeprecated": false, + "name": "actions_index", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An aggregate relationship", + "isDeprecated": false, + "name": "actions_index_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate", "ofType": null } } @@ -9662,13 +9680,13 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "bigint", "ofType": null } } @@ -9678,7 +9696,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "receiver", "type": { "kind": "NON_NULL", "name": null, @@ -9693,11 +9711,11 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", + "name": "darunrs_near_bitmap_v5_receivers", "possibleTypes": null }, { - "description": "aggregated selection of \"darunrs_near_social_feed_test.post_likes\"", + "description": "aggregated selection of \"darunrs_near_bitmap_v5.receivers\"", "enumValues": null, "fields": [ { @@ -9708,7 +9726,7 @@ "name": "aggregate", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", + "name": "darunrs_near_bitmap_v5_receivers_aggregate_fields", "ofType": null } }, @@ -9729,7 +9747,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", + "name": "darunrs_near_bitmap_v5_receivers", "ofType": null } } @@ -9740,95 +9758,11 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", + "name": "darunrs_near_bitmap_v5_receivers_aggregate", "possibleTypes": null }, { - "description": "aggregate fields of \"darunrs_near_social_feed_test.post_likes\"", + "description": "aggregate fields of \"darunrs_near_bitmap_v5.receivers\"", "enumValues": null, "fields": [ { @@ -9839,7 +9773,7 @@ "name": "avg", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_fields", + "name": "darunrs_near_bitmap_v5_receivers_avg_fields", "ofType": null } }, @@ -9857,7 +9791,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", + "name": "darunrs_near_bitmap_v5_receivers_select_column", "ofType": null } } @@ -9896,7 +9830,7 @@ "name": "max", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_fields", + "name": "darunrs_near_bitmap_v5_receivers_max_fields", "ofType": null } }, @@ -9908,7 +9842,7 @@ "name": "min", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_fields", + "name": "darunrs_near_bitmap_v5_receivers_min_fields", "ofType": null } }, @@ -9920,7 +9854,7 @@ "name": "stddev", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", + "name": "darunrs_near_bitmap_v5_receivers_stddev_fields", "ofType": null } }, @@ -9932,7 +9866,7 @@ "name": "stddev_pop", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", + "name": "darunrs_near_bitmap_v5_receivers_stddev_pop_fields", "ofType": null } }, @@ -9944,7 +9878,7 @@ "name": "stddev_samp", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", + "name": "darunrs_near_bitmap_v5_receivers_stddev_samp_fields", "ofType": null } }, @@ -9956,7 +9890,7 @@ "name": "sum", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_fields", + "name": "darunrs_near_bitmap_v5_receivers_sum_fields", "ofType": null } }, @@ -9968,7 +9902,7 @@ "name": "var_pop", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", + "name": "darunrs_near_bitmap_v5_receivers_var_pop_fields", "ofType": null } }, @@ -9980,7 +9914,7 @@ "name": "var_samp", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", + "name": "darunrs_near_bitmap_v5_receivers_var_samp_fields", "ofType": null } }, @@ -9992,7 +9926,7 @@ "name": "variance", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_fields", + "name": "darunrs_near_bitmap_v5_receivers_variance_fields", "ofType": null } } @@ -10000,132 +9934,265 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", + "name": "darunrs_near_bitmap_v5_receivers_aggregate_fields", "possibleTypes": null }, { - "description": "order by aggregate values of table \"darunrs_near_social_feed_test.post_likes\"", + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.receivers\". All fields are combined with a logical 'AND'.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "avg", + "name": "_and", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "count", + "name": "_not", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "max", + "name": "_or", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_order_by", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "min", + "name": "actions_index", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "stddev", + "name": "actions_index_aggregate", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "stddev_pop", + "name": "id", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", + "name": "bigint_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "stddev_samp", + "name": "receiver", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "sum", + "isDeprecated": false, + "name": "receiver", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", "ofType": null } }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receiver", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.receivers\".", + "enumValues": null, + "fields": null, + "inputFields": [ { "defaultValue": null, "description": null, - "name": "var_pop", + "name": "actions_index_aggregate", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "var_samp", + "name": "id", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "variance", + "name": "receiver", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", + "name": "darunrs_near_bitmap_v5_receivers_order_by", "possibleTypes": null }, { - "description": "aggregate avg on columns", + "description": "select columns of table \"darunrs_near_bitmap_v5.receivers\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receiver" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_receivers_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", "enumValues": null, "fields": [ { @@ -10133,31 +10200,53 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", @@ -10168,169 +10257,77 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_fields", + "name": "darunrs_near_bitmap_v5_receivers_stddev_samp_fields", "possibleTypes": null }, { - "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_receivers\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", + "description": "Stream column input with initial value", + "name": "initial_value", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_value_input", + "ofType": null + } } }, { "defaultValue": null, - "description": null, - "name": "post_id", + "description": "cursor ordering", + "name": "ordering", "type": { "kind": "ENUM", - "name": "order_by", + "name": "cursor_ordering", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", + "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_input", "possibleTypes": null }, { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.post_likes\". All fields are combined with a logical 'AND'.", + "description": "Initial value of the column from where the streaming should start", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "_and", + "name": "id", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", + "kind": "SCALAR", + "name": "bigint", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "receipt_id", + "name": "receiver", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "kind": "SCALAR", + "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_value_input", "possibleTypes": null }, { - "description": "aggregate max on columns", + "description": "aggregate sum on columns", "enumValues": null, "fields": [ { @@ -10338,58 +10335,33 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "SCALAR", - "name": "Int", + "name": "bigint", "ofType": null } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_sum_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } } @@ -10397,72 +10369,34 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_fields", + "name": "darunrs_near_bitmap_v5_receivers_var_pop_fields", "possibleTypes": null }, { - "description": "order by max() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "description": "aggregate var_samp on columns", "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "receipt_id", + "isDeprecated": false, + "name": "id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Float", "ofType": null } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_order_by", + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_var_samp_fields", "possibleTypes": null }, { - "description": "aggregate min on columns", + "description": "aggregate variance on columns", "enumValues": null, "fields": [ { @@ -10470,13 +10404,24 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", + "name": "id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_bitmap_v5.sys_logs\"", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, @@ -10494,11 +10439,15 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "date", "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } } }, { @@ -10506,11 +10455,15 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } } }, { @@ -10518,195 +10471,297 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "level", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_fields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "account_id", + "isDeprecated": false, + "name": "message", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_height", + "isDeprecated": false, + "name": "timestamp", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_timestamp", + "isDeprecated": false, + "name": "type", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_bitmap_v5.sys_logs\"", + "enumValues": null, + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "post_id", + "isDeprecated": false, + "name": "aggregate", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_aggregate_fields", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "receipt_id", + "isDeprecated": false, + "name": "nodes", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs", + "ofType": null + } + } + } } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_order_by", + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", "possibleTypes": null }, { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.post_likes\".", + "description": "aggregate fields of \"darunrs_near_bitmap_v5.sys_logs\"", "enumValues": null, - "fields": null, - "inputFields": [ + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "account_id", + "isDeprecated": false, + "name": "avg", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_avg_fields", "ofType": null } }, { - "defaultValue": null, + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, "description": null, - "name": "block_height", + "isDeprecated": false, + "name": "count", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_timestamp", + "isDeprecated": false, + "name": "max", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_max_fields", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "post", + "isDeprecated": false, + "name": "min", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_min_fields", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "post_id", + "isDeprecated": false, + "name": "stddev", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_stddev_fields", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "receipt_id", + "isDeprecated": false, + "name": "stddev_pop", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_stddev_pop_fields", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": [ + }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "account_id" + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_stddev_samp_fields", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "block_height" + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_sum_fields", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "block_timestamp" + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_var_pop_fields", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "post_id" + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_var_samp_fields", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "receipt_id" + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_variance_fields", + "ofType": null + } } ], - "fields": null, "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_aggregate_fields", "possibleTypes": null }, { - "description": "aggregate stddev on columns", + "description": "aggregate avg on columns", "enumValues": null, "fields": [ { @@ -10726,19 +10781,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", @@ -10749,140 +10792,138 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", + "name": "darunrs_near_bitmap_v5_sys_logs_avg_fields", "possibleTypes": null }, { - "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.sys_logs\". All fields are combined with a logical 'AND'.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "_and", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "_not", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "post_id", + "name": "_or", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", + "ofType": null + } + } } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "block_timestamp", + "name": "date", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "block_height", + "name": "level", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "message", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "post_id", + "name": "timestamp", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", "possibleTypes": null }, { - "description": "aggregate stddev_samp on columns", + "description": "aggregate max on columns", "enumValues": null, "fields": [ { @@ -10893,7 +10934,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "Float", + "name": "numeric", "ofType": null } }, @@ -10902,10 +10943,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "date", "type": { "kind": "SCALAR", - "name": "Float", + "name": "date", "ofType": null } }, @@ -10914,145 +10955,150 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "SCALAR", - "name": "Float", + "name": "bigint", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_height", + "isDeprecated": false, + "name": "level", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_timestamp", + "isDeprecated": false, + "name": "message", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "post_id", + "isDeprecated": false, + "name": "timestamp", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_max_fields", "possibleTypes": null }, { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_post_likes\"", + "description": "aggregate min on columns", "enumValues": null, - "fields": null, - "inputFields": [ + "fields": [ { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", - "ofType": null - } + "kind": "SCALAR", + "name": "numeric", + "ofType": null } }, { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", "type": { - "kind": "ENUM", - "name": "cursor_ordering", + "kind": "SCALAR", + "name": "date", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "account_id", + "isDeprecated": false, + "name": "id", "type": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_height", + "isDeprecated": false, + "name": "level", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "String", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_timestamp", + "isDeprecated": false, + "name": "message", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "String", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "post_id", + "isDeprecated": false, + "name": "timestamp", "type": { "kind": "SCALAR", - "name": "Int", + "name": "timestamp", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "receipt_id", + "isDeprecated": false, + "name": "type", "type": { "kind": "SCALAR", "name": "String", @@ -11060,67 +11106,51 @@ } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_min_fields", "possibleTypes": null }, { - "description": "aggregate sum on columns", + "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.sys_logs\".", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "block_timestamp", + "name": "date", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "ENUM", + "name": "order_by", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_fields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "block_height", + "name": "level", "type": { "kind": "ENUM", "name": "order_by", @@ -11130,7 +11160,7 @@ { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "message", "type": { "kind": "ENUM", "name": "order_by", @@ -11140,7 +11170,17 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", "type": { "kind": "ENUM", "name": "order_by", @@ -11150,31 +11190,72 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", + "name": "darunrs_near_bitmap_v5_sys_logs_order_by", "possibleTypes": null }, { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ + "description": "select columns of table \"darunrs_near_bitmap_v5.sys_logs\"", + "enumValues": [ { - "args": [], "deprecationReason": null, - "description": null, + "description": "column name", "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_sys_logs_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -11186,7 +11267,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", @@ -11197,52 +11278,46 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", + "name": "darunrs_near_bitmap_v5_sys_logs_stddev_fields", "possibleTypes": null }, { - "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "description": "aggregate stddev_pop on columns", "enumValues": null, - "fields": null, - "inputFields": [ + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, + "isDeprecated": false, "name": "block_height", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "post_id", + "isDeprecated": false, + "name": "id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Float", "ofType": null } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_stddev_pop_fields", "possibleTypes": null }, { - "description": "aggregate var_samp on columns", + "description": "aggregate stddev_samp on columns", "enumValues": null, "fields": [ { @@ -11262,19 +11337,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", @@ -11285,52 +11348,127 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", + "name": "darunrs_near_bitmap_v5_sys_logs_stddev_samp_fields", "possibleTypes": null }, { - "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_sys_logs\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, - "description": null, - "name": "block_height", + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", "type": { "kind": "ENUM", - "name": "order_by", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "date", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "date", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "post_id", + "name": "id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", + "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_value_input", "possibleTypes": null }, { - "description": "aggregate variance on columns", + "description": "aggregate sum on columns", "enumValues": null, "fields": [ { @@ -11341,7 +11479,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "Float", + "name": "numeric", "ofType": null } }, @@ -11350,7 +11488,30 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_sum_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", "type": { "kind": "SCALAR", "name": "Float", @@ -11362,7 +11523,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "post_id", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", @@ -11373,52 +11534,81 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_fields", + "name": "darunrs_near_bitmap_v5_sys_logs_var_pop_fields", "possibleTypes": null }, { - "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "description": "aggregate var_samp on columns", "enumValues": null, - "fields": null, - "inputFields": [ + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, + "isDeprecated": false, "name": "block_height", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "block_timestamp", + "isDeprecated": false, + "name": "id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "post_id", + "isDeprecated": false, + "name": "id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Float", "ofType": null } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_logs_variance_fields", "possibleTypes": null }, { - "description": "columns and relationships of \"darunrs_near_social_feed_test.posts\"", + "description": "columns and relationships of \"darunrs_near_bitmap_v5.sys_metadata\"", "enumValues": null, "fields": [ { @@ -11426,7 +11616,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", + "name": "attribute", "type": { "kind": "NON_NULL", "name": null, @@ -11438,46 +11628,42 @@ } }, { - "args": [ - { - "defaultValue": null, - "description": "JSON select path", - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "accounts_liked", + "name": "value", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "jsonb", + "name": "String", "ofType": null } } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_bitmap_v5.sys_metadata\"", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "aggregate", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate_fields", + "ofType": null } }, { @@ -11485,23 +11671,42 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "nodes", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata", + "ofType": null + } + } } } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_bitmap_v5.sys_metadata\"", + "enumValues": null, + "fields": [ { "args": [ { "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", + "description": null, + "name": "columns", "type": { "kind": "LIST", "name": null, @@ -11510,7 +11715,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", + "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", "ofType": null } } @@ -11518,156 +11723,39 @@ }, { "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", + "description": null, + "name": "distinct", "type": { "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "Boolean", "ofType": null } } ], "deprecationReason": null, - "description": "An array relationship", + "description": null, "isDeprecated": false, - "name": "comments", + "name": "count", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } } }, { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], + "args": [], "deprecationReason": null, - "description": "An aggregate relationship", + "description": null, "isDeprecated": false, - "name": "comments_aggregate", + "name": "max", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate", - "ofType": null - } + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_max_fields", + "ofType": null } }, { @@ -11675,244 +11763,134 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "content", + "name": "min", "type": { - "kind": "NON_NULL", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.sys_metadata\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", + "ofType": null + } } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "_not", "type": { - "kind": "NON_NULL", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", + "ofType": null + } } } }, + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "attribute", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "String", "ofType": null } }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "post_likes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "post_likes_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "ofType": null - } - } - }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "value", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", + "name": "darunrs_near_bitmap_v5_sys_metadata_max_fields", "possibleTypes": null }, { - "description": "aggregated selection of \"darunrs_near_social_feed_test.posts\"", + "description": "aggregate min on columns", "enumValues": null, "fields": [ { @@ -11920,10 +11898,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "aggregate", + "name": "attribute", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate_fields", + "kind": "SCALAR", + "name": "String", "ofType": null } }, @@ -11932,115 +11910,158 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "nodes", + "name": "value", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "String", + "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate", + "name": "darunrs_near_bitmap_v5_sys_metadata_min_fields", "possibleTypes": null }, { - "description": "aggregate fields of \"darunrs_near_social_feed_test.posts\"", + "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.sys_metadata\".", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "avg", + "name": "attribute", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_avg_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "count", + "name": "value", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } - }, - { - "args": [], + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_bitmap_v5.sys_metadata\"", + "enumValues": [ + { "deprecationReason": null, - "description": null, + "description": "column name", "isDeprecated": false, - "name": "max", + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_max_fields", + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null } }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "min", + "name": "account_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_min_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { @@ -12048,11 +12069,15 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "stddev", + "name": "block_height", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } } }, { @@ -12060,11 +12085,15 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "stddev_pop", + "name": "block_timestamp", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } } }, { @@ -12072,11 +12101,15 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "stddev_samp", + "name": "content", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { @@ -12084,23 +12117,31 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "sum", + "name": "id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_sum_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } }, { "args": [], "deprecationReason": null, - "description": null, + "description": "An object relationship", "isDeprecated": false, - "name": "var_pop", + "name": "post", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_pop_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } } }, { @@ -12108,11 +12149,15 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "var_samp", + "name": "post_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_samp_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } }, { @@ -12120,22 +12165,26 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "variance", + "name": "receipt_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_variance_fields", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate_fields", + "name": "darunrs_near_social_feed_test_comments", "possibleTypes": null }, { - "description": "aggregate avg on columns", + "description": "aggregated selection of \"darunrs_near_social_feed_test.comments\"", "enumValues": null, "fields": [ { @@ -12143,34 +12192,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", + "name": "aggregate", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_fields", "ofType": null } }, @@ -12179,57 +12204,62 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "nodes", "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", + "ofType": null + } + } + } } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_avg_fields", + "name": "darunrs_near_social_feed_test_comments_aggregate", "possibleTypes": null }, { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.posts\". All fields are combined with a logical 'AND'.", + "description": null, "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", + "name": "count", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", "ofType": null } - }, + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ { "defaultValue": null, "description": null, - "name": "_or", + "name": "arguments", "type": { "kind": "LIST", "name": null, @@ -12237,8 +12267,8 @@ "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", "ofType": null } } @@ -12247,47 +12277,17 @@ { "defaultValue": null, "description": null, - "name": "account_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accounts_liked", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", + "name": "distinct", "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", + "kind": "SCALAR", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "comments", + "name": "filter", "type": { "kind": "INPUT_OBJECT", "name": "darunrs_near_social_feed_test_comments_bool_exp", @@ -12297,81 +12297,25 @@ { "defaultValue": null, "description": null, - "name": "comments_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_comment_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_likes", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_likes_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", + "name": "predicate", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", "possibleTypes": null }, { - "description": "aggregate max on columns", + "description": "aggregate fields of \"darunrs_near_social_feed_test.comments\"", "enumValues": null, "fields": [ { @@ -12379,23 +12323,56 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", + "name": "avg", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_avg_fields", "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "count", "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } }, { @@ -12403,10 +12380,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "max", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_max_fields", "ofType": null } }, @@ -12415,10 +12392,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "content", + "name": "min", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_fields", "ofType": null } }, @@ -12427,10 +12404,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "stddev", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_fields", "ofType": null } }, @@ -12439,10 +12416,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "stddev_pop", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", "ofType": null } }, @@ -12451,33 +12428,22 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "receipt_id", + "name": "stddev_samp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "account_id", + "name": "sum", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_fields", "ofType": null } }, @@ -12486,10 +12452,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "var_pop", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_pop_fields", "ofType": null } }, @@ -12498,10 +12464,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "var_samp", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_samp_fields", "ofType": null } }, @@ -12510,46 +12476,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "content", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", + "name": "variance", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_variance_fields", "ofType": null } } @@ -12557,28 +12487,28 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_min_fields", + "name": "darunrs_near_social_feed_test_comments_aggregate_fields", "possibleTypes": null }, { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.posts\".", + "description": "order by aggregate values of table \"darunrs_near_social_feed_test.comments\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "account_id", + "name": "avg", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_avg_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accounts_liked", + "name": "count", "type": { "kind": "ENUM", "name": "order_by", @@ -12588,150 +12518,101 @@ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "max", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_max_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "min", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "comments_aggregate", + "name": "stddev", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", + "name": "darunrs_near_social_feed_test_comments_stddev_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "content", + "name": "stddev_pop", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "stddev_samp", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "last_comment_timestamp", + "name": "sum", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "post_likes_aggregate", + "name": "var_pop", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", + "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "receipt_id", + "name": "var_samp", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.posts\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "account_id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "accounts_liked" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "content" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "last_comment_timestamp" }, { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receipt_id" + "defaultValue": null, + "description": null, + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_variance_order_by", + "ofType": null + } } ], - "fields": null, - "inputFields": null, "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", "possibleTypes": null }, { - "description": "aggregate stddev on columns", + "description": "aggregate avg on columns", "enumValues": null, "fields": [ { @@ -12775,7 +12656,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "post_id", "type": { "kind": "SCALAR", "name": "Float", @@ -12786,234 +12667,178 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_fields", + "name": "darunrs_near_social_feed_test_comments_avg_fields", "possibleTypes": null }, { - "description": "aggregate stddev_pop on columns", + "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.comments\"", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "id", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_avg_order_by", "possibleTypes": null }, { - "description": "aggregate stddev_samp on columns", + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.comments\". All fields are combined with a logical 'AND'.", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "block_height", + "name": "_and", "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "block_timestamp", + "name": "_not", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", "ofType": null } }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_posts\"", - "enumValues": null, - "fields": null, - "inputFields": [ { "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", + "description": null, + "name": "_or", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } } } }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ { "defaultValue": null, "description": null, "name": "account_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "accounts_liked", + "name": "block_height", "type": { - "kind": "SCALAR", - "name": "jsonb", + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "block_height", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "block_timestamp", + "name": "content", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "content", + "name": "id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "post", "type": { - "kind": "SCALAR", - "name": "Int", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "last_comment_timestamp", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", "ofType": null } }, @@ -13022,19 +12847,19 @@ "description": null, "name": "receipt_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", + "name": "darunrs_near_social_feed_test_comments_bool_exp", "possibleTypes": null }, { - "description": "aggregate sum on columns", + "description": "aggregate max on columns", "enumValues": null, "fields": [ { @@ -13042,10 +12867,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "account_id", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "String", "ofType": null } }, @@ -13054,7 +12879,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "block_height", "type": { "kind": "SCALAR", "name": "numeric", @@ -13066,45 +12891,22 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "block_timestamp", "type": { "kind": "SCALAR", "name": "numeric", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_sum_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "content", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } }, @@ -13113,10 +12915,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "id", "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null } }, @@ -13125,10 +12927,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "post_id", "type": { "kind": "SCALAR", - "name": "Float", + "name": "Int", "ofType": null } }, @@ -13137,10 +12939,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "receipt_id", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } } @@ -13148,70 +12950,92 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_pop_fields", + "name": "darunrs_near_social_feed_test_comments_max_fields", "possibleTypes": null }, { - "description": "aggregate var_samp on columns", + "description": "order by max() on columns of table \"darunrs_near_social_feed_test.comments\"", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "id", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_samp_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_max_order_by", "possibleTypes": null }, { - "description": "aggregate variance on columns", + "description": "aggregate min on columns", "enumValues": null, "fields": [ { @@ -13219,10 +13043,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "account_id", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } }, @@ -13231,10 +13055,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_timestamp", + "name": "block_height", "type": { "kind": "SCALAR", - "name": "Float", + "name": "numeric", "ofType": null } }, @@ -13243,10 +13067,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "Float", + "name": "numeric", "ofType": null } }, @@ -13255,33 +13079,22 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "last_comment_timestamp", + "name": "content", "type": { "kind": "SCALAR", - "name": "Float", + "name": "String", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_logs\"", - "enumValues": null, - "fields": [ + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "id", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Int", "ofType": null } }, @@ -13290,15 +13103,11 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "date", + "name": "post_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, { @@ -13306,313 +13115,247 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "receipt_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_fields", + "possibleTypes": null + }, + { + "description": "order by min() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "level", + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "message", + "name": "block_timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "timestamp", + "name": "content", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "type", + "name": "id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_logs\"", - "enumValues": null, - "fields": [ + }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "aggregate", + "name": "post_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "nodes", + "name": "receipt_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "ofType": null - } - } - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_min_order_by", "possibleTypes": null }, { - "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_logs\"", + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.comments\".", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "avg", + "name": "account_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "count", + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "max", + "name": "block_timestamp", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_max_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "min", + "name": "content", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_min_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "stddev", + "name": "id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "stddev_pop", + "name": "post", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "stddev_samp", + "name": "post_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "sum", + "name": "receipt_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "account_id" }, { - "args": [], "deprecationReason": null, - "description": null, + "description": "column name", "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", - "ofType": null - } + "name": "block_height" }, { - "args": [], "deprecationReason": null, - "description": null, + "description": "column name", "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", - "ofType": null - } + "name": "block_timestamp" }, { - "args": [], "deprecationReason": null, - "description": null, + "description": "column name", "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", - "ofType": null - } + "name": "content" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "post_id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receipt_id" } ], + "fields": null, "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", "possibleTypes": null }, { - "description": "aggregate avg on columns", + "description": "aggregate stddev on columns", "enumValues": null, "fields": [ { @@ -13627,6 +13370,18 @@ "ofType": null } }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, { "args": [], "deprecationReason": null, @@ -13638,82 +13393,48 @@ "name": "Float", "ofType": null } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", + "name": "darunrs_near_social_feed_test_comments_stddev_fields", "possibleTypes": null }, { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_logs\". All fields are combined with a logical 'AND'.", + "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.comments\"", "enumValues": null, "fields": null, "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - } - }, { "defaultValue": null, "description": null, "name": "block_height", "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "date", + "name": "block_timestamp", "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, @@ -13722,59 +13443,29 @@ "description": null, "name": "id", "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "type", + "name": "post_id", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "name": "darunrs_near_social_feed_test_comments_stddev_order_by", "possibleTypes": null }, { - "description": "aggregate max on columns", + "description": "aggregate stddev_pop on columns", "enumValues": null, "fields": [ { @@ -13785,7 +13476,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Float", "ofType": null } }, @@ -13794,10 +13485,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "date", + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "date", + "name": "Float", "ofType": null } }, @@ -13809,7 +13500,7 @@ "name": "id", "type": { "kind": "SCALAR", - "name": "bigint", + "name": "Float", "ofType": null } }, @@ -13818,58 +13509,73 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "level", + "name": "post_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "message", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "timestamp", + "name": "id", "type": { - "kind": "SCALAR", - "name": "timestamp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "type", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_max_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", "possibleTypes": null }, { - "description": "aggregate min on columns", + "description": "aggregate stddev_samp on columns", "enumValues": null, "fields": [ { @@ -13880,7 +13586,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Float", "ofType": null } }, @@ -13889,10 +13595,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "date", + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "date", + "name": "Float", "ofType": null } }, @@ -13904,7 +13610,7 @@ "name": "id", "type": { "kind": "SCALAR", - "name": "bigint", + "name": "Float", "ofType": null } }, @@ -13913,227 +13619,299 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "level", + "name": "post_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "message", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "timestamp", + "name": "id", "type": { - "kind": "SCALAR", - "name": "timestamp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "type", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_min_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", "possibleTypes": null }, { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_logs\".", + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_comments\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, - "description": null, - "name": "block_height", + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", "type": { "kind": "ENUM", - "name": "order_by", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "date", + "name": "block_height", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "numeric", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "block_timestamp", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "numeric", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "level", + "name": "content", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "message", + "name": "id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "timestamp", + "name": "post_id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "type", + "name": "receipt_id", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "SCALAR", + "name": "String", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", "possibleTypes": null }, { - "description": "select columns of table \"darunrs_near_social_feed_test.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "date" + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "id" + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "type" + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } ], - "fields": null, "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_fields", "possibleTypes": null }, { - "description": "aggregate stddev on columns", + "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.comments\"", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "id", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_sum_order_by", "possibleTypes": null }, { - "description": "aggregate stddev_pop on columns", + "description": "aggregate var_pop on columns", "enumValues": null, "fields": [ { @@ -14153,30 +13931,19 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "block_timestamp", "type": { "kind": "SCALAR", "name": "Float", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", @@ -14188,7 +13955,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "post_id", "type": { "kind": "SCALAR", "name": "Float", @@ -14199,127 +13966,172 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", + "name": "darunrs_near_social_feed_test_comments_var_pop_fields", "possibleTypes": null }, { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_logs\"", + "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", + "description": null, + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", + "description": null, + "name": "block_timestamp", "type": { "kind": "ENUM", - "name": "cursor_ordering", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_input", + "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", "possibleTypes": null }, { - "description": "Initial value of the column from where the streaming should start", + "description": "aggregate var_samp on columns", "enumValues": null, - "fields": null, - "inputFields": [ + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, + "isDeprecated": false, "name": "block_height", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "date", + "isDeprecated": false, + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "date", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, + "isDeprecated": false, "name": "id", "type": { "kind": "SCALAR", - "name": "bigint", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "level", + "isDeprecated": false, + "name": "post_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_var_samp_fields", + "possibleTypes": null + }, + { + "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "message", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "timestamp", + "name": "id", "type": { - "kind": "SCALAR", - "name": "timestamp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "type", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", + "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", "possibleTypes": null }, { - "description": "aggregate sum on columns", + "description": "aggregate variance on columns", "enumValues": null, "fields": [ { @@ -14330,7 +14142,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Float", "ofType": null } }, @@ -14339,30 +14151,19 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "bigint", + "name": "Float", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "block_height", + "name": "id", "type": { "kind": "SCALAR", "name": "Float", @@ -14374,7 +14175,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "post_id", "type": { "kind": "SCALAR", "name": "Float", @@ -14385,48 +14186,80 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", + "name": "darunrs_near_social_feed_test_comments_variance_fields", "possibleTypes": null }, { - "description": "aggregate var_samp on columns", + "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.comments\"", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "id", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_variance_order_by", "possibleTypes": null }, { - "description": "aggregate variance on columns", + "description": "columns and relationships of \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, { "args": [], "deprecationReason": null, @@ -14435,7 +14268,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "Float", + "name": "numeric", "ofType": null } }, @@ -14444,36 +14277,45 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_metadata\"", - "enumValues": null, - "fields": [ + }, + { + "args": [], + "deprecationReason": null, + "description": "An object relationship", + "isDeprecated": false, + "name": "post", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "attribute", + "name": "post_id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } } @@ -14483,7 +14325,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "value", + "name": "receipt_id", "type": { "kind": "NON_NULL", "name": null, @@ -14498,11 +14340,11 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", + "name": "darunrs_near_social_feed_test_post_likes", "possibleTypes": null }, { - "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_metadata\"", + "description": "aggregated selection of \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": [ { @@ -14513,7 +14355,7 @@ "name": "aggregate", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", "ofType": null } }, @@ -14534,7 +14376,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", + "name": "darunrs_near_social_feed_test_post_likes", "ofType": null } } @@ -14545,13 +14387,109 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", "possibleTypes": null }, { - "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_metadata\"", + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "count", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "arguments", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "filter", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "predicate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_avg_fields", + "ofType": null + } + }, { "args": [ { @@ -14566,7 +14504,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "name": "darunrs_near_social_feed_test_post_likes_select_column", "ofType": null } } @@ -14605,7 +14543,7 @@ "name": "max", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", + "name": "darunrs_near_social_feed_test_post_likes_max_fields", "ofType": null } }, @@ -14617,107 +14555,55 @@ "name": "min", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", + "name": "darunrs_near_social_feed_test_post_likes_min_fields", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_metadata\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "_and", + "isDeprecated": false, + "name": "stddev", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "attribute", + "isDeprecated": false, + "name": "stddev_pop", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "value", + "isDeprecated": false, + "name": "stddev_samp", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "attribute", + "name": "sum", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_sum_fields", "ofType": null } }, @@ -14726,33 +14612,22 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "value", + "name": "var_pop", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ + }, { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "attribute", + "name": "var_samp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", "ofType": null } }, @@ -14761,10 +14636,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "value", + "name": "variance", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_variance_fields", "ofType": null } } @@ -14772,131 +14647,132 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", "possibleTypes": null }, { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_metadata\".", + "description": "order by aggregate values of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "attribute", + "name": "avg", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "value", + "name": "count", "type": { "kind": "ENUM", "name": "order_by", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.sys_metadata\"", - "enumValues": [ + }, { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" + "defaultValue": null, + "description": null, + "name": "max", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_max_order_by", + "ofType": null + } }, { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ + "defaultValue": null, + "description": null, + "name": "min", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_min_order_by", + "ofType": null + } + }, { "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", + "description": null, + "name": "stddev", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", + "ofType": null } }, { "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", + "description": null, + "name": "stddev_pop", "type": { - "kind": "ENUM", - "name": "cursor_ordering", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "attribute", + "name": "stddev_samp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "value", + "name": "sum", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "var_pop", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "var_samp", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "variance", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", "possibleTypes": null }, { - "description": "columns and relationships of \"darunrs_near_test_fork.indexer_storage\"", + "description": "aggregate avg on columns", "enumValues": null, "fields": [ { @@ -14904,15 +14780,11 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "function_name", + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null } }, { @@ -14920,53 +14792,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "key_name", + "name": "block_timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", + "kind": "SCALAR", + "name": "Float", "ofType": null } }, @@ -14975,114 +14804,63 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "nodes", + "name": "post_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } - } + "kind": "SCALAR", + "name": "Float", + "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "name": "darunrs_near_social_feed_test_post_likes_avg_fields", "possibleTypes": null }, { - "description": "aggregate fields of \"darunrs_near_test_fork.indexer_storage\"", + "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "count", + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "max", + "name": "block_timestamp", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_max_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "min", + "name": "post_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_min_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", "possibleTypes": null }, { - "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.indexer_storage\". All fields are combined with a logical 'AND'.", + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.post_likes\". All fields are combined with a logical 'AND'.", "enumValues": null, "fields": null, "inputFields": [ @@ -15098,7 +14876,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", "ofType": null } } @@ -15110,7 +14888,7 @@ "name": "_not", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", "ofType": null } }, @@ -15126,7 +14904,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", "ofType": null } } @@ -15135,7 +14913,7 @@ { "defaultValue": null, "description": null, - "name": "function_name", + "name": "account_id", "type": { "kind": "INPUT_OBJECT", "name": "String_comparison_exp", @@ -15145,85 +14923,57 @@ { "defaultValue": null, "description": null, - "name": "key_name", + "name": "block_height", "type": { "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "name": "numeric_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "value", + "name": "block_timestamp", "type": { "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "name": "numeric_comparison_exp", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"function_name\", \"key_name\"", - "isDeprecated": false, - "name": "indexer_storage_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_constraint", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "function_name", + "name": "post", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "key_name", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "value", + "name": "receipt_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_insert_input", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", "possibleTypes": null }, { @@ -15235,7 +14985,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "function_name", + "name": "account_id", "type": { "kind": "SCALAR", "name": "String", @@ -15247,10 +14997,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "key_name", + "name": "block_height", "type": { "kind": "SCALAR", - "name": "String", + "name": "numeric", "ofType": null } }, @@ -15259,33 +15009,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function_name", + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "String", + "name": "numeric", "ofType": null } }, @@ -15294,10 +15021,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "key_name", + "name": "post_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } }, @@ -15306,7 +15033,7 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "value", + "name": "receipt_id", "type": { "kind": "SCALAR", "name": "String", @@ -15317,126 +15044,38 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_min_fields", + "name": "darunrs_near_social_feed_test_post_likes_max_fields", "possibleTypes": null }, { - "description": "response of any mutation on the table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "data from the rows affected by the mutation", - "isDeprecated": false, - "name": "returning", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_test_fork.indexer_storage\"", + "description": "order by max() on columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", + "name": "account_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_update_column", - "ofType": null - } - } - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { "defaultValue": null, "description": null, - "name": "where", + "name": "block_height", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_test_fork.indexer_storage\".", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, "description": null, - "name": "function_name", + "name": "block_timestamp", "type": { "kind": "ENUM", "name": "order_by", @@ -15446,7 +15085,7 @@ { "defaultValue": null, "description": null, - "name": "key_name", + "name": "post_id", "type": { "kind": "ENUM", "name": "order_by", @@ -15456,7 +15095,7 @@ { "defaultValue": null, "description": null, - "name": "value", + "name": "receipt_id", "type": { "kind": "ENUM", "name": "order_by", @@ -15466,260 +15105,255 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", + "name": "darunrs_near_social_feed_test_post_likes_max_order_by", "possibleTypes": null }, { - "description": "primary key columns input for table: darunrs_near_test_fork.indexer_storage", + "description": "aggregate min on columns", "enumValues": null, - "fields": null, - "inputFields": [ + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "function_name", + "isDeprecated": false, + "name": "account_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "String", + "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "key_name", + "isDeprecated": false, + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "numeric", + "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": [ + }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "function_name" + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "key_name" + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "value" + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } ], - "fields": null, "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_min_fields", "possibleTypes": null }, { - "description": "input type for updating data in table \"darunrs_near_test_fork.indexer_storage\"", + "description": "order by min() on columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "function_name", + "name": "account_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "key_name", + "name": "block_height", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "value", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_test_fork_indexer_storage\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", + "description": null, + "name": "post_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", + "description": null, + "name": "receipt_id", "type": { "kind": "ENUM", - "name": "cursor_ordering", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_input", + "name": "darunrs_near_social_feed_test_post_likes_min_order_by", "possibleTypes": null }, { - "description": "Initial value of the column from where the streaming should start", + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.post_likes\".", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "function_name", + "name": "account_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "key_name", + "name": "block_height", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "value", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", + "name": "darunrs_near_social_feed_test_post_likes_order_by", "possibleTypes": null }, { - "description": "update columns of table \"darunrs_near_test_fork.indexer_storage\"", + "description": "select columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": [ { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "function_name" + "name": "account_id" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "key_name" + "name": "block_height" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ + "name": "block_timestamp" + }, { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", - "ofType": null - } + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "post_id" }, { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receipt_id" } ], + "fields": null, + "inputFields": null, "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_updates", + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", "possibleTypes": null }, { - "description": "columns and relationships of \"darunrs_near_test_fork.sys_logs\"", + "description": "aggregate stddev on columns", "enumValues": null, "fields": [ { @@ -15730,7 +15364,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Float", "ofType": null } }, @@ -15739,15 +15373,11 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "date", + "name": "block_timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null } }, { @@ -15755,47 +15385,75 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "post_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", + "possibleTypes": null + }, + { + "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "level", + "name": "block_timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "ENUM", + "name": "order_by", + "ofType": null } }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "message", + "name": "block_height", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null } }, { @@ -15803,15 +15461,11 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "timestamp", + "name": "block_timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null } }, { @@ -15819,73 +15473,63 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "type", + "name": "post_id", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null } } ], "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", "possibleTypes": null }, { - "description": "aggregated selection of \"darunrs_near_test_fork.sys_logs\"", + "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "aggregate", + "name": "block_height", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "nodes", + "name": "block_timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - } - } + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", "possibleTypes": null }, { - "description": "aggregate fields of \"darunrs_near_test_fork.sys_logs\"", + "description": "aggregate stddev_samp on columns", "enumValues": null, "fields": [ { @@ -15893,56 +15537,23 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "avg", + "name": "block_height", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_avg_fields", + "kind": "SCALAR", + "name": "Float", "ofType": null } }, { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], + "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "count", + "name": "block_timestamp", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "SCALAR", + "name": "Float", + "ofType": null } }, { @@ -15950,118 +15561,159 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "max", + "name": "post_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_max_fields", + "kind": "SCALAR", + "name": "Float", "ofType": null } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "min", + "name": "block_height", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_min_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "stddev", + "name": "block_timestamp", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "stddev_pop", + "name": "post_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", + "kind": "ENUM", + "name": "order_by", "ofType": null } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", + "ofType": null + } + } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "stddev_samp", + "name": "account_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", + "kind": "SCALAR", + "name": "String", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "sum", + "name": "block_height", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_sum_fields", + "kind": "SCALAR", + "name": "numeric", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "var_pop", + "name": "block_timestamp", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", + "kind": "SCALAR", + "name": "numeric", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "var_samp", + "name": "post_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "variance", + "name": "receipt_id", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_variance_fields", + "kind": "SCALAR", + "name": "String", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", "possibleTypes": null }, { - "description": "aggregate avg on columns", + "description": "aggregate sum on columns", "enumValues": null, "fields": [ { @@ -16072,7 +15724,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "Float", + "name": "numeric", "ofType": null } }, @@ -16081,10 +15733,22 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "Float", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "post_id", + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null } } @@ -16092,155 +15756,99 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_avg_fields", + "name": "darunrs_near_social_feed_test_post_likes_sum_fields", "possibleTypes": null }, { - "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_logs\". All fields are combined with a logical 'AND'.", + "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": null, "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - } - }, { "defaultValue": null, "description": null, "name": "block_height", "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "block_timestamp", "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "level", + "name": "post_id", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "kind": "ENUM", + "name": "order_by", "ofType": null } - }, + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "message", + "isDeprecated": false, + "name": "block_height", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "kind": "SCALAR", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "timestamp", + "isDeprecated": false, + "name": "block_timestamp", "type": { - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", + "kind": "SCALAR", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "type", + "isDeprecated": false, + "name": "post_id", "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", + "kind": "SCALAR", + "name": "Float", "ofType": null } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"id\", \"date\"", - "isDeprecated": false, - "name": "sys_logs_pkey" - } - ], - "fields": null, "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_constraint", + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", "possibleTypes": null }, { - "description": "input type for incrementing numeric columns in table \"darunrs_near_test_fork.sys_logs\"", + "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, "fields": null, "inputFields": [ @@ -16249,110 +15857,127 @@ "description": null, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "bigint", + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", + "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", "possibleTypes": null }, { - "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_logs\"", + "description": "aggregate var_samp on columns", "enumValues": null, - "fields": null, - "inputFields": [ + "fields": [ { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, + "isDeprecated": false, "name": "block_height", "type": { "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "id", + "isDeprecated": false, + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "bigint", + "name": "Float", "ofType": null } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "level", + "isDeprecated": false, + "name": "post_id", "type": { "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", + "possibleTypes": null + }, + { + "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", + "enumValues": null, + "fields": null, + "inputFields": [ { "defaultValue": null, "description": null, - "name": "message", + "name": "block_height", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "timestamp", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "timestamp", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "type", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "ENUM", + "name": "order_by", "ofType": null } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_insert_input", + "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", "possibleTypes": null }, { - "description": "aggregate max on columns", + "description": "aggregate variance on columns", "enumValues": null, "fields": [ { @@ -16363,7 +15988,7 @@ "name": "block_height", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "Float", "ofType": null } }, @@ -16372,10 +15997,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "date", + "name": "block_timestamp", "type": { "kind": "SCALAR", - "name": "date", + "name": "Float", "ofType": null } }, @@ -16384,58 +16009,10 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "id", + "name": "post_id", "type": { "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", + "name": "Float", "ofType": null } } @@ -16443,71 +16020,95 @@ "inputFields": null, "interfaces": [], "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_max_fields", + "name": "darunrs_near_social_feed_test_post_likes_variance_fields", "possibleTypes": null }, { - "description": "aggregate min on columns", + "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.post_likes\"", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, "name": "block_height", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "date", + "name": "block_timestamp", "type": { - "kind": "SCALAR", - "name": "date", + "kind": "ENUM", + "name": "order_by", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "post_id", "type": { - "kind": "SCALAR", - "name": "bigint", + "kind": "ENUM", + "name": "order_by", "ofType": null } - }, + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.posts\"", + "enumValues": null, + "fields": [ { "args": [], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "level", + "name": "account_id", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "JSON select path", + "name": "path", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "message", + "name": "accounts_liked", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } } }, { @@ -16515,11 +16116,15 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "timestamp", + "name": "block_height", "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } } }, { @@ -16527,46 +16132,90 @@ "deprecationReason": null, "description": null, "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", + "name": "block_timestamp", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "numeric", "ofType": null } } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], "deprecationReason": null, - "description": "data from the rows affected by the mutation", + "description": "An array relationship", "isDeprecated": false, - "name": "returning", + "name": "comments", "type": { "kind": "NON_NULL", "name": null, @@ -16578,269 +16227,6524 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_social_feed_test_comments", "ofType": null } } } } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { - "defaultValue": null, - "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_update_column", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } } } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_logs\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", + ], + "deprecationReason": null, + "description": "An aggregate relationship", + "isDeprecated": false, + "name": "comments_aggregate", "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate", + "ofType": null + } } }, { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_test_fork.sys_logs", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, - "name": "date", + "isDeprecated": false, + "name": "content", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "date", + "name": "String", "ofType": null } } }, { - "defaultValue": null, + "args": [], + "deprecationReason": null, "description": null, + "isDeprecated": false, "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "bigint", + "name": "Int", "ofType": null } } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" }, { + "args": [], "deprecationReason": null, - "description": "column name", + "description": null, "isDeprecated": false, - "name": "message" + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } }, { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An array relationship", + "isDeprecated": false, + "name": "post_likes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes", + "ofType": null + } + } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_post_likes_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "An aggregate relationship", + "isDeprecated": false, + "name": "post_likes_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.posts\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.posts\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.posts\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "accounts_liked", + "type": { + "kind": "INPUT_OBJECT", + "name": "jsonb_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "comments", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "comments_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "Int_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_comment_timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_likes", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_likes_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.posts\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "accounts_liked", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "comments_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_comment_timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "post_likes_aggregate", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.posts\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "account_id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "accounts_liked" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "content" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "last_comment_timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "receipt_id" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_posts_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_posts\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "account_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "accounts_liked", + "type": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "content", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "receipt_id", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_sum_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "last_comment_timestamp", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_posts_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_logs\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_logs\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_metadata\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_metadata\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_social_feed_test.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.indexer_storage\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"function_name\", \"key_name\"", + "isDeprecated": false, + "name": "indexer_storage_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_constraint", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_test_fork.indexer_storage\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_test_fork.indexer_storage", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "function_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "key_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_test_fork_indexer_storage\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_test_fork.indexer_storage\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "function_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "key_name" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_indexer_storage_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_updates", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "avg", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_avg_fields", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_min_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "stddev_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "sum", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_sum_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_pop", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "var_samp", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "variance", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_variance_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", + "possibleTypes": null + }, + { + "description": "aggregate avg on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_avg_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_logs\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "INPUT_OBJECT", + "name": "numeric_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "INPUT_OBJECT", + "name": "date_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "INPUT_OBJECT", + "name": "bigint_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "INPUT_OBJECT", + "name": "timestamp_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"id\", \"date\"", + "isDeprecated": false, + "name": "sys_logs_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_constraint", + "possibleTypes": null + }, + { + "description": "input type for incrementing numeric columns in table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_logs\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_test_fork.sys_logs", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "timestamp" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", + "possibleTypes": null + }, + { + "description": "aggregate stddev on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate stddev_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_logs\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "level", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "message", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "timestamp", + "type": { + "kind": "SCALAR", + "name": "timestamp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "type", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "aggregate sum on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "numeric", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_sum_fields", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_test_fork.sys_logs\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "block_height" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "date" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "id" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "level" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "message" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, "name": "timestamp" }, { "deprecationReason": null, "description": "column name", "isDeprecated": false, - "name": "type" + "name": "type" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_logs_update_column", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_updates", + "possibleTypes": null + }, + { + "description": "aggregate var_pop on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", + "possibleTypes": null + }, + { + "description": "aggregate var_samp on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", + "possibleTypes": null + }, + { + "description": "aggregate variance on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "block_height", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "id", + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_variance_fields", + "possibleTypes": null + }, + { + "description": "columns and relationships of \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "possibleTypes": null + }, + { + "description": "aggregated selection of \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "aggregate", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "nodes", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "possibleTypes": null + }, + { + "description": "aggregate fields of \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "columns", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "distinct", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "count", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "max", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_max_fields", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "min", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_min_fields", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", + "possibleTypes": null + }, + { + "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_metadata\". All fields are combined with a logical 'AND'.", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "_and", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_not", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "_or", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "possibleTypes": null + }, + { + "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "unique or primary key constraint on columns \"attribute\"", + "isDeprecated": false, + "name": "sys_metadata_pkey" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_constraint", + "possibleTypes": null + }, + { + "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_insert_input", + "possibleTypes": null + }, + { + "description": "aggregate max on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_max_fields", + "possibleTypes": null + }, + { + "description": "aggregate min on columns", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "args": [], + "deprecationReason": null, + "description": null, + "isDeprecated": false, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_min_fields", + "possibleTypes": null + }, + { + "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": [ + { + "args": [], + "deprecationReason": null, + "description": "number of rows affected by the mutation", + "isDeprecated": false, + "name": "affected_rows", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "args": [], + "deprecationReason": null, + "description": "data from the rows affected by the mutation", + "isDeprecated": false, + "name": "returning", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + } + } + } + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "possibleTypes": null + }, + { + "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "constraint", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_constraint", + "ofType": null + } + } + }, + { + "defaultValue": "[]", + "description": null, + "name": "update_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_update_column", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "possibleTypes": null + }, + { + "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_metadata\".", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "ENUM", + "name": "order_by", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_order_by", + "possibleTypes": null + }, + { + "description": "primary key columns input for table: darunrs_near_test_fork.sys_metadata", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", + "possibleTypes": null + }, + { + "description": "select columns of table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "darunrs_near_test_fork_sys_metadata_select_column", + "possibleTypes": null + }, + { + "description": "input type for updating data in table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "possibleTypes": null + }, + { + "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_metadata\"", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "Stream column input with initial value", + "name": "initial_value", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor ordering", + "name": "ordering", + "type": { + "kind": "ENUM", + "name": "cursor_ordering", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_input", + "possibleTypes": null + }, + { + "description": "Initial value of the column from where the streaming should start", + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "value", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", + "possibleTypes": null + }, + { + "description": "update columns of table \"darunrs_near_test_fork.sys_metadata\"", + "enumValues": [ + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "attribute" + }, + { + "deprecationReason": null, + "description": "column name", + "isDeprecated": false, + "name": "value" } ], "fields": null, "inputFields": null, "interfaces": null, "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", + "name": "darunrs_near_test_fork_sys_metadata_update_column", "possibleTypes": null }, { - "description": "input type for updating data in table \"darunrs_near_test_fork.sys_logs\"", + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_updates", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "date", + "possibleTypes": null + }, + { + "description": "Boolean expression to compare columns of type \"date\". All fields are combined with logical 'AND'.", "enumValues": null, "fields": null, "inputFields": [ { "defaultValue": null, "description": null, - "name": "block_height", + "name": "_eq", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "date", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "date", + "name": "_gt", "type": { "kind": "SCALAR", "name": "date", @@ -16850,1350 +22754,1938 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "_gte", "type": { "kind": "SCALAR", - "name": "bigint", + "name": "date", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "level", + "name": "_in", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "_is_null", "type": { "kind": "SCALAR", - "name": "String", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "message", + "name": "_lt", "type": { "kind": "SCALAR", - "name": "String", + "name": "date", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "timestamp", + "name": "_lte", "type": { "kind": "SCALAR", - "name": "timestamp", + "name": "date", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "type", + "name": "_neq", "type": { "kind": "SCALAR", - "name": "String", + "name": "date", "ofType": null } + }, + { + "defaultValue": null, + "description": null, + "name": "_nin", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", + "name": "date_comparison_exp", "possibleTypes": null }, { - "description": "aggregate stddev on columns", + "description": null, "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "SCALAR", + "name": "jsonb", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "String", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "String_comparison_exp", "ofType": null } } ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_fields", + "interfaces": null, + "kind": "INPUT_OBJECT", + "name": "jsonb_cast_exp", "possibleTypes": null }, { - "description": "aggregate stddev_pop on columns", + "description": "Boolean expression to compare columns of type \"jsonb\". All fields are combined with logical 'AND'.", "enumValues": null, - "fields": [ + "fields": null, + "inputFields": [ { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "block_height", + "name": "_cast", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "INPUT_OBJECT", + "name": "jsonb_cast_exp", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", + "defaultValue": null, + "description": "is the column contained in the given json value", + "name": "_contained_in", "type": { "kind": "SCALAR", - "name": "Float", + "name": "jsonb", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ + }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", + "defaultValue": null, + "description": "does the column contain the given json value at the top level", + "name": "_contains", "type": { "kind": "SCALAR", - "name": "Float", + "name": "jsonb", "ofType": null } }, { - "args": [], - "deprecationReason": null, + "defaultValue": null, "description": null, - "isDeprecated": false, - "name": "id", + "name": "_eq", "type": { "kind": "SCALAR", - "name": "Float", + "name": "jsonb", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", + "description": null, + "name": "_gt", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", - "ofType": null - } + "kind": "SCALAR", + "name": "jsonb", + "ofType": null } }, { "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", + "description": null, + "name": "_gte", "type": { - "kind": "ENUM", - "name": "cursor_ordering", + "kind": "SCALAR", + "name": "jsonb", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { "defaultValue": null, - "description": null, - "name": "block_height", + "description": "does the string exist as a top-level key in the column", + "name": "_has_key", "type": { "kind": "SCALAR", - "name": "numeric", + "name": "String", "ofType": null } }, + { + "defaultValue": null, + "description": "do all of these strings exist as top-level keys in the column", + "name": "_has_keys_all", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "do any of these strings exist as top-level keys in the column", + "name": "_has_keys_any", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, { "defaultValue": null, "description": null, - "name": "date", + "name": "_in", "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + } } }, { "defaultValue": null, "description": null, - "name": "id", + "name": "_is_null", "type": { "kind": "SCALAR", - "name": "bigint", + "name": "Boolean", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "level", + "name": "_lt", "type": { "kind": "SCALAR", - "name": "String", + "name": "jsonb", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "message", + "name": "_lte", "type": { "kind": "SCALAR", - "name": "String", + "name": "jsonb", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "timestamp", + "name": "_neq", "type": { "kind": "SCALAR", - "name": "timestamp", + "name": "jsonb", "ofType": null } }, { "defaultValue": null, "description": null, - "name": "type", + "name": "_nin", "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "jsonb", + "ofType": null + } + } } } ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", + "name": "jsonb_comparison_exp", "possibleTypes": null }, { - "description": "aggregate sum on columns", + "description": "mutation root", "enumValues": null, "fields": [ { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": null, + "description": "delete data from the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "block_height", + "name": "delete_darunrs_near_bitmap_v3_actions_index", "type": { - "kind": "SCALAR", - "name": "numeric", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": null, + "name": "block_date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": null, + "description": "delete single row from the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "id", + "name": "delete_darunrs_near_bitmap_v3_actions_index_by_pk", "type": { - "kind": "SCALAR", - "name": "bigint", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_sum_fields", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" }, { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": "column name", + "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "id" + "name": "delete_darunrs_near_bitmap_v3_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", + "ofType": null + } }, { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": "column name", + "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "level" + "name": "delete_darunrs_near_bitmap_v3_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } }, { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": "column name", + "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "message" + "name": "delete_darunrs_near_bitmap_v3_sys_metadata", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "ofType": null + } }, { + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": "column name", + "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "timestamp" + "name": "delete_darunrs_near_bitmap_v3_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", + "ofType": null + } }, { + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": "column name", + "description": "delete data from the table: \"darunrs_near_test_fork.indexer_storage\"", "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", + "name": "delete_darunrs_near_test_fork_indexer_storage", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", "ofType": null } }, { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "args": [ + { + "defaultValue": null, + "description": null, + "name": "function_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "delete single row from the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "delete_darunrs_near_test_fork_indexer_storage_by_pk", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", "ofType": null } }, { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_updates", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], + ], "deprecationReason": null, - "description": null, + "description": "delete data from the table: \"darunrs_near_test_fork.sys_logs\"", "isDeprecated": false, - "name": "block_height", + "name": "delete_darunrs_near_test_fork_sys_logs", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": null, + "name": "date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": null, + "description": "delete single row from the table: \"darunrs_near_test_fork.sys_logs\"", "isDeprecated": false, - "name": "id", + "name": "delete_darunrs_near_test_fork_sys_logs_by_pk", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ + }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "filter the rows which have to be deleted", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": null, + "description": "delete data from the table: \"darunrs_near_test_fork.sys_metadata\"", "isDeprecated": false, - "name": "block_height", + "name": "delete_darunrs_near_test_fork_sys_metadata", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": null, + "name": "attribute", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": null, + "description": "delete single row from the table: \"darunrs_near_test_fork.sys_metadata\"", "isDeprecated": false, - "name": "id", + "name": "delete_darunrs_near_test_fork_sys_metadata_by_pk", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ + }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": null, + "description": "insert data into the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "block_height", + "name": "insert_darunrs_near_bitmap_v3_actions_index", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": null, + "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "id", + "name": "insert_darunrs_near_bitmap_v3_actions_index_one", "type": { - "kind": "SCALAR", - "name": "Float", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", + "ofType": null + } } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], + ], "deprecationReason": null, - "description": null, + "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "aggregate", + "name": "insert_darunrs_near_bitmap_v3_sys_logs", "type": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", "ofType": null } } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", + "ofType": null + } } + ], + "deprecationReason": null, + "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "insert_darunrs_near_bitmap_v3_sys_logs_one", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ + }, { "args": [ { "defaultValue": null, - "description": null, - "name": "columns", + "description": "the rows to be inserted", + "name": "objects", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", + "ofType": null + } } } } }, { "defaultValue": null, - "description": null, - "name": "distinct", + "description": "upsert condition", + "name": "on_conflict", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", "ofType": null } } ], "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, + "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "max", + "name": "insert_darunrs_near_bitmap_v3_sys_metadata", "type": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_max_fields", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", "ofType": null } }, { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_metadata\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", + "ofType": null + } } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", "ofType": null } } - } - }, - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": [ - { + ], "deprecationReason": null, - "description": "unique or primary key constraint on columns \"attribute\"", + "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "sys_metadata_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_constraint", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", + "name": "insert_darunrs_near_bitmap_v3_sys_metadata_one", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_insert_input", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": null, + "description": "insert data into the table: \"darunrs_near_test_fork.indexer_storage\"", "isDeprecated": false, - "name": "attribute", + "name": "insert_darunrs_near_test_fork_indexer_storage", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": null, + "description": "insert a single row into the table: \"darunrs_near_test_fork.indexer_storage\"", "isDeprecated": false, - "name": "value", + "name": "insert_darunrs_near_test_fork_indexer_storage_one", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ + }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": null, + "description": "insert data into the table: \"darunrs_near_test_fork.sys_logs\"", "isDeprecated": false, - "name": "attribute", + "name": "insert_darunrs_near_test_fork_sys_logs", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": null, + "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_logs\"", "isDeprecated": false, - "name": "value", + "name": "insert_darunrs_near_test_fork_sys_logs_one", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ + }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the rows to be inserted", + "name": "objects", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_insert_input", + "ofType": null + } + } + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": "number of rows affected by the mutation", + "description": "insert data into the table: \"darunrs_near_test_fork.sys_metadata\"", "isDeprecated": false, - "name": "affected_rows", + "name": "insert_darunrs_near_test_fork_sys_metadata", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "ofType": null } }, { - "args": [], + "args": [ + { + "defaultValue": null, + "description": "the row to be inserted", + "name": "object", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_insert_input", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "upsert condition", + "name": "on_conflict", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "ofType": null + } + } + ], "deprecationReason": null, - "description": "data from the rows affected by the mutation", + "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_metadata\"", "isDeprecated": false, - "name": "returning", + "name": "insert_darunrs_near_test_fork_sys_metadata_one", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", "ofType": null } } } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "constraint", + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_actions_index", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_constraint", - "ofType": null - } + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", + "ofType": null } }, { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_update_column", + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_pk_columns_input", "ofType": null } } } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_metadata\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_actions_index_by_pk", "type": { - "kind": "ENUM", - "name": "order_by", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_test_fork.sys_metadata", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_actions_index_many", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", "ofType": null } } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" }, { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "possibleTypes": null - }, - { - "description": "input type for updating data in table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_logs", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "value", + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_logs_by_pk", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ + }, { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_logs_many", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", "ofType": null } } }, { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_metadata", "type": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", "ofType": null } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" }, { + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_pk_columns_input", + "ofType": null + } + } + } + ], "deprecationReason": null, - "description": "column name", + "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "name": "update_darunrs_near_bitmap_v3_sys_metadata_by_pk", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", "ofType": null } }, { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_bitmap_v3_sys_metadata_many", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", "ofType": null } } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_updates", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "date", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"date\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } }, { - "defaultValue": null, - "description": null, - "name": "_gt", + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_indexer_storage", "type": { - "kind": "SCALAR", - "name": "date", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "_gte", + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_indexer_storage_by_pk", "type": { - "kind": "SCALAR", - "name": "date", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "_in", + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_test_fork.indexer_storage\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_indexer_storage_many", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "ofType": null + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", "ofType": null } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "ofType": null + } + } } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_logs", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "_is_null", + "args": [ + { + "defaultValue": null, + "description": "increments the numeric columns with given value of the filtered values", + "name": "_inc", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_inc_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_logs_by_pk", "type": { - "kind": "SCALAR", - "name": "Boolean", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "_lt", + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_logs_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_logs\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_logs_many", "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "ofType": null + } } }, { - "defaultValue": null, - "description": null, - "name": "_lte", + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "filter the rows which have to be updated", + "name": "where", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update data of the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_metadata", "type": { - "kind": "SCALAR", - "name": "date", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "_neq", + "args": [ + { + "defaultValue": null, + "description": "sets the columns of the filtered rows to the given values", + "name": "_set", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_set_input", + "ofType": null + } + }, + { + "defaultValue": null, + "description": null, + "name": "pk_columns", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "update single row of the table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_metadata_by_pk", "type": { - "kind": "SCALAR", - "name": "date", + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata", "ofType": null } }, { - "defaultValue": null, - "description": null, - "name": "_nin", + "args": [ + { + "defaultValue": null, + "description": "updates to execute, in order", + "name": "updates", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_updates", + "ofType": null + } + } + } + } + } + ], + "deprecationReason": null, + "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_metadata\"", + "isDeprecated": false, + "name": "update_darunrs_near_test_fork_sys_metadata_many", "type": { "kind": "LIST", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } + "kind": "OBJECT", + "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "ofType": null } } } ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "mutation_root", "possibleTypes": null }, { @@ -18203,139 +24695,42 @@ "inputFields": null, "interfaces": null, "kind": "SCALAR", - "name": "jsonb", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "String", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "jsonb_cast_exp", + "name": "numeric", "possibleTypes": null }, { - "description": "Boolean expression to compare columns of type \"jsonb\". All fields are combined with logical 'AND'.", + "description": "Boolean expression to compare columns of type \"numeric\". All fields are combined with logical 'AND'.", "enumValues": null, "fields": null, "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_cast", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_cast_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "is the column contained in the given json value", - "name": "_contained_in", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column contain the given json value at the top level", - "name": "_contains", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, { "defaultValue": null, "description": null, "name": "_eq", "type": { "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the string exist as a top-level key in the column", - "name": "_has_key", - "type": { - "kind": "SCALAR", - "name": "String", + "name": "numeric", "ofType": null } }, { "defaultValue": null, - "description": "do all of these strings exist as top-level keys in the column", - "name": "_has_keys_all", + "description": null, + "name": "_gt", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "numeric", + "ofType": null } }, { "defaultValue": null, - "description": "do any of these strings exist as top-level keys in the column", - "name": "_has_keys_any", + "description": null, + "name": "_gte", "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } + "kind": "SCALAR", + "name": "numeric", + "ofType": null } }, { @@ -18350,7 +24745,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "jsonb", + "name": "numeric", "ofType": null } } @@ -18372,7 +24767,7 @@ "name": "_lt", "type": { "kind": "SCALAR", - "name": "jsonb", + "name": "numeric", "ofType": null } }, @@ -18382,7 +24777,7 @@ "name": "_lte", "type": { "kind": "SCALAR", - "name": "jsonb", + "name": "numeric", "ofType": null } }, @@ -18392,7 +24787,7 @@ "name": "_neq", "type": { "kind": "SCALAR", - "name": "jsonb", + "name": "numeric", "ofType": null } }, @@ -18408,7 +24803,7 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "jsonb", + "name": "numeric", "ofType": null } } @@ -18417,38 +24812,232 @@ ], "interfaces": null, "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", + "name": "numeric_comparison_exp", "possibleTypes": null }, { - "description": "mutation root", + "description": "column ordering options", + "enumValues": [ + { + "deprecationReason": null, + "description": "in ascending order, nulls last", + "isDeprecated": false, + "name": "asc" + }, + { + "deprecationReason": null, + "description": "in ascending order, nulls first", + "isDeprecated": false, + "name": "asc_nulls_first" + }, + { + "deprecationReason": null, + "description": "in ascending order, nulls last", + "isDeprecated": false, + "name": "asc_nulls_last" + }, + { + "deprecationReason": null, + "description": "in descending order, nulls first", + "isDeprecated": false, + "name": "desc" + }, + { + "deprecationReason": null, + "description": "in descending order, nulls first", + "isDeprecated": false, + "name": "desc_nulls_first" + }, + { + "deprecationReason": null, + "description": "in descending order, nulls last", + "isDeprecated": false, + "name": "desc_nulls_last" + } + ], + "fields": null, + "inputFields": null, + "interfaces": null, + "kind": "ENUM", + "name": "order_by", + "possibleTypes": null + }, + { + "description": null, "enumValues": null, "fields": [ { "args": [ { "defaultValue": null, - "description": "filter the rows which have to be deleted", + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", "name": "where", "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_indexer_storage", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage", "ofType": null } } } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "ofType": null + } + } ], "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "ofType": null + } } }, { @@ -18456,7 +25045,7 @@ { "defaultValue": null, "description": null, - "name": "block_date", + "name": "function_name", "type": { "kind": "NON_NULL", "name": null, @@ -18470,7 +25059,7 @@ { "defaultValue": null, "description": null, - "name": "receiver_id", + "name": "key_name", "type": { "kind": "NON_NULL", "name": null, @@ -18483,12 +25072,12 @@ } ], "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_actions_index_by_pk", + "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_benchmark_indexer_indexer_storage", "ofType": null } }, @@ -18496,217 +25085,174 @@ "args": [ { "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "ofType": null + } } } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": null, - "name": "date", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "id", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "ofType": null + } } } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "filter the rows which have to be deleted", + "description": "filter the rows returned", "name": "where", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null } } ], "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_benchmark_indexer_sys_logs", "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", "ofType": null } } } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null } }, { "args": [ { "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "ofType": null + } } } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_indexer_storage", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": null, - "name": "function_name", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "key_name", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "ofType": null + } } } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "filter the rows which have to be deleted", + "description": "filter the rows returned", "name": "where", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "ofType": null } } ], "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "ofType": null + } } }, { @@ -18741,12 +25287,12 @@ } ], "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_logs_by_pk", + "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_benchmark_indexer_sys_logs", "ofType": null } }, @@ -18754,262 +25300,200 @@ "args": [ { "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "ofType": null + } } } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": null, - "name": "attribute", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_insert_input", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "ofType": null } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "filter the rows returned", + "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_benchmark_indexer_sys_metadata", "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the row to be inserted", - "name": "object", - "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_insert_input", + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", "ofType": null } } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", - "ofType": null - } } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_actions_index_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null } }, { "args": [ { "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", - "ofType": null - } + "kind": "ENUM", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "ofType": null } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", + "kind": "SCALAR", + "name": "Int", "ofType": null } - } - ], - "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "the row to be inserted", - "name": "object", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "ofType": null + } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "filter the rows returned", + "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_logs_one", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "ofType": null + } } }, { - "args": [ - { - "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", - "ofType": null - } - } - } - } - }, + "args": [ { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": null, + "name": "attribute", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } ], "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "name": "darunrs_near_benchmark_indexer_sys_metadata", "ofType": null } }, @@ -19017,200 +25501,214 @@ "args": [ { "defaultValue": null, - "description": "the row to be inserted", - "name": "object", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "ofType": null + } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", + "kind": "SCALAR", + "name": "Int", "ofType": null } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_metadata_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_insert_input", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "ofType": null } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "filter the rows returned", + "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_test_fork.indexer_storage\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_indexer_storage", + "name": "darunrs_near_bitmap_v3_actions_index", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + } + } } }, { "args": [ { "defaultValue": null, - "description": "the row to be inserted", - "name": "object", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_insert_input", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "ofType": null + } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_on_conflict", + "kind": "SCALAR", + "name": "Int", "ofType": null } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_indexer_storage_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_insert_input", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "ofType": null } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "filter the rows returned", + "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_on_conflict", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "ofType": null + } } }, { "args": [ { "defaultValue": null, - "description": "the row to be inserted", - "name": "object", + "description": null, + "name": "block_date", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_insert_input", + "kind": "SCALAR", + "name": "String", "ofType": null } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": null, + "name": "receiver_id", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_on_conflict", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } } } ], "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_logs_one", + "name": "darunrs_near_bitmap_v3_actions_index_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_bitmap_v3_actions_index", "ofType": null } }, @@ -19218,175 +25716,214 @@ "args": [ { "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_insert_input", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "ofType": null } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "filter the rows returned", + "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_test_fork.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_metadata", + "name": "darunrs_near_bitmap_v3_sys_logs", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs", + "ofType": null + } + } + } } }, { "args": [ { "defaultValue": null, - "description": "the row to be inserted", - "name": "object", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_insert_input", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "ofType": null + } } } }, { "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_on_conflict", + "kind": "SCALAR", + "name": "Int", "ofType": null } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_metadata_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_inc_input", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": "sort the rows by one or more columns", + "name": "order_by", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_set_input", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "filter the rows which have to be updated", + "description": "filter the rows returned", "name": "where", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "ofType": null } } ], "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "ofType": null + } } }, { "args": [ { "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": null, + "name": "date", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_set_input", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } } }, { "defaultValue": null, "description": null, - "name": "pk_columns", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_pk_columns_input", + "kind": "SCALAR", + "name": "bigint", "ofType": null } } } ], "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_actions_index_by_pk", + "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_bitmap_v3_sys_logs", "ofType": null } }, @@ -19394,170 +25931,172 @@ "args": [ { "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_updates", - "ofType": null - } + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "ofType": null } } } - } - ], - "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_actions_index_many", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null - } - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": "filter the rows which have to be updated", + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", "name": "where", "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_sys_metadata", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata", "ofType": null } } } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "ofType": null } }, { "args": [ { "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_set_input", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "pk_columns", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_pk_columns_input", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", + "description": "sort the rows by one or more columns", + "name": "order_by", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_updates", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "ofType": null } } } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "ofType": null + } } ], "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_logs_many", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", "ofType": null } } @@ -19566,36 +26105,26 @@ "args": [ { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", + "description": null, + "name": "attribute", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "kind": "SCALAR", + "name": "String", "ofType": null } } } ], "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", + "name": "darunrs_near_bitmap_v3_sys_metadata", "ofType": null } }, @@ -19603,187 +26132,172 @@ "args": [ { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "pk_columns", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_pk_columns_input", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", + "description": "sort the rows by one or more columns", + "name": "order_by", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_updates", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_order_by", + "ofType": null } } } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", + "ofType": null + } } ], "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\"", "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_metadata_many", + "name": "darunrs_near_bitmap_v5_actions_index", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index", "ofType": null } } } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_indexer_storage", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "ofType": null } }, { "args": [ { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "pk_columns", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", + "description": "sort the rows by one or more columns", + "name": "order_by", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_updates", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_order_by", + "ofType": null } } } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", + "ofType": null + } } ], "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_test_fork.indexer_storage\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.actions_index\"", "isDeprecated": false, - "name": "update_darunrs_near_test_fork_indexer_storage_many", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate", "ofType": null } } @@ -19792,46 +26306,40 @@ "args": [ { "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": null, + "name": "block_date", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "date", + "ofType": null + } } }, { "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", + "description": null, + "name": "receiver_id", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "kind": "SCALAR", + "name": "bigint", "ofType": null } } } ], "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\" using primary key columns", "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_bitmap_v5_actions_index_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", + "name": "darunrs_near_bitmap_v5_actions_index", "ofType": null } }, @@ -19839,85 +26347,90 @@ "args": [ { "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_receivers_select_column", + "ofType": null + } + } } }, { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "pk_columns", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", + "description": "sort the rows by one or more columns", + "name": "order_by", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_updates", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_order_by", + "ofType": null } } } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", + "ofType": null + } } ], "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\"", "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_logs_many", + "name": "darunrs_near_bitmap_v5_receivers", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "ofType": null + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers", + "ofType": null + } + } } } }, @@ -19925,300 +26438,112 @@ "args": [ { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", + "description": "distinct select on columns", + "name": "distinct_on", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_bitmap_v5_receivers_select_column", + "ofType": null + } } } - } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", + "description": "limit the number of rows returned", + "name": "limit", "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", + "kind": "SCALAR", + "name": "Int", "ofType": null } }, { "defaultValue": null, - "description": null, - "name": "pk_columns", + "description": "skip the first n rows. Use only with order_by", + "name": "offset", "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - }, - { - "args": [ + }, { "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", + "description": "sort the rows by one or more columns", + "name": "order_by", "type": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_updates", - "ofType": null - } + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_order_by", + "ofType": null } } } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", + "ofType": null + } } ], "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_metadata\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.receivers\"", "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_metadata_many", + "name": "darunrs_near_bitmap_v5_receivers_aggregate", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", + "name": "darunrs_near_bitmap_v5_receivers_aggregate", "ofType": null } } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "mutation_root", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "numeric", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"numeric\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } }, { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null + "args": [ + { + "defaultValue": null, + "description": null, + "name": "id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "possibleTypes": null - }, - { - "description": "column ordering options", - "enumValues": [ - { - "deprecationReason": null, - "description": "in ascending order, nulls last", - "isDeprecated": false, - "name": "asc" - }, - { - "deprecationReason": null, - "description": "in ascending order, nulls first", - "isDeprecated": false, - "name": "asc_nulls_first" - }, - { - "deprecationReason": null, - "description": "in ascending order, nulls last", - "isDeprecated": false, - "name": "asc_nulls_last" - }, - { - "deprecationReason": null, - "description": "in descending order, nulls first", - "isDeprecated": false, - "name": "desc" - }, - { + } + ], "deprecationReason": null, - "description": "in descending order, nulls first", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\" using primary key columns", "isDeprecated": false, - "name": "desc_nulls_first" + "name": "darunrs_near_bitmap_v5_receivers_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_receivers", + "ofType": null + } }, - { - "deprecationReason": null, - "description": "in descending order, nulls last", - "isDeprecated": false, - "name": "desc_nulls_last" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "order_by", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ { "args": [ { @@ -20233,7 +26558,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "name": "darunrs_near_bitmap_v5_sys_logs_select_column", "ofType": null } } @@ -20271,7 +26596,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "name": "darunrs_near_bitmap_v5_sys_logs_order_by", "ofType": null } } @@ -20283,15 +26608,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage", + "name": "darunrs_near_bitmap_v5_sys_logs", "type": { "kind": "NON_NULL", "name": null, @@ -20303,7 +26628,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", + "name": "darunrs_near_bitmap_v5_sys_logs", "ofType": null } } @@ -20324,7 +26649,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "name": "darunrs_near_bitmap_v5_sys_logs_select_column", "ofType": null } } @@ -20362,7 +26687,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "name": "darunrs_near_bitmap_v5_sys_logs_order_by", "ofType": null } } @@ -20374,21 +26699,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", "ofType": null } } @@ -20398,13 +26723,13 @@ { "defaultValue": null, "description": null, - "name": "function_name", + "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "date", "ofType": null } } @@ -20412,25 +26737,25 @@ { "defaultValue": null, "description": null, - "name": "key_name", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", + "name": "darunrs_near_bitmap_v5_sys_logs_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", + "name": "darunrs_near_bitmap_v5_sys_logs", "ofType": null } }, @@ -20448,7 +26773,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", "ofType": null } } @@ -20486,7 +26811,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", "ofType": null } } @@ -20498,15 +26823,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs", + "name": "darunrs_near_bitmap_v5_sys_metadata", "type": { "kind": "NON_NULL", "name": null, @@ -20518,7 +26843,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", + "name": "darunrs_near_bitmap_v5_sys_metadata", "ofType": null } } @@ -20539,7 +26864,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", "ofType": null } } @@ -20577,7 +26902,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", "ofType": null } } @@ -20589,21 +26914,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", "ofType": null } } @@ -20613,17 +26938,204 @@ { "defaultValue": null, "description": null, - "name": "date", + "name": "attribute", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "date", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v5_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v5_sys_metadata", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments", "ofType": null } } + } + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "distinct select on columns", + "name": "distinct_on", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "darunrs_near_social_feed_test_comments_select_column", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "limit the number of rows returned", + "name": "limit", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "skip the first n rows. Use only with order_by", + "name": "offset", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + { + "defaultValue": null, + "description": "sort the rows by one or more columns", + "name": "order_by", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_order_by", + "ofType": null + } + } + } }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_social_feed_test_comments_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.comments\"", + "isDeprecated": false, + "name": "darunrs_near_social_feed_test_comments_aggregate", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_social_feed_test_comments_aggregate", + "ofType": null + } + } + }, + { + "args": [ { "defaultValue": null, "description": null, @@ -20633,19 +27145,19 @@ "name": null, "ofType": { "kind": "SCALAR", - "name": "bigint", + "name": "Int", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", + "name": "darunrs_near_social_feed_test_comments_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", + "name": "darunrs_near_social_feed_test_comments", "ofType": null } }, @@ -20663,7 +27175,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "name": "darunrs_near_social_feed_test_post_likes_select_column", "ofType": null } } @@ -20701,7 +27213,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "name": "darunrs_near_social_feed_test_post_likes_order_by", "ofType": null } } @@ -20713,15 +27225,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata", + "name": "darunrs_near_social_feed_test_post_likes", "type": { "kind": "NON_NULL", "name": null, @@ -20733,7 +27245,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", + "name": "darunrs_near_social_feed_test_post_likes", "ofType": null } } @@ -20754,7 +27266,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "name": "darunrs_near_social_feed_test_post_likes_select_column", "ofType": null } } @@ -20792,7 +27304,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "name": "darunrs_near_social_feed_test_post_likes_order_by", "ofType": null } } @@ -20804,21 +27316,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "name": "darunrs_near_social_feed_test_post_likes_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.post_likes\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "name": "darunrs_near_social_feed_test_post_likes_aggregate", "ofType": null } } @@ -20828,7 +27340,7 @@ { "defaultValue": null, "description": null, - "name": "attribute", + "name": "account_id", "type": { "kind": "NON_NULL", "name": null, @@ -20838,15 +27350,29 @@ "ofType": null } } + }, + { + "defaultValue": null, + "description": null, + "name": "post_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", + "name": "darunrs_near_social_feed_test_post_likes_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", + "name": "darunrs_near_social_feed_test_post_likes", "ofType": null } }, @@ -20864,7 +27390,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "name": "darunrs_near_social_feed_test_posts_select_column", "ofType": null } } @@ -20902,7 +27428,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "name": "darunrs_near_social_feed_test_posts_order_by", "ofType": null } } @@ -20914,15 +27440,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "name": "darunrs_near_social_feed_test_posts_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_social_feed_test_posts", "type": { "kind": "NON_NULL", "name": null, @@ -20934,7 +27460,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_social_feed_test_posts", "ofType": null } } @@ -20955,7 +27481,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "name": "darunrs_near_social_feed_test_posts_select_column", "ofType": null } } @@ -20993,7 +27519,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "name": "darunrs_near_social_feed_test_posts_order_by", "ofType": null } } @@ -21005,21 +27531,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "name": "darunrs_near_social_feed_test_posts_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.posts\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "name": "darunrs_near_social_feed_test_posts_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "name": "darunrs_near_social_feed_test_posts_aggregate", "ofType": null } } @@ -21029,39 +27555,25 @@ { "defaultValue": null, "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "Int", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_by_pk", + "name": "darunrs_near_social_feed_test_posts_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_social_feed_test_posts", "ofType": null } }, @@ -21079,7 +27591,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", "ofType": null } } @@ -21117,7 +27629,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", "ofType": null } } @@ -21129,15 +27641,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs", + "name": "darunrs_near_social_feed_test_sys_logs", "type": { "kind": "NON_NULL", "name": null, @@ -21149,7 +27661,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", + "name": "darunrs_near_social_feed_test_sys_logs", "ofType": null } } @@ -21170,7 +27682,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "name": "darunrs_near_social_feed_test_sys_logs_select_column", "ofType": null } } @@ -21208,7 +27720,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "name": "darunrs_near_social_feed_test_sys_logs_order_by", "ofType": null } } @@ -21220,21 +27732,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "name": "darunrs_near_social_feed_test_sys_logs_aggregate", "ofType": null } } @@ -21271,12 +27783,12 @@ } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", + "name": "darunrs_near_social_feed_test_sys_logs_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", + "name": "darunrs_near_social_feed_test_sys_logs", "ofType": null } }, @@ -21294,7 +27806,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", "ofType": null } } @@ -21332,7 +27844,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", "ofType": null } } @@ -21344,15 +27856,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_social_feed_test_sys_metadata", "type": { "kind": "NON_NULL", "name": null, @@ -21364,7 +27876,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_social_feed_test_sys_metadata", "ofType": null } } @@ -21385,7 +27897,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "name": "darunrs_near_social_feed_test_sys_metadata_select_column", "ofType": null } } @@ -21423,7 +27935,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "name": "darunrs_near_social_feed_test_sys_metadata_order_by", "ofType": null } } @@ -21435,21 +27947,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", "ofType": null } } @@ -21472,12 +27984,12 @@ } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", + "name": "darunrs_near_social_feed_test_sys_metadata_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_social_feed_test_sys_metadata", "ofType": null } }, @@ -21495,7 +28007,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", + "name": "darunrs_near_test_fork_indexer_storage_select_column", "ofType": null } } @@ -21533,7 +28045,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", + "name": "darunrs_near_test_fork_indexer_storage_order_by", "ofType": null } } @@ -21545,15 +28057,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\"", + "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments", + "name": "darunrs_near_test_fork_indexer_storage", "type": { "kind": "NON_NULL", "name": null, @@ -21565,7 +28077,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", + "name": "darunrs_near_test_fork_indexer_storage", "ofType": null } } @@ -21586,7 +28098,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", + "name": "darunrs_near_test_fork_indexer_storage_select_column", "ofType": null } } @@ -21624,7 +28136,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", + "name": "darunrs_near_test_fork_indexer_storage_order_by", "ofType": null } } @@ -21636,21 +28148,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", + "name": "darunrs_near_test_fork_indexer_storage_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.comments\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.indexer_storage\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments_aggregate", + "name": "darunrs_near_test_fork_indexer_storage_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate", + "name": "darunrs_near_test_fork_indexer_storage_aggregate", "ofType": null } } @@ -21660,25 +28172,39 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "function_name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "key_name", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments_by_pk", + "name": "darunrs_near_test_fork_indexer_storage_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", + "name": "darunrs_near_test_fork_indexer_storage", "ofType": null } }, @@ -21696,7 +28222,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", + "name": "darunrs_near_test_fork_sys_logs_select_column", "ofType": null } } @@ -21734,7 +28260,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", + "name": "darunrs_near_test_fork_sys_logs_order_by", "ofType": null } } @@ -21746,15 +28272,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\"", + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes", + "name": "darunrs_near_test_fork_sys_logs", "type": { "kind": "NON_NULL", "name": null, @@ -21766,7 +28292,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", + "name": "darunrs_near_test_fork_sys_logs", "ofType": null } } @@ -21787,7 +28313,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", + "name": "darunrs_near_test_fork_sys_logs_select_column", "ofType": null } } @@ -21825,7 +28351,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", + "name": "darunrs_near_test_fork_sys_logs_order_by", "ofType": null } } @@ -21837,21 +28363,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", + "name": "darunrs_near_test_fork_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.post_likes\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "name": "darunrs_near_test_fork_sys_logs_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate", + "name": "darunrs_near_test_fork_sys_logs_aggregate", "ofType": null } } @@ -21861,13 +28387,13 @@ { "defaultValue": null, "description": null, - "name": "account_id", + "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "date", "ofType": null } } @@ -21875,25 +28401,25 @@ { "defaultValue": null, "description": null, - "name": "post_id", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "bigint", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes_by_pk", + "name": "darunrs_near_test_fork_sys_logs_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", + "name": "darunrs_near_test_fork_sys_logs", "ofType": null } }, @@ -21911,7 +28437,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", + "name": "darunrs_near_test_fork_sys_metadata_select_column", "ofType": null } } @@ -21949,7 +28475,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", + "name": "darunrs_near_test_fork_sys_metadata_order_by", "ofType": null } } @@ -21961,15 +28487,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\"", + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts", + "name": "darunrs_near_test_fork_sys_metadata", "type": { "kind": "NON_NULL", "name": null, @@ -21981,7 +28507,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", + "name": "darunrs_near_test_fork_sys_metadata", "ofType": null } } @@ -22002,7 +28528,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", + "name": "darunrs_near_test_fork_sys_metadata_select_column", "ofType": null } } @@ -22040,7 +28566,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", + "name": "darunrs_near_test_fork_sys_metadata_order_by", "ofType": null } } @@ -22052,21 +28578,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", + "name": "darunrs_near_test_fork_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.posts\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts_aggregate", + "name": "darunrs_near_test_fork_sys_metadata_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate", + "name": "darunrs_near_test_fork_sys_metadata_aggregate", "ofType": null } } @@ -22076,28 +28602,39 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "attribute", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "Int", + "name": "String", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts_by_pk", + "name": "darunrs_near_test_fork_sys_metadata_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", + "name": "darunrs_near_test_fork_sys_metadata", "ofType": null } - }, + } + ], + "inputFields": null, + "interfaces": [], + "kind": "OBJECT", + "name": "query_root", + "possibleTypes": null + }, + { + "description": null, + "enumValues": null, + "fields": [ { "args": [ { @@ -22112,7 +28649,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", "ofType": null } } @@ -22150,7 +28687,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", "ofType": null } } @@ -22162,15 +28699,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs", + "name": "darunrs_near_benchmark_indexer_indexer_storage", "type": { "kind": "NON_NULL", "name": null, @@ -22182,7 +28719,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", + "name": "darunrs_near_benchmark_indexer_indexer_storage", "ofType": null } } @@ -22203,7 +28740,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", + "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", "ofType": null } } @@ -22241,7 +28778,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", + "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", "ofType": null } } @@ -22253,21 +28790,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", + "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", "ofType": null } } @@ -22277,13 +28814,13 @@ { "defaultValue": null, "description": null, - "name": "date", + "name": "function_name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "date", + "name": "String", "ofType": null } } @@ -22291,25 +28828,25 @@ { "defaultValue": null, "description": null, - "name": "id", + "name": "key_name", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "bigint", + "name": "String", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs_by_pk", + "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", + "name": "darunrs_near_benchmark_indexer_indexer_storage", "ofType": null } }, @@ -22317,55 +28854,31 @@ "args": [ { "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "ofType": null - } + "kind": "SCALAR", + "name": "Int", + "ofType": null } } }, { "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", + "description": "cursor to stream the results returned by the query", + "name": "cursor", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input", "ofType": null } } @@ -22377,15 +28890,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.indexer_storage\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata", + "name": "darunrs_near_benchmark_indexer_indexer_storage_stream", "type": { "kind": "NON_NULL", "name": null, @@ -22397,7 +28910,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", + "name": "darunrs_near_benchmark_indexer_indexer_storage", "ofType": null } } @@ -22418,7 +28931,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", "ofType": null } } @@ -22456,7 +28969,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", "ofType": null } } @@ -22468,50 +28981,31 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", + "name": "darunrs_near_benchmark_indexer_sys_logs", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", "ofType": null } } } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "ofType": null } }, { @@ -22528,7 +29022,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", + "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", "ofType": null } } @@ -22566,7 +29060,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", + "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", "ofType": null } } @@ -22578,30 +29072,22 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "ofType": null } } }, @@ -22609,55 +29095,72 @@ "args": [ { "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", + "description": null, + "name": "date", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "ofType": null - } + "kind": "SCALAR", + "name": "date", + "ofType": null } } }, { "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", + "description": null, + "name": "id", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", + "ofType": null + } } - }, + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", + "ofType": null + } + }, + { + "args": [ { "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } } }, { "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", + "description": "cursor to stream the results returned by the query", + "name": "cursor", "type": { - "kind": "LIST", + "kind": "NON_NULL", "name": null, "ofType": { - "kind": "NON_NULL", + "kind": "LIST", "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", + "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input", "ofType": null } } @@ -22669,64 +29172,31 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", + "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.indexer_storage\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage_aggregate", + "name": "darunrs_near_benchmark_indexer_sys_logs_stream", "type": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_logs", "ofType": null } } } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null } }, { @@ -22743,7 +29213,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", "ofType": null } } @@ -22781,7 +29251,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", "ofType": null } } @@ -22793,15 +29263,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_benchmark_indexer_sys_metadata", "type": { "kind": "NON_NULL", "name": null, @@ -22813,7 +29283,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", + "name": "darunrs_near_benchmark_indexer_sys_metadata", "ofType": null } } @@ -22834,7 +29304,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", + "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", "ofType": null } } @@ -22872,7 +29342,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", + "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", "ofType": null } } @@ -22884,21 +29354,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs_aggregate", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate", + "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", "ofType": null } } @@ -22908,40 +29378,93 @@ { "defaultValue": null, "description": null, - "name": "date", + "name": "attribute", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "date", + "name": "String", "ofType": null } } - }, + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + }, + { + "args": [ { "defaultValue": null, - "description": null, - "name": "id", + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "bigint", + "name": "Int", "ofType": null } } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", + "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "ofType": null + } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\" using primary key columns", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs_by_pk", + "name": "darunrs_near_benchmark_indexer_sys_metadata_stream", "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "darunrs_near_benchmark_indexer_sys_metadata", + "ofType": null + } + } + } } }, { @@ -22958,7 +29481,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", "ofType": null } } @@ -22996,7 +29519,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", "ofType": null } } @@ -23008,15 +29531,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata", + "name": "darunrs_near_bitmap_v3_actions_index", "type": { "kind": "NON_NULL", "name": null, @@ -23028,7 +29551,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", + "name": "darunrs_near_bitmap_v3_actions_index", "ofType": null } } @@ -23049,7 +29572,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", + "name": "darunrs_near_bitmap_v3_actions_index_select_column", "ofType": null } } @@ -23087,7 +29610,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", + "name": "darunrs_near_bitmap_v3_actions_index_order_by", "ofType": null } } @@ -23099,21 +29622,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_metadata\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate", + "name": "darunrs_near_bitmap_v3_actions_index_aggregate", "ofType": null } } @@ -23123,39 +29646,109 @@ { "defaultValue": null, "description": null, - "name": "attribute", + "name": "block_date", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index_by_pk", + "type": { + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", + "ofType": null + } + }, + { + "args": [ + { + "defaultValue": null, + "description": "maximum number of rows returned in a single batch", + "name": "batch_size", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": "cursor to stream the results returned by the query", + "name": "cursor", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_input", + "ofType": null + } + } + } + }, + { + "defaultValue": null, + "description": "filter the rows returned", + "name": "where", "type": { + "kind": "INPUT_OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "ofType": null + } + } + ], + "deprecationReason": null, + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.actions_index\"", + "isDeprecated": false, + "name": "darunrs_near_bitmap_v3_actions_index_stream", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { "kind": "NON_NULL", "name": null, "ofType": { - "kind": "SCALAR", - "name": "String", + "kind": "OBJECT", + "name": "darunrs_near_bitmap_v3_actions_index", "ofType": null } } } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "query_root", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ + }, { "args": [ { @@ -23170,7 +29763,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", "ofType": null } } @@ -23208,7 +29801,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", "ofType": null } } @@ -23220,15 +29813,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage", + "name": "darunrs_near_bitmap_v3_sys_logs", "type": { "kind": "NON_NULL", "name": null, @@ -23240,7 +29833,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", + "name": "darunrs_near_bitmap_v3_sys_logs", "ofType": null } } @@ -23261,7 +29854,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", + "name": "darunrs_near_bitmap_v3_sys_logs_select_column", "ofType": null } } @@ -23299,7 +29892,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", + "name": "darunrs_near_bitmap_v3_sys_logs_order_by", "ofType": null } } @@ -23311,21 +29904,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", + "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", "ofType": null } } @@ -23335,13 +29928,13 @@ { "defaultValue": null, "description": null, - "name": "function_name", + "name": "date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "date", "ofType": null } } @@ -23349,25 +29942,25 @@ { "defaultValue": null, "description": null, - "name": "key_name", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", + "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", + "name": "darunrs_near_bitmap_v3_sys_logs", "ofType": null } }, @@ -23399,7 +29992,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input", + "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_input", "ofType": null } } @@ -23411,15 +30004,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", + "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.indexer_storage\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_stream", + "name": "darunrs_near_bitmap_v3_sys_logs_stream", "type": { "kind": "NON_NULL", "name": null, @@ -23431,7 +30024,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", + "name": "darunrs_near_bitmap_v3_sys_logs", "ofType": null } } @@ -23452,7 +30045,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", "ofType": null } } @@ -23490,7 +30083,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", "ofType": null } } @@ -23502,15 +30095,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs", + "name": "darunrs_near_bitmap_v3_sys_metadata", "type": { "kind": "NON_NULL", "name": null, @@ -23522,7 +30115,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", + "name": "darunrs_near_bitmap_v3_sys_metadata", "ofType": null } } @@ -23543,7 +30136,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", + "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", "ofType": null } } @@ -23581,7 +30174,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", + "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", "ofType": null } } @@ -23593,21 +30186,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", + "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", "ofType": null } } @@ -23617,39 +30210,25 @@ { "defaultValue": null, "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", + "name": "attribute", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "bigint", + "name": "String", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", + "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", + "name": "darunrs_near_bitmap_v3_sys_metadata", "ofType": null } }, @@ -23681,7 +30260,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input", + "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input", "ofType": null } } @@ -23693,15 +30272,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_logs\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_stream", + "name": "darunrs_near_bitmap_v3_sys_metadata_stream", "type": { "kind": "NON_NULL", "name": null, @@ -23713,7 +30292,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", + "name": "darunrs_near_bitmap_v3_sys_metadata", "ofType": null } } @@ -23734,7 +30313,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", "ofType": null } } @@ -23772,7 +30351,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_order_by", "ofType": null } } @@ -23784,15 +30363,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata", + "name": "darunrs_near_bitmap_v5_actions_index", "type": { "kind": "NON_NULL", "name": null, @@ -23804,7 +30383,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", + "name": "darunrs_near_bitmap_v5_actions_index", "ofType": null } } @@ -23825,7 +30404,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", + "name": "darunrs_near_bitmap_v5_actions_index_select_column", "ofType": null } } @@ -23863,7 +30442,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", + "name": "darunrs_near_bitmap_v5_actions_index_order_by", "ofType": null } } @@ -23875,21 +30454,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.actions_index\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", + "name": "darunrs_near_bitmap_v5_actions_index_aggregate", "ofType": null } } @@ -23899,25 +30478,39 @@ { "defaultValue": null, "description": null, - "name": "attribute", + "name": "block_date", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "date", + "ofType": null + } + } + }, + { + "defaultValue": null, + "description": null, + "name": "receiver_id", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "bigint", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", + "name": "darunrs_near_bitmap_v5_actions_index_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", + "name": "darunrs_near_bitmap_v5_actions_index", "ofType": null } }, @@ -23949,7 +30542,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input", + "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_input", "ofType": null } } @@ -23961,15 +30554,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_metadata\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.actions_index\"", "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_stream", + "name": "darunrs_near_bitmap_v5_actions_index_stream", "type": { "kind": "NON_NULL", "name": null, @@ -23981,7 +30574,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", + "name": "darunrs_near_bitmap_v5_actions_index", "ofType": null } } @@ -24002,7 +30595,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "name": "darunrs_near_bitmap_v5_receivers_select_column", "ofType": null } } @@ -24040,7 +30633,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "name": "darunrs_near_bitmap_v5_receivers_order_by", "ofType": null } } @@ -24052,15 +30645,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_bitmap_v5_receivers", "type": { "kind": "NON_NULL", "name": null, @@ -24072,7 +30665,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_bitmap_v5_receivers", "ofType": null } } @@ -24093,7 +30686,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", + "name": "darunrs_near_bitmap_v5_receivers_select_column", "ofType": null } } @@ -24131,7 +30724,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", + "name": "darunrs_near_bitmap_v5_receivers_order_by", "ofType": null } } @@ -24143,21 +30736,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.receivers\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "name": "darunrs_near_bitmap_v5_receivers_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", + "name": "darunrs_near_bitmap_v5_receivers_aggregate", "ofType": null } } @@ -24167,39 +30760,25 @@ { "defaultValue": null, "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", + "name": "id", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "bigint", "ofType": null } } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_by_pk", + "name": "darunrs_near_bitmap_v5_receivers_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_bitmap_v5_receivers", "ofType": null } }, @@ -24231,7 +30810,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_input", + "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_input", "ofType": null } } @@ -24243,15 +30822,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", + "name": "darunrs_near_bitmap_v5_receivers_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.actions_index\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.receivers\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_stream", + "name": "darunrs_near_bitmap_v5_receivers_stream", "type": { "kind": "NON_NULL", "name": null, @@ -24263,7 +30842,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", + "name": "darunrs_near_bitmap_v5_receivers", "ofType": null } } @@ -24284,7 +30863,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "name": "darunrs_near_bitmap_v5_sys_logs_select_column", "ofType": null } } @@ -24322,7 +30901,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "name": "darunrs_near_bitmap_v5_sys_logs_order_by", "ofType": null } } @@ -24334,15 +30913,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs", + "name": "darunrs_near_bitmap_v5_sys_logs", "type": { "kind": "NON_NULL", "name": null, @@ -24354,7 +30933,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", + "name": "darunrs_near_bitmap_v5_sys_logs", "ofType": null } } @@ -24375,7 +30954,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", + "name": "darunrs_near_bitmap_v5_sys_logs_select_column", "ofType": null } } @@ -24413,7 +30992,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", + "name": "darunrs_near_bitmap_v5_sys_logs_order_by", "ofType": null } } @@ -24425,21 +31004,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", + "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", "ofType": null } } @@ -24476,12 +31055,12 @@ } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", + "name": "darunrs_near_bitmap_v5_sys_logs_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", + "name": "darunrs_near_bitmap_v5_sys_logs", "ofType": null } }, @@ -24513,7 +31092,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_input", + "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_input", "ofType": null } } @@ -24525,15 +31104,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_logs\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.sys_logs\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_stream", + "name": "darunrs_near_bitmap_v5_sys_logs_stream", "type": { "kind": "NON_NULL", "name": null, @@ -24545,7 +31124,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", + "name": "darunrs_near_bitmap_v5_sys_logs", "ofType": null } } @@ -24566,7 +31145,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", "ofType": null } } @@ -24604,7 +31183,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", "ofType": null } } @@ -24616,15 +31195,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_bitmap_v5_sys_metadata", "type": { "kind": "NON_NULL", "name": null, @@ -24636,7 +31215,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_bitmap_v5_sys_metadata", "ofType": null } } @@ -24657,7 +31236,7 @@ "name": null, "ofType": { "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", + "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", "ofType": null } } @@ -24695,7 +31274,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", + "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", "ofType": null } } @@ -24707,21 +31286,21 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", + "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", "ofType": null } } @@ -24744,12 +31323,12 @@ } ], "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", + "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\" using primary key columns", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", + "name": "darunrs_near_bitmap_v5_sys_metadata_by_pk", "type": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_bitmap_v5_sys_metadata", "ofType": null } }, @@ -24781,7 +31360,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input", + "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_input", "ofType": null } } @@ -24793,15 +31372,15 @@ "name": "where", "type": { "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", + "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", "ofType": null } } ], "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_metadata\"", + "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.sys_metadata\"", "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_stream", + "name": "darunrs_near_bitmap_v5_sys_metadata_stream", "type": { "kind": "NON_NULL", "name": null, @@ -24813,7 +31392,7 @@ "name": null, "ofType": { "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", + "name": "darunrs_near_bitmap_v5_sys_metadata", "ofType": null } } diff --git a/block-streamer/src/graphql/get_bitmap_by_date.rs b/block-streamer/src/graphql/get_bitmap_by_date.rs new file mode 100644 index 000000000..3abe90962 --- /dev/null +++ b/block-streamer/src/graphql/get_bitmap_by_date.rs @@ -0,0 +1,45 @@ +#![allow(clippy::all, warnings)] +pub struct GetBitmapByDate; +pub mod get_bitmap_by_date { + #![allow(dead_code)] + use std::result::Result; + pub const OPERATION_NAME: &str = "GetBitmapByDate"; + pub const QUERY : & str = "query GetBitmapByDate($block_date: date) {\n darunrs_near_bitmap_v5_actions_index(where: {block_date: {_eq: $block_date}}) {\n bitmap\n first_block_height\n }\n}\n" ; + use super::*; + use serde::{Deserialize, Serialize}; + #[allow(dead_code)] + type Boolean = bool; + #[allow(dead_code)] + type Float = f64; + #[allow(dead_code)] + type Int = i64; + #[allow(dead_code)] + type ID = String; + type date = super::date; + #[derive(Serialize)] + pub struct Variables { + pub block_date: Option, + } + impl Variables {} + #[derive(Deserialize)] + pub struct ResponseData { + pub darunrs_near_bitmap_v5_actions_index: + Vec, + } + #[derive(Deserialize)] + pub struct GetBitmapByDateDarunrsNearBitmapV5ActionsIndex { + pub bitmap: String, + pub first_block_height: Int, + } +} +impl graphql_client::GraphQLQuery for GetBitmapByDate { + type Variables = get_bitmap_by_date::Variables; + type ResponseData = get_bitmap_by_date::ResponseData; + fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { + graphql_client::QueryBody { + variables, + query: get_bitmap_by_date::QUERY, + operation_name: get_bitmap_by_date::OPERATION_NAME, + } + } +} diff --git a/coordinator/Cargo.lock b/coordinator/Cargo.lock index 1d60c76ed..5a97a70ae 100644 --- a/coordinator/Cargo.lock +++ b/coordinator/Cargo.lock @@ -369,6 +369,12 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" +[[package]] +name = "ascii" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e" + [[package]] name = "assert_matches" version = "1.5.0" @@ -921,6 +927,7 @@ dependencies = [ "cached", "chrono", "futures", + "graphql_client", "lazy_static", "mockall", "near-lake-framework", @@ -1218,6 +1225,19 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "combine" +version = "3.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680" +dependencies = [ + "ascii", + "byteorder", + "either", + "memchr", + "unreachable", +] + [[package]] name = "combine" version = "4.6.6" @@ -1932,6 +1952,64 @@ version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +[[package]] +name = "graphql-introspection-query" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d" +dependencies = [ + "serde", +] + +[[package]] +name = "graphql-parser" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474" +dependencies = [ + "combine 3.8.1", + "thiserror", +] + +[[package]] +name = "graphql_client" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a50cfdc7f34b7f01909d55c2dcb71d4c13cbcbb4a1605d6c8bd760d654c1144b" +dependencies = [ + "graphql_query_derive", + "serde", + "serde_json", +] + +[[package]] +name = "graphql_client_codegen" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e27ed0c2cf0c0cc52c6bcf3b45c907f433015e580879d14005386251842fb0a" +dependencies = [ + "graphql-introspection-query", + "graphql-parser", + "heck 0.4.1", + "lazy_static", + "proc-macro2", + "quote", + "serde", + "serde_json", + "syn 1.0.109", +] + +[[package]] +name = "graphql_query_derive" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83febfa838f898cfa73dfaa7a8eb69ff3409021ac06ee94cfb3d622f6eeb1a97" +dependencies = [ + "graphql_client_codegen", + "proc-macro2", + "syn 1.0.109", +] + [[package]] name = "group" version = "0.12.1" @@ -3431,7 +3509,7 @@ dependencies = [ "arc-swap", "async-trait", "bytes", - "combine", + "combine 4.6.6", "futures", "futures-util", "itoa", @@ -3453,7 +3531,7 @@ dependencies = [ "arc-swap", "async-trait", "bytes", - "combine", + "combine 4.6.6", "futures", "futures-util", "itoa", @@ -4683,6 +4761,15 @@ version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" +[[package]] +name = "unreachable" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" +dependencies = [ + "void", +] + [[package]] name = "unsafe-libyaml" version = "0.2.9" @@ -4742,6 +4829,12 @@ version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +[[package]] +name = "void" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" + [[package]] name = "vsimd" version = "0.8.0" From 46a0a09931226f0a3bd592ba97987b51e4e81c90 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 12:00:25 -0700 Subject: [PATCH 03/17] Working query to bitmap --- block-streamer/Cargo.lock | 319 +++++++++++++++++- block-streamer/Cargo.toml | 1 + block-streamer/examples/graphql.rs | 22 +- block-streamer/graphql/bitmap/query.graphql | 6 +- .../src/graphql/get_bitmap_by_date.rs | 45 --- coordinator/Cargo.lock | 201 +++++++++-- 6 files changed, 502 insertions(+), 92 deletions(-) delete mode 100644 block-streamer/src/graphql/get_bitmap_by_date.rs diff --git a/block-streamer/Cargo.lock b/block-streamer/Cargo.lock index 27ef2e10e..dc25f080e 100644 --- a/block-streamer/Cargo.lock +++ b/block-streamer/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ "encoding_rs", "flate2", "futures-core", - "h2", + "h2 0.3.26", "http 0.2.12", "httparse", "httpdate", @@ -425,6 +425,12 @@ dependencies = [ "syn 2.0.59", ] +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + [[package]] name = "autocfg" version = "1.2.0" @@ -453,7 +459,7 @@ dependencies = [ "fastrand", "hex", "http 0.2.12", - "hyper", + "hyper 0.14.28", "ring", "time", "tokio", @@ -741,11 +747,11 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "h2", + "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", "http-body 1.0.0", - "hyper", + "hyper 0.14.28", "hyper-rustls", "indexmap 2.2.6", "once_cell", @@ -839,7 +845,7 @@ dependencies = [ "futures-util", "http 0.2.12", "http-body 0.4.6", - "hyper", + "hyper 0.14.28", "itoa", "matchit", "memchr", @@ -904,6 +910,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + [[package]] name = "base64-simd" version = "0.8.0" @@ -976,6 +988,7 @@ dependencies = [ "prost 0.12.4", "redis", "registry-types", + "reqwest", "serde", "serde_json", "tokio", @@ -1819,6 +1832,21 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" +dependencies = [ + "foreign-types-shared", +] + +[[package]] +name = "foreign-types-shared" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + [[package]] name = "form_urlencoded" version = "1.2.1" @@ -2059,6 +2087,25 @@ dependencies = [ "tracing", ] +[[package]] +name = "h2" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.1.0", + "indexmap 2.2.6", + "slab", + "tokio", + "tokio-util 0.7.10", + "tracing", +] + [[package]] name = "hashbrown" version = "0.12.3" @@ -2216,7 +2263,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", + "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", "httparse", @@ -2230,6 +2277,26 @@ dependencies = [ "want", ] +[[package]] +name = "hyper" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.5", + "http 1.1.0", + "http-body 1.0.0", + "httparse", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", +] + [[package]] name = "hyper-rustls" version = "0.24.2" @@ -2238,7 +2305,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper", + "hyper 0.14.28", "log", "rustls", "rustls-native-certs", @@ -2252,12 +2319,48 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper", + "hyper 0.14.28", "pin-project-lite", "tokio", "tokio-io-timeout", ] +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper 1.3.1", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + +[[package]] +name = "hyper-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http 1.1.0", + "http-body 1.0.0", + "hyper 1.3.1", + "pin-project-lite", + "socket2", + "tokio", + "tower", + "tower-service", + "tracing", +] + [[package]] name = "iana-time-zone" version = "0.1.60" @@ -2328,6 +2431,12 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "ipnet" +version = "2.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" + [[package]] name = "itertools" version = "0.10.5" @@ -2560,6 +2669,24 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" +[[package]] +name = "native-tls" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +dependencies = [ + "lazy_static", + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", +] + [[package]] name = "near-account-id" version = "1.0.0" @@ -2919,12 +3046,50 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +[[package]] +name = "openssl" +version = "0.10.64" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +dependencies = [ + "bitflags 2.5.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", +] + +[[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.59", +] + [[package]] name = "openssl-probe" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "openssl-sys" +version = "0.9.102" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +dependencies = [ + "cc", + "libc", + "pkg-config", + "vcpkg", +] + [[package]] name = "opentelemetry" version = "0.17.0" @@ -3530,6 +3695,49 @@ dependencies = [ "serde", ] +[[package]] +name = "reqwest" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" +dependencies = [ + "base64 0.22.1", + "bytes", + "encoding_rs", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.4.5", + "http 1.1.0", + "http-body 1.0.0", + "http-body-util", + "hyper 1.3.1", + "hyper-tls", + "hyper-util", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "rustls-pemfile 2.1.2", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper", + "system-configuration", + "tokio", + "tokio-native-tls", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "winreg", +] + [[package]] name = "rfc6979" version = "0.3.1" @@ -3627,7 +3835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "schannel", "security-framework", ] @@ -3641,6 +3849,22 @@ dependencies = [ "base64 0.21.7", ] +[[package]] +name = "rustls-pemfile" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +dependencies = [ + "base64 0.22.1", + "rustls-pki-types", +] + +[[package]] +name = "rustls-pki-types" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" + [[package]] name = "rustls-webpki" version = "0.101.7" @@ -4073,6 +4297,27 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" +[[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +dependencies = [ + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", +] + +[[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "tempfile" version = "3.10.1" @@ -4207,6 +4452,16 @@ dependencies = [ "syn 2.0.59", ] +[[package]] +name = "tokio-native-tls" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" +dependencies = [ + "native-tls", + "tokio", +] + [[package]] name = "tokio-rustls" version = "0.24.1" @@ -4294,10 +4549,10 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "h2", + "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper", + "hyper 0.14.28", "hyper-timeout", "percent-encoding", "pin-project", @@ -4324,10 +4579,10 @@ dependencies = [ "axum", "base64 0.21.7", "bytes", - "h2", + "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper", + "hyper 0.14.28", "hyper-timeout", "percent-encoding", "pin-project", @@ -4641,6 +4896,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +[[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + [[package]] name = "version_check" version = "0.9.4" @@ -4705,6 +4966,18 @@ dependencies = [ "wasm-bindgen-shared", ] +[[package]] +name = "wasm-bindgen-futures" +version = "0.4.42" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +dependencies = [ + "cfg-if", + "js-sys", + "wasm-bindgen", + "web-sys", +] + [[package]] name = "wasm-bindgen-macro" version = "0.2.92" @@ -4734,6 +5007,16 @@ version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +[[package]] +name = "web-sys" +version = "0.3.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +dependencies = [ + "js-sys", + "wasm-bindgen", +] + [[package]] name = "which" version = "4.4.2" @@ -4931,6 +5214,16 @@ dependencies = [ "memchr", ] +[[package]] +name = "winreg" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + [[package]] name = "xmlparser" version = "0.13.6" diff --git a/block-streamer/Cargo.toml b/block-streamer/Cargo.toml index c4bd5b772..4b54fa848 100644 --- a/block-streamer/Cargo.toml +++ b/block-streamer/Cargo.toml @@ -33,6 +33,7 @@ registry-types = { path = "../registry/types" } near-lake-framework = "0.7.8" graphql_client = "0.14.0" +reqwest = { version = "^0.12.4", features = ["json", "blocking"] } [build-dependencies] tonic-build = "0.10" diff --git a/block-streamer/examples/graphql.rs b/block-streamer/examples/graphql.rs index 9fe732e08..132d432b2 100644 --- a/block-streamer/examples/graphql.rs +++ b/block-streamer/examples/graphql.rs @@ -1,33 +1,37 @@ use graphql_client::{GraphQLQuery, Response}; use std::error::Error; -use reqwest; +use ::reqwest::blocking::Client; #[allow(clippy::upper_case_acronyms)] type URI = String; +type Date = String; #[derive(GraphQLQuery)] #[graphql( schema_path = "graphql/bitmap/schema.json", query_path = "graphql/bitmap/query.graphql", - response_derives = "Debug" + response_derives = "Debug", + normalization = "rust" )] struct GetBitmapByDate; -async fn perform_my_query(variables: get_bitmap_by_date::Variables) -> Result<(), Box> { +fn perform_my_query(variables: get_bitmap_by_date::Variables) -> Result<(), Box> { // this is the important line let request_body = GetBitmapByDate::build_query(variables); - let client = reqwest::Client::new(); - let mut res = client.post("/graphql").json(&request_body).send().await?; - let response_body: Response = res.json().await?; + let client = reqwest::blocking::Client::new(); + let res = client.post("https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql").header("x-hasura-role", "darunrs_near").json(&request_body).send()?; + let response_body: Response = res.json()?; println!("{:#?}", response_body); Ok(()) } -fn main() -> Result<(), anyhow::Error> { +fn main() -> Result<(), Box> { let variables = get_bitmap_by_date::Variables { - block_date: "2024-03-21", + block_date: Some("2024-03-21".to_string()), + limit: Some(100), + offset: Some(0), }; - + perform_my_query(variables) } diff --git a/block-streamer/graphql/bitmap/query.graphql b/block-streamer/graphql/bitmap/query.graphql index 190a8fcb7..ddc181052 100644 --- a/block-streamer/graphql/bitmap/query.graphql +++ b/block-streamer/graphql/bitmap/query.graphql @@ -1,6 +1,6 @@ -query GetBitmapByDate($block_date: date) { - darunrs_near_bitmap_v5_actions_index(where: {block_date: {_eq: $block_date}}) { +query GetBitmapByDate($block_date: date, $limit: Int, $offset: Int) { + darunrs_near_bitmap_v5_actions_index(where: {block_date: {_eq: $block_date}}, limit: $limit, offset: $offset) { bitmap first_block_height } -} +} \ No newline at end of file diff --git a/block-streamer/src/graphql/get_bitmap_by_date.rs b/block-streamer/src/graphql/get_bitmap_by_date.rs deleted file mode 100644 index 3abe90962..000000000 --- a/block-streamer/src/graphql/get_bitmap_by_date.rs +++ /dev/null @@ -1,45 +0,0 @@ -#![allow(clippy::all, warnings)] -pub struct GetBitmapByDate; -pub mod get_bitmap_by_date { - #![allow(dead_code)] - use std::result::Result; - pub const OPERATION_NAME: &str = "GetBitmapByDate"; - pub const QUERY : & str = "query GetBitmapByDate($block_date: date) {\n darunrs_near_bitmap_v5_actions_index(where: {block_date: {_eq: $block_date}}) {\n bitmap\n first_block_height\n }\n}\n" ; - use super::*; - use serde::{Deserialize, Serialize}; - #[allow(dead_code)] - type Boolean = bool; - #[allow(dead_code)] - type Float = f64; - #[allow(dead_code)] - type Int = i64; - #[allow(dead_code)] - type ID = String; - type date = super::date; - #[derive(Serialize)] - pub struct Variables { - pub block_date: Option, - } - impl Variables {} - #[derive(Deserialize)] - pub struct ResponseData { - pub darunrs_near_bitmap_v5_actions_index: - Vec, - } - #[derive(Deserialize)] - pub struct GetBitmapByDateDarunrsNearBitmapV5ActionsIndex { - pub bitmap: String, - pub first_block_height: Int, - } -} -impl graphql_client::GraphQLQuery for GetBitmapByDate { - type Variables = get_bitmap_by_date::Variables; - type ResponseData = get_bitmap_by_date::ResponseData; - fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { - graphql_client::QueryBody { - variables, - query: get_bitmap_by_date::QUERY, - operation_name: get_bitmap_by_date::OPERATION_NAME, - } - } -} diff --git a/coordinator/Cargo.lock b/coordinator/Cargo.lock index 5a97a70ae..17773a172 100644 --- a/coordinator/Cargo.lock +++ b/coordinator/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ "encoding_rs", "flate2", "futures-core", - "h2", + "h2 0.3.24", "http 0.2.11", "httparse", "httpdate", @@ -414,6 +414,12 @@ dependencies = [ "syn 2.0.48", ] +[[package]] +name = "atomic-waker" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + [[package]] name = "autocfg" version = "1.1.0" @@ -442,7 +448,7 @@ dependencies = [ "fastrand", "hex", "http 0.2.11", - "hyper", + "hyper 0.14.27", "ring", "time", "tokio", @@ -707,11 +713,11 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "h2", + "h2 0.3.24", "http 0.2.11", "http-body 0.4.6", "http-body 1.0.0", - "hyper", + "hyper 0.14.27", "hyper-rustls", "once_cell", "pin-project-lite", @@ -801,7 +807,7 @@ dependencies = [ "futures-util", "http 0.2.11", "http-body 0.4.6", - "hyper", + "hyper 0.14.27", "itoa", "matchit", "memchr", @@ -866,6 +872,12 @@ version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + [[package]] name = "base64-simd" version = "0.8.0" @@ -935,6 +947,7 @@ dependencies = [ "prost 0.12.3", "redis 0.21.7", "registry-types", + "reqwest 0.12.4", "serde", "serde_json", "tokio", @@ -2040,6 +2053,25 @@ dependencies = [ "tracing", ] +[[package]] +name = "h2" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.1.0", + "indexmap 2.1.0", + "slab", + "tokio", + "tokio-util 0.7.10", + "tracing", +] + [[package]] name = "hashbrown" version = "0.12.3" @@ -2191,7 +2223,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", + "h2 0.3.24", "http 0.2.11", "http-body 0.4.6", "httparse", @@ -2205,6 +2237,26 @@ dependencies = [ "want", ] +[[package]] +name = "hyper" +version = "1.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.5", + "http 1.1.0", + "http-body 1.0.0", + "httparse", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", + "want", +] + [[package]] name = "hyper-rustls" version = "0.24.2" @@ -2213,7 +2265,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.11", - "hyper", + "hyper 0.14.27", "log", "rustls", "rustls-native-certs", @@ -2227,7 +2279,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper", + "hyper 0.14.27", "pin-project-lite", "tokio", "tokio-io-timeout", @@ -2240,12 +2292,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper", + "hyper 0.14.27", "native-tls", "tokio", "tokio-native-tls", ] +[[package]] +name = "hyper-tls" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +dependencies = [ + "bytes", + "http-body-util", + "hyper 1.3.1", + "hyper-util", + "native-tls", + "tokio", + "tokio-native-tls", + "tower-service", +] + +[[package]] +name = "hyper-util" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http 1.1.0", + "http-body 1.0.0", + "hyper 1.3.1", + "pin-project-lite", + "socket2 0.5.6", + "tokio", + "tower", + "tower-service", + "tracing", +] + [[package]] name = "iana-time-zone" version = "0.1.58" @@ -2653,7 +2741,7 @@ dependencies = [ "near-crypto", "near-jsonrpc-primitives", "near-primitives", - "reqwest", + "reqwest 0.11.24", "serde", "serde_json", "thiserror", @@ -3634,11 +3722,54 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2", + "h2 0.3.24", "http 0.2.11", "http-body 0.4.6", - "hyper", - "hyper-tls", + "hyper 0.14.27", + "hyper-tls 0.5.0", + "ipnet", + "js-sys", + "log", + "mime", + "native-tls", + "once_cell", + "percent-encoding", + "pin-project-lite", + "rustls-pemfile 1.0.4", + "serde", + "serde_json", + "serde_urlencoded", + "sync_wrapper", + "system-configuration", + "tokio", + "tokio-native-tls", + "tower-service", + "url", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "winreg 0.50.0", +] + +[[package]] +name = "reqwest" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" +dependencies = [ + "base64 0.22.1", + "bytes", + "encoding_rs", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.4.5", + "http 1.1.0", + "http-body 1.0.0", + "http-body-util", + "hyper 1.3.1", + "hyper-tls 0.6.0", + "hyper-util", "ipnet", "js-sys", "log", @@ -3647,7 +3778,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls-pemfile", + "rustls-pemfile 2.1.2", "serde", "serde_json", "serde_urlencoded", @@ -3660,7 +3791,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "winreg", + "winreg 0.52.0", ] [[package]] @@ -3760,7 +3891,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "schannel", "security-framework", ] @@ -3774,6 +3905,22 @@ dependencies = [ "base64 0.21.5", ] +[[package]] +name = "rustls-pemfile" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +dependencies = [ + "base64 0.22.1", + "rustls-pki-types", +] + +[[package]] +name = "rustls-pki-types" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" + [[package]] name = "rustls-webpki" version = "0.101.7" @@ -4071,9 +4218,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.2" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smart-default" @@ -4470,10 +4617,10 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "h2", + "h2 0.3.24", "http 0.2.11", "http-body 0.4.6", - "hyper", + "hyper 0.14.27", "hyper-timeout", "percent-encoding", "pin-project", @@ -4500,10 +4647,10 @@ dependencies = [ "axum", "base64 0.21.5", "bytes", - "h2", + "h2 0.3.24", "http 0.2.11", "http-body 0.4.6", - "hyper", + "hyper 0.14.27", "hyper-timeout", "percent-encoding", "pin-project", @@ -5138,6 +5285,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "winreg" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + [[package]] name = "xmlparser" version = "0.13.6" From 9c96ab359f5731e6b5e1bd2160827189e67b7ff2 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 12:16:56 -0700 Subject: [PATCH 04/17] Fix static file path and convert example to async --- block-streamer/examples/graphql.rs | 19 ++++++++++--------- .../get_bitmap_by_date.graphql} | 0 .../{bitmap => darunrs_near}/schema.json | 0 3 files changed, 10 insertions(+), 9 deletions(-) rename block-streamer/graphql/{bitmap/query.graphql => darunrs_near/get_bitmap_by_date.graphql} (100%) rename block-streamer/graphql/{bitmap => darunrs_near}/schema.json (100%) diff --git a/block-streamer/examples/graphql.rs b/block-streamer/examples/graphql.rs index 132d432b2..19244227d 100644 --- a/block-streamer/examples/graphql.rs +++ b/block-streamer/examples/graphql.rs @@ -1,6 +1,6 @@ use graphql_client::{GraphQLQuery, Response}; use std::error::Error; -use ::reqwest::blocking::Client; +use ::reqwest::Client; #[allow(clippy::upper_case_acronyms)] type URI = String; @@ -8,30 +8,31 @@ type Date = String; #[derive(GraphQLQuery)] #[graphql( - schema_path = "graphql/bitmap/schema.json", - query_path = "graphql/bitmap/query.graphql", + schema_path = "graphql/darunrs_near/schema.json", + query_path = "graphql/darunrs_near/get_bitmap_by_date.graphql", response_derives = "Debug", normalization = "rust" )] struct GetBitmapByDate; -fn perform_my_query(variables: get_bitmap_by_date::Variables) -> Result<(), Box> { +async fn perform_my_query(variables: get_bitmap_by_date::Variables) -> Result<(), Box> { // this is the important line let request_body = GetBitmapByDate::build_query(variables); - let client = reqwest::blocking::Client::new(); - let res = client.post("https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql").header("x-hasura-role", "darunrs_near").json(&request_body).send()?; - let response_body: Response = res.json()?; + let client = reqwest::Client::new(); + let res = client.post("https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql").header("x-hasura-role", "darunrs_near").json(&request_body).send().await?; + let response_body: Response = res.json().await?; println!("{:#?}", response_body); Ok(()) } -fn main() -> Result<(), Box> { +#[tokio::main] +async fn main() -> Result<(), Box> { let variables = get_bitmap_by_date::Variables { block_date: Some("2024-03-21".to_string()), limit: Some(100), offset: Some(0), }; - perform_my_query(variables) + perform_my_query(variables).await } diff --git a/block-streamer/graphql/bitmap/query.graphql b/block-streamer/graphql/darunrs_near/get_bitmap_by_date.graphql similarity index 100% rename from block-streamer/graphql/bitmap/query.graphql rename to block-streamer/graphql/darunrs_near/get_bitmap_by_date.graphql diff --git a/block-streamer/graphql/bitmap/schema.json b/block-streamer/graphql/darunrs_near/schema.json similarity index 100% rename from block-streamer/graphql/bitmap/schema.json rename to block-streamer/graphql/darunrs_near/schema.json From d06e33b1bc64a3dafc9630f5f890015be508dac4 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 13:19:45 -0700 Subject: [PATCH 05/17] Update bitmap query --- block-streamer/examples/graphql.rs | 13 +++---- .../darunrs_near/get_bitmap_by_date.graphql | 6 ---- .../graphql/darunrs_near/get_bitmaps.graphql | 6 ++++ block-streamer/src/graphql.rs | 34 +++++++++++++++++++ 4 files changed, 47 insertions(+), 12 deletions(-) delete mode 100644 block-streamer/graphql/darunrs_near/get_bitmap_by_date.graphql create mode 100644 block-streamer/graphql/darunrs_near/get_bitmaps.graphql diff --git a/block-streamer/examples/graphql.rs b/block-streamer/examples/graphql.rs index 19244227d..9962bfbcc 100644 --- a/block-streamer/examples/graphql.rs +++ b/block-streamer/examples/graphql.rs @@ -9,27 +9,28 @@ type Date = String; #[derive(GraphQLQuery)] #[graphql( schema_path = "graphql/darunrs_near/schema.json", - query_path = "graphql/darunrs_near/get_bitmap_by_date.graphql", + query_path = "graphql/darunrs_near/get_bitmaps.graphql", response_derives = "Debug", normalization = "rust" )] -struct GetBitmapByDate; +struct GetBitmaps; -async fn perform_my_query(variables: get_bitmap_by_date::Variables) -> Result<(), Box> { +async fn perform_my_query(variables: get_bitmaps::Variables) -> Result<(), Box> { // this is the important line - let request_body = GetBitmapByDate::build_query(variables); + let request_body = GetBitmaps::build_query(variables); let client = reqwest::Client::new(); let res = client.post("https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql").header("x-hasura-role", "darunrs_near").json(&request_body).send().await?; - let response_body: Response = res.json().await?; + let response_body: Response = res.json().await?; println!("{:#?}", response_body); Ok(()) } #[tokio::main] async fn main() -> Result<(), Box> { - let variables = get_bitmap_by_date::Variables { + let variables = get_bitmaps::Variables { + receiver_ids: Some(".*".to_string()), block_date: Some("2024-03-21".to_string()), limit: Some(100), offset: Some(0), diff --git a/block-streamer/graphql/darunrs_near/get_bitmap_by_date.graphql b/block-streamer/graphql/darunrs_near/get_bitmap_by_date.graphql deleted file mode 100644 index ddc181052..000000000 --- a/block-streamer/graphql/darunrs_near/get_bitmap_by_date.graphql +++ /dev/null @@ -1,6 +0,0 @@ -query GetBitmapByDate($block_date: date, $limit: Int, $offset: Int) { - darunrs_near_bitmap_v5_actions_index(where: {block_date: {_eq: $block_date}}, limit: $limit, offset: $offset) { - bitmap - first_block_height - } -} \ No newline at end of file diff --git a/block-streamer/graphql/darunrs_near/get_bitmaps.graphql b/block-streamer/graphql/darunrs_near/get_bitmaps.graphql new file mode 100644 index 000000000..5b804e8a6 --- /dev/null +++ b/block-streamer/graphql/darunrs_near/get_bitmaps.graphql @@ -0,0 +1,6 @@ +query GetBitmaps($block_date: date, $receiver_ids: String, $limit: Int, $offset: Int) { + darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_regex: $receiver_ids}}}) { + bitmap + first_block_height + } +} \ No newline at end of file diff --git a/block-streamer/src/graphql.rs b/block-streamer/src/graphql.rs index e69de29bb..6ebc1531a 100644 --- a/block-streamer/src/graphql.rs +++ b/block-streamer/src/graphql.rs @@ -0,0 +1,34 @@ +#[allow(clippy::upper_case_acronyms)] +type URI = String; +type Date = String; + +#[derive(GraphQLQuery)] +#[graphql( + schema_path = "graphql/darunrs_near/schema.json", + query_path = "graphql/darunrs_near/get_bitmap_by_date.graphql", + response_derives = "Debug", + normalization = "rust" +)] +struct GetBitmapsByDateAndId; + +pub struct GraphqlClient { + client: reqwest::Client, + graphql_endpoint: URI, +} + +#[cfg(not(test))] +pub use GraphqlClientImpl as GraphqlClient; +#[cfg(test)] +pub use MockGraphqlClientImpl as GraphqlClient; + +#[cfg_attr(test, mockall::automock)] +impl GraphqlClientImpl { + pub fn new (graphql_endpoint: URI) -> Self { + Self { + client: reqwest::Client::new(), + graphql_endpoint, + } + } + + +} From b6b01fc71fd8be125ee7887defaec0bb599e5cc6 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 15:29:05 -0700 Subject: [PATCH 06/17] Call new graphql client in example --- .../examples/{graphql.rs => get_bitmaps.rs} | 19 +++++----- block-streamer/src/graphql.rs | 36 ++++++++++++------- block-streamer/src/lib.rs | 1 + block-streamer/src/main.rs | 1 + 4 files changed, 36 insertions(+), 21 deletions(-) rename block-streamer/examples/{graphql.rs => get_bitmaps.rs} (65%) diff --git a/block-streamer/examples/graphql.rs b/block-streamer/examples/get_bitmaps.rs similarity index 65% rename from block-streamer/examples/graphql.rs rename to block-streamer/examples/get_bitmaps.rs index 9962bfbcc..0e8b2aeb4 100644 --- a/block-streamer/examples/graphql.rs +++ b/block-streamer/examples/get_bitmaps.rs @@ -1,6 +1,7 @@ use graphql_client::{GraphQLQuery, Response}; use std::error::Error; use ::reqwest::Client; +use block_streamer::graphql; #[allow(clippy::upper_case_acronyms)] type URI = String; @@ -16,8 +17,6 @@ type Date = String; struct GetBitmaps; async fn perform_my_query(variables: get_bitmaps::Variables) -> Result<(), Box> { - - // this is the important line let request_body = GetBitmaps::build_query(variables); let client = reqwest::Client::new(); @@ -29,11 +28,13 @@ async fn perform_my_query(variables: get_bitmaps::Variables) -> Result<(), Box Result<(), Box> { - let variables = get_bitmaps::Variables { - receiver_ids: Some(".*".to_string()), - block_date: Some("2024-03-21".to_string()), - limit: Some(100), - offset: Some(0), - }; - perform_my_query(variables).await + // let variables = get_bitmaps::Variables { + // receiver_ids: Some(".*".to_string()), + // block_date: Some("2024-03-21".to_string()), + // limit: Some(100), + // offset: Some(0), + // }; + // perform_my_query(variables).await + let client = graphql::GraphqlClient::new("https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql".to_string()); + client.get_bitmaps("app.nearcrowd.near".to_string(), "2024-03-21".to_string(), 100, 0).await } diff --git a/block-streamer/src/graphql.rs b/block-streamer/src/graphql.rs index 6ebc1531a..be46612de 100644 --- a/block-streamer/src/graphql.rs +++ b/block-streamer/src/graphql.rs @@ -1,34 +1,46 @@ +use graphql_client::{GraphQLQuery, Response}; +use std::error::Error; +use ::reqwest; + +const HASURA_ACCOUNT: &str = "darunrs_near"; + #[allow(clippy::upper_case_acronyms)] -type URI = String; type Date = String; #[derive(GraphQLQuery)] #[graphql( schema_path = "graphql/darunrs_near/schema.json", - query_path = "graphql/darunrs_near/get_bitmap_by_date.graphql", + query_path = "graphql/darunrs_near/get_bitmaps.graphql", response_derives = "Debug", normalization = "rust" )] -struct GetBitmapsByDateAndId; +struct GetBitmaps; pub struct GraphqlClient { client: reqwest::Client, - graphql_endpoint: URI, + graphql_endpoint: String, } -#[cfg(not(test))] -pub use GraphqlClientImpl as GraphqlClient; -#[cfg(test)] -pub use MockGraphqlClientImpl as GraphqlClient; - #[cfg_attr(test, mockall::automock)] -impl GraphqlClientImpl { - pub fn new (graphql_endpoint: URI) -> Self { +impl GraphqlClient { + pub fn new(graphql_endpoint: String) -> Self { Self { client: reqwest::Client::new(), graphql_endpoint, } } - + pub async fn get_bitmaps(&self, receiver_ids: String, block_date: String, limit: i64, offset: i64) -> Result<(), Box> { + let variables = get_bitmaps::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }; + let request_body = GetBitmaps::build_query(variables); + let res = self.client.post(&self.graphql_endpoint).header("x-hasura-role", HASURA_ACCOUNT).json(&request_body).send().await?; + let response_body: Response = res.json().await?; + println!("{:#?}", response_body); + Ok(()) + } } diff --git a/block-streamer/src/lib.rs b/block-streamer/src/lib.rs index a91817f41..594491014 100644 --- a/block-streamer/src/lib.rs +++ b/block-streamer/src/lib.rs @@ -3,3 +3,4 @@ mod blockstreamer { } pub use blockstreamer::*; +pub mod graphql; diff --git a/block-streamer/src/main.rs b/block-streamer/src/main.rs index cee1c402f..29e915823 100644 --- a/block-streamer/src/main.rs +++ b/block-streamer/src/main.rs @@ -2,6 +2,7 @@ use tracing_subscriber::prelude::*; mod block_stream; mod delta_lake_client; +mod graphql; mod indexer_config; mod lake_s3_client; mod metrics; From c17a4a1b523f62ed586ffcf0a7a2f6039d95f2ae Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 17:04:04 -0700 Subject: [PATCH 07/17] Add exact string query --- block-streamer/examples/get_bitmaps.rs | 55 ++++++---------- .../graphql/darunrs_near/get_bitmaps.graphql | 4 +- .../graphql/darunrs_near/get_bitmaps.rs | 48 ++++++++++++++ block-streamer/src/graphql.rs | 66 ++++++++++++++----- .../src/graphql_queries/get_bitmaps_exact.rs | 48 ++++++++++++++ .../graphql_queries/get_bitmaps_wildcard.rs | 48 ++++++++++++++ block-streamer/src/graphql_queries/mod.rs | 2 + block-streamer/src/lib.rs | 1 + block-streamer/src/main.rs | 1 + 9 files changed, 219 insertions(+), 54 deletions(-) create mode 100644 block-streamer/graphql/darunrs_near/get_bitmaps.rs create mode 100644 block-streamer/src/graphql_queries/get_bitmaps_exact.rs create mode 100644 block-streamer/src/graphql_queries/get_bitmaps_wildcard.rs create mode 100644 block-streamer/src/graphql_queries/mod.rs diff --git a/block-streamer/examples/get_bitmaps.rs b/block-streamer/examples/get_bitmaps.rs index 0e8b2aeb4..1a9ba0302 100644 --- a/block-streamer/examples/get_bitmaps.rs +++ b/block-streamer/examples/get_bitmaps.rs @@ -1,40 +1,27 @@ -use graphql_client::{GraphQLQuery, Response}; -use std::error::Error; -use ::reqwest::Client; +// TODO: Remove this file when working query to production bitmap indexer is ready use block_streamer::graphql; -#[allow(clippy::upper_case_acronyms)] -type URI = String; -type Date = String; - -#[derive(GraphQLQuery)] -#[graphql( - schema_path = "graphql/darunrs_near/schema.json", - query_path = "graphql/darunrs_near/get_bitmaps.graphql", - response_derives = "Debug", - normalization = "rust" -)] -struct GetBitmaps; - -async fn perform_my_query(variables: get_bitmaps::Variables) -> Result<(), Box> { - let request_body = GetBitmaps::build_query(variables); - - let client = reqwest::Client::new(); - let res = client.post("https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql").header("x-hasura-role", "darunrs_near").json(&request_body).send().await?; - let response_body: Response = res.json().await?; - println!("{:#?}", response_body); - Ok(()) -} +use std::error::Error; #[tokio::main] async fn main() -> Result<(), Box> { - // let variables = get_bitmaps::Variables { - // receiver_ids: Some(".*".to_string()), - // block_date: Some("2024-03-21".to_string()), - // limit: Some(100), - // offset: Some(0), - // }; - // perform_my_query(variables).await - let client = graphql::GraphqlClient::new("https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql".to_string()); - client.get_bitmaps("app.nearcrowd.near".to_string(), "2024-03-21".to_string(), 100, 0).await + let client = graphql::GraphqlClient::new( + "https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql".to_string(), + ); + let _ = client + .get_bitmaps_wildcard( + "app.nearcrowd.near".to_string(), + "2024-03-21".to_string(), + 100, + 0, + ) + .await; + client + .get_bitmaps_exact( + vec!["app.nearcrowd.near".to_owned()], + "2024-03-21".to_string(), + 100, + 0, + ) + .await } diff --git a/block-streamer/graphql/darunrs_near/get_bitmaps.graphql b/block-streamer/graphql/darunrs_near/get_bitmaps.graphql index 5b804e8a6..3709b6bf9 100644 --- a/block-streamer/graphql/darunrs_near/get_bitmaps.graphql +++ b/block-streamer/graphql/darunrs_near/get_bitmaps.graphql @@ -1,5 +1,5 @@ -query GetBitmaps($block_date: date, $receiver_ids: String, $limit: Int, $offset: Int) { - darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_regex: $receiver_ids}}}) { +query GetBitmapsExact($block_date: date, $receiver_ids: [String!], $limit: Int, $offset: Int) { + darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_in: $receiver_ids}}}) { bitmap first_block_height } diff --git a/block-streamer/graphql/darunrs_near/get_bitmaps.rs b/block-streamer/graphql/darunrs_near/get_bitmaps.rs new file mode 100644 index 000000000..c16b502ae --- /dev/null +++ b/block-streamer/graphql/darunrs_near/get_bitmaps.rs @@ -0,0 +1,48 @@ +#![allow(clippy::all, warnings)] +pub struct GetBitmapsExact; +pub mod get_bitmaps_exact { + #![allow(dead_code)] + use std::result::Result; + pub const OPERATION_NAME: &str = "GetBitmapsExact"; + pub const QUERY : & str = "query GetBitmapsExact($block_date: date, $receiver_ids: [String!], $limit: Int, $offset: Int) {\n darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_in: $receiver_ids}}}) {\n bitmap\n first_block_height\n }\n}" ; + use super::*; + use serde::{Deserialize, Serialize}; + #[allow(dead_code)] + type Boolean = bool; + #[allow(dead_code)] + type Float = f64; + #[allow(dead_code)] + type Int = i64; + #[allow(dead_code)] + type ID = String; + type date = super::date; + #[derive(Serialize)] + pub struct Variables { + pub block_date: Option, + pub receiver_ids: Option>, + pub limit: Option, + pub offset: Option, + } + impl Variables {} + #[derive(Deserialize, Debug)] + pub struct ResponseData { + pub darunrs_near_bitmap_v5_actions_index: + Vec, + } + #[derive(Deserialize, Debug)] + pub struct GetBitmapsExactDarunrsNearBitmapV5ActionsIndex { + pub bitmap: String, + pub first_block_height: Int, + } +} +impl graphql_client::GraphQLQuery for GetBitmapsExact { + type Variables = get_bitmaps_exact::Variables; + type ResponseData = get_bitmaps_exact::ResponseData; + fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { + graphql_client::QueryBody { + variables, + query: get_bitmaps_exact::QUERY, + operation_name: get_bitmaps_exact::OPERATION_NAME, + } + } +} diff --git a/block-streamer/src/graphql.rs b/block-streamer/src/graphql.rs index be46612de..c6657d7aa 100644 --- a/block-streamer/src/graphql.rs +++ b/block-streamer/src/graphql.rs @@ -1,21 +1,11 @@ +use crate::graphql_queries::get_bitmaps_exact::{get_bitmaps_exact, GetBitmapsExact}; +use crate::graphql_queries::get_bitmaps_wildcard::{get_bitmaps_wildcard, GetBitmapsWildcard}; +use ::reqwest; use graphql_client::{GraphQLQuery, Response}; use std::error::Error; -use ::reqwest; const HASURA_ACCOUNT: &str = "darunrs_near"; -#[allow(clippy::upper_case_acronyms)] -type Date = String; - -#[derive(GraphQLQuery)] -#[graphql( - schema_path = "graphql/darunrs_near/schema.json", - query_path = "graphql/darunrs_near/get_bitmaps.graphql", - response_derives = "Debug", - normalization = "rust" -)] -struct GetBitmaps; - pub struct GraphqlClient { client: reqwest::Client, graphql_endpoint: String, @@ -30,17 +20,57 @@ impl GraphqlClient { } } - pub async fn get_bitmaps(&self, receiver_ids: String, block_date: String, limit: i64, offset: i64) -> Result<(), Box> { - let variables = get_bitmaps::Variables { + pub async fn get_bitmaps_exact( + &self, + receiver_ids: Vec, + block_date: String, + limit: i64, + offset: i64, + ) -> Result<(), Box> { + let variables = get_bitmaps_exact::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }; + let request_body = GetBitmapsExact::build_query(variables); + let res = self + .client + .post(&self.graphql_endpoint) + .header("x-hasura-role", HASURA_ACCOUNT) + .json(&request_body) + .send() + .await?; + let response_body: Response = res.json().await?; + println!("{:#?}", response_body); + Ok(()) + } + + pub async fn get_bitmaps_wildcard( + &self, + receiver_ids: String, + block_date: String, + limit: i64, + offset: i64, + ) -> Result<(), Box> { + let variables = get_bitmaps_wildcard::Variables { receiver_ids: Some(receiver_ids), block_date: Some(block_date), limit: Some(limit), offset: Some(offset), }; - let request_body = GetBitmaps::build_query(variables); - let res = self.client.post(&self.graphql_endpoint).header("x-hasura-role", HASURA_ACCOUNT).json(&request_body).send().await?; - let response_body: Response = res.json().await?; + let request_body = GetBitmapsWildcard::build_query(variables); + let res = self + .client + .post(&self.graphql_endpoint) + .header("x-hasura-role", HASURA_ACCOUNT) + .json(&request_body) + .send() + .await?; + let response_body: Response = res.json().await?; println!("{:#?}", response_body); Ok(()) } } + +// TODO: Add Unit Tests diff --git a/block-streamer/src/graphql_queries/get_bitmaps_exact.rs b/block-streamer/src/graphql_queries/get_bitmaps_exact.rs new file mode 100644 index 000000000..f1443c3bf --- /dev/null +++ b/block-streamer/src/graphql_queries/get_bitmaps_exact.rs @@ -0,0 +1,48 @@ +#![allow(clippy::all, warnings)] +pub struct GetBitmapsExact; +pub mod get_bitmaps_exact { + #![allow(dead_code)] + use std::result::Result; + pub const OPERATION_NAME: &str = "GetBitmapsExact"; + pub const QUERY : & str = "query GetBitmapsExact($block_date: date, $receiver_ids: [String!], $limit: Int, $offset: Int) {\n darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_in: $receiver_ids}}}) {\n bitmap\n first_block_height\n }\n}" ; + use super::*; + use serde::{Deserialize, Serialize}; + #[allow(dead_code)] + type Boolean = bool; + #[allow(dead_code)] + type Float = f64; + #[allow(dead_code)] + type Int = i64; + #[allow(dead_code)] + type ID = String; + type date = String; + #[derive(Serialize)] + pub struct Variables { + pub block_date: Option, + pub receiver_ids: Option>, + pub limit: Option, + pub offset: Option, + } + impl Variables {} + #[derive(Deserialize, Debug)] + pub struct ResponseData { + pub darunrs_near_bitmap_v5_actions_index: + Vec, + } + #[derive(Deserialize, Debug)] + pub struct GetBitmapsExactDarunrsNearBitmapV5ActionsIndex { + pub bitmap: String, + pub first_block_height: Int, + } +} +impl graphql_client::GraphQLQuery for GetBitmapsExact { + type Variables = get_bitmaps_exact::Variables; + type ResponseData = get_bitmaps_exact::ResponseData; + fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { + graphql_client::QueryBody { + variables, + query: get_bitmaps_exact::QUERY, + operation_name: get_bitmaps_exact::OPERATION_NAME, + } + } +} diff --git a/block-streamer/src/graphql_queries/get_bitmaps_wildcard.rs b/block-streamer/src/graphql_queries/get_bitmaps_wildcard.rs new file mode 100644 index 000000000..0d57d5da9 --- /dev/null +++ b/block-streamer/src/graphql_queries/get_bitmaps_wildcard.rs @@ -0,0 +1,48 @@ +#![allow(clippy::all, warnings)] +pub struct GetBitmapsWildcard; +pub mod get_bitmaps_wildcard { + #![allow(dead_code)] + use std::result::Result; + pub const OPERATION_NAME: &str = "GetBitmapsWildcard"; + pub const QUERY : & str = "query GetBitmapsWildcard($block_date: date, $receiver_ids: String, $limit: Int, $offset: Int) {\n darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_regex: $receiver_ids}}}) {\n bitmap\n first_block_height\n }\n}" ; + use super::*; + use serde::{Deserialize, Serialize}; + #[allow(dead_code)] + type Boolean = bool; + #[allow(dead_code)] + type Float = f64; + #[allow(dead_code)] + type Int = i64; + #[allow(dead_code)] + type ID = String; + type date = String; + #[derive(Serialize)] + pub struct Variables { + pub block_date: Option, + pub receiver_ids: Option, + pub limit: Option, + pub offset: Option, + } + impl Variables {} + #[derive(Deserialize, Debug)] + pub struct ResponseData { + pub darunrs_near_bitmap_v5_actions_index: + Vec, + } + #[derive(Deserialize, Debug)] + pub struct GetBitmapsWildcardDarunrsNearBitmapV5ActionsIndex { + pub bitmap: String, + pub first_block_height: Int, + } +} +impl graphql_client::GraphQLQuery for GetBitmapsWildcard { + type Variables = get_bitmaps_wildcard::Variables; + type ResponseData = get_bitmaps_wildcard::ResponseData; + fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { + graphql_client::QueryBody { + variables, + query: get_bitmaps_wildcard::QUERY, + operation_name: get_bitmaps_wildcard::OPERATION_NAME, + } + } +} diff --git a/block-streamer/src/graphql_queries/mod.rs b/block-streamer/src/graphql_queries/mod.rs new file mode 100644 index 000000000..3c653c616 --- /dev/null +++ b/block-streamer/src/graphql_queries/mod.rs @@ -0,0 +1,2 @@ +pub mod get_bitmaps_wildcard; +pub mod get_bitmaps_exact; diff --git a/block-streamer/src/lib.rs b/block-streamer/src/lib.rs index 594491014..9b6201984 100644 --- a/block-streamer/src/lib.rs +++ b/block-streamer/src/lib.rs @@ -4,3 +4,4 @@ mod blockstreamer { pub use blockstreamer::*; pub mod graphql; +pub mod graphql_queries; diff --git a/block-streamer/src/main.rs b/block-streamer/src/main.rs index 29e915823..561aca132 100644 --- a/block-streamer/src/main.rs +++ b/block-streamer/src/main.rs @@ -3,6 +3,7 @@ use tracing_subscriber::prelude::*; mod block_stream; mod delta_lake_client; mod graphql; +mod graphql_queries; mod indexer_config; mod lake_s3_client; mod metrics; From 471d9f0f39e0a8a27c3f65573ef65fef1c13fd74 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 17:09:11 -0700 Subject: [PATCH 08/17] Add README and remove unnecessary static files --- block-streamer/README.md | 8 + .../graphql/darunrs_near/get_bitmaps.graphql | 6 - .../graphql/darunrs_near/get_bitmaps.rs | 48 - .../graphql/darunrs_near/schema.json | 33739 ---------------- 4 files changed, 8 insertions(+), 33793 deletions(-) create mode 100644 block-streamer/README.md delete mode 100644 block-streamer/graphql/darunrs_near/get_bitmaps.graphql delete mode 100644 block-streamer/graphql/darunrs_near/get_bitmaps.rs delete mode 100644 block-streamer/graphql/darunrs_near/schema.json diff --git a/block-streamer/README.md b/block-streamer/README.md new file mode 100644 index 000000000..98a9a0a86 --- /dev/null +++ b/block-streamer/README.md @@ -0,0 +1,8 @@ +// TODO: Improve README further + +Generating schema.json +graphql-client introspect-schema --output PATH_TO_SOMEWHERE HASURA_ENDPOINT/v1/graphql --header 'x-hasura-role: SOME_HASURA_ROLE' + +Generating Rust types file for query +graphql-client generate --schema-path PATH_TO_SCHEMA_JSON --response-derives 'Debug' --output-directory PATH_TO_GRAPHQL_QUERIES_FOLDER PATH_TO_QUERY_GRAPHQL_FILE +After the codegen comples, you may need to manually modify the file further to resolve issues such as "super::date" not being found. diff --git a/block-streamer/graphql/darunrs_near/get_bitmaps.graphql b/block-streamer/graphql/darunrs_near/get_bitmaps.graphql deleted file mode 100644 index 3709b6bf9..000000000 --- a/block-streamer/graphql/darunrs_near/get_bitmaps.graphql +++ /dev/null @@ -1,6 +0,0 @@ -query GetBitmapsExact($block_date: date, $receiver_ids: [String!], $limit: Int, $offset: Int) { - darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_in: $receiver_ids}}}) { - bitmap - first_block_height - } -} \ No newline at end of file diff --git a/block-streamer/graphql/darunrs_near/get_bitmaps.rs b/block-streamer/graphql/darunrs_near/get_bitmaps.rs deleted file mode 100644 index c16b502ae..000000000 --- a/block-streamer/graphql/darunrs_near/get_bitmaps.rs +++ /dev/null @@ -1,48 +0,0 @@ -#![allow(clippy::all, warnings)] -pub struct GetBitmapsExact; -pub mod get_bitmaps_exact { - #![allow(dead_code)] - use std::result::Result; - pub const OPERATION_NAME: &str = "GetBitmapsExact"; - pub const QUERY : & str = "query GetBitmapsExact($block_date: date, $receiver_ids: [String!], $limit: Int, $offset: Int) {\n darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_in: $receiver_ids}}}) {\n bitmap\n first_block_height\n }\n}" ; - use super::*; - use serde::{Deserialize, Serialize}; - #[allow(dead_code)] - type Boolean = bool; - #[allow(dead_code)] - type Float = f64; - #[allow(dead_code)] - type Int = i64; - #[allow(dead_code)] - type ID = String; - type date = super::date; - #[derive(Serialize)] - pub struct Variables { - pub block_date: Option, - pub receiver_ids: Option>, - pub limit: Option, - pub offset: Option, - } - impl Variables {} - #[derive(Deserialize, Debug)] - pub struct ResponseData { - pub darunrs_near_bitmap_v5_actions_index: - Vec, - } - #[derive(Deserialize, Debug)] - pub struct GetBitmapsExactDarunrsNearBitmapV5ActionsIndex { - pub bitmap: String, - pub first_block_height: Int, - } -} -impl graphql_client::GraphQLQuery for GetBitmapsExact { - type Variables = get_bitmaps_exact::Variables; - type ResponseData = get_bitmaps_exact::ResponseData; - fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { - graphql_client::QueryBody { - variables, - query: get_bitmaps_exact::QUERY, - operation_name: get_bitmaps_exact::OPERATION_NAME, - } - } -} diff --git a/block-streamer/graphql/darunrs_near/schema.json b/block-streamer/graphql/darunrs_near/schema.json deleted file mode 100644 index d10e6709d..000000000 --- a/block-streamer/graphql/darunrs_near/schema.json +++ /dev/null @@ -1,33739 +0,0 @@ -{ - "data": { - "__schema": { - "directives": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "if", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - ], - "description": "whether this query should be included", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "name": "include" - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "if", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - ], - "description": "whether this query should be skipped", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "name": "skip" - }, - { - "args": [ - { - "defaultValue": "60", - "description": "measured in seconds", - "name": "ttl", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": "false", - "description": "refresh the cache entry", - "name": "refresh", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - } - ], - "description": "whether this query should be cached (Hasura Cloud only)", - "locations": [ - "QUERY" - ], - "name": "cached" - } - ], - "mutationType": { - "name": "mutation_root" - }, - "queryType": { - "name": "query_root" - }, - "subscriptionType": { - "name": "subscription_root" - }, - "types": [ - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "Boolean", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "Float", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "Int", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "String", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given case-insensitive pattern", - "name": "_ilike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "does the column match the given POSIX regular expression, case insensitive", - "name": "_iregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given pattern", - "name": "_like", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given case-insensitive pattern", - "name": "_nilike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given POSIX regular expression, case insensitive", - "name": "_niregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given pattern", - "name": "_nlike", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given POSIX regular expression, case sensitive", - "name": "_nregex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column NOT match the given SQL regular expression", - "name": "_nsimilar", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given POSIX regular expression, case sensitive", - "name": "_regex", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column match the given SQL regular expression", - "name": "_similar", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "args", - "type": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isRepeatable", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "locations", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Directive", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "deprecationReason", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isDeprecated", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__EnumValue", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "args", - "type": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "deprecationReason", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "isDeprecated", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Field", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "defaultValue", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__InputValue", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "directives", - "type": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "mutationType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "queryType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "subscriptionType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "types", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Schema", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "description", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": "false", - "description": null, - "name": "includeDeprecated", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "enumValues", - "type": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": "false", - "description": null, - "name": "includeDeprecated", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "fields", - "type": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "inputFields", - "type": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "interfaces", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "kind", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ofType", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "possibleTypes", - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "__Type", - "possibleTypes": null - }, - { - "description": null, - "enumValues": [ - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "ENUM" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "INPUT_OBJECT" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "INTERFACE" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "LIST" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "NON_NULL" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "OBJECT" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "SCALAR" - }, - { - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "UNION" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "__TypeKind", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "bigint", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"bigint\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "possibleTypes": null - }, - { - "description": "ordering argument of a cursor", - "enumValues": [ - { - "deprecationReason": null, - "description": "ascending ordering of the cursor", - "isDeprecated": false, - "name": "ASC" - }, - { - "deprecationReason": null, - "description": "descending ordering of the cursor", - "isDeprecated": false, - "name": "DESC" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "cursor_ordering", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_benchmark_indexer.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_benchmark_indexer.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_benchmark_indexer.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_benchmark_indexer.indexer_storage\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_benchmark_indexer.indexer_storage\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_benchmark_indexer.indexer_storage\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "function_name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "key_name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_benchmark_indexer_indexer_storage\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_benchmark_indexer.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_benchmark_indexer.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_benchmark_indexer.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_benchmark_indexer.sys_logs\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_benchmark_indexer.sys_logs\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_benchmark_indexer.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_benchmark_indexer_sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_sum_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_benchmark_indexer.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_benchmark_indexer.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_benchmark_indexer.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_benchmark_indexer.sys_metadata\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_benchmark_indexer.sys_metadata\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_benchmark_indexer.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_benchmark_indexer_sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "bitmap", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v3.actions_index\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"receiver_id\", \"block_date\"", - "isDeprecated": false, - "name": "actions_index_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_constraint", - "possibleTypes": null - }, - { - "description": "input type for incrementing numeric columns in table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_inc_input", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_insert_input", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "data from the rows affected by the mutation", - "isDeprecated": false, - "name": "returning", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_update_column", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v3.actions_index\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_bitmap_v3.actions_index", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "bitmap" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "first_block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "last_elias_gamma_start_bit" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "max_index" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receiver_id" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", - "possibleTypes": null - }, - { - "description": "input type for updating data in table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_set_input", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_bitmap_v3_actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_sum_fields", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_bitmap_v3.actions_index\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "bitmap" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "first_block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "last_elias_gamma_start_bit" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "max_index" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receiver_id" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_updates", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v3.sys_logs\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"id\", \"date\"", - "isDeprecated": false, - "name": "sys_logs_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_constraint", - "possibleTypes": null - }, - { - "description": "input type for incrementing numeric columns in table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "data from the rows affected by the mutation", - "isDeprecated": false, - "name": "returning", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_update_column", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v3.sys_logs\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_bitmap_v3.sys_logs", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", - "possibleTypes": null - }, - { - "description": "input type for updating data in table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_set_input", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_bitmap_v3_sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_sum_fields", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_bitmap_v3.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_updates", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v3.sys_metadata\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"attribute\"", - "isDeprecated": false, - "name": "sys_metadata_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_constraint", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "data from the rows affected by the mutation", - "isDeprecated": false, - "name": "returning", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_update_column", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v3.sys_metadata\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_bitmap_v3.sys_metadata", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", - "possibleTypes": null - }, - { - "description": "input type for updating data in table \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_bitmap_v3_sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_bitmap_v3.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_updates", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "bitmap", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "receiver", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp_count", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp_count", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_fields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_avg_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_max_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_min_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_sum_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_pop_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_samp_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_variance_order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_order_by", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_avg_fields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_avg_order_by", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.actions_index\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_max_fields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_max_order_by", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_min_fields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_min_order_by", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.actions_index\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "bitmap" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "first_block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "last_elias_gamma_start_bit" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "max_index" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receiver_id" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_fields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_order_by", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_pop() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_pop_order_by", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_samp() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stddev_samp_order_by", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "bitmap", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_sum_fields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_sum_order_by", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_pop_fields", - "possibleTypes": null - }, - { - "description": "order by var_pop() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_pop_order_by", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_samp_fields", - "possibleTypes": null - }, - { - "description": "order by var_samp() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_var_samp_order_by", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "first_block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max_index", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_variance_fields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"darunrs_near_bitmap_v5.actions_index\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "first_block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_elias_gamma_start_bit", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max_index", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_variance_order_by", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_bitmap_v5.receivers\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "actions_index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "actions_index_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_bitmap_v5.receivers\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_bitmap_v5.receivers\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_receivers_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.receivers\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "actions_index", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "actions_index_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.receivers\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "actions_index_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_bitmap_v5.receivers\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receiver" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_receivers_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_receivers\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_sum_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_bitmap_v5.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_bitmap_v5.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_bitmap_v5.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.sys_logs\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.sys_logs\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_bitmap_v5.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_logs_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_sum_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_bitmap_v5.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_bitmap_v5.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_bitmap_v5.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_bitmap_v5.sys_metadata\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_bitmap_v5.sys_metadata\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_bitmap_v5.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_bitmap_v5_sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "content", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "post", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp_count", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_fields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_fields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_avg_order_by", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.comments\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "content", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_fields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_max_order_by", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "content", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_fields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_min_order_by", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.comments\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "account_id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "content" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "post_id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receipt_id" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_fields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_order_by", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_pop_order_by", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stddev_samp_order_by", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_fields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_sum_order_by", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_fields", - "possibleTypes": null - }, - { - "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_pop_order_by", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_fields", - "possibleTypes": null - }, - { - "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_var_samp_order_by", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_fields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.comments\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_variance_order_by", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "An object relationship", - "isDeprecated": false, - "name": "post", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "arguments", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "filter", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "predicate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_fields", - "possibleTypes": null - }, - { - "description": "order by aggregate values of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "avg", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "count", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "max", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "min", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "stddev_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "sum", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "var_pop", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "var_samp", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "variance", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_fields", - "possibleTypes": null - }, - { - "description": "order by avg() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_avg_order_by", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.post_likes\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_fields", - "possibleTypes": null - }, - { - "description": "order by max() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_max_order_by", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_fields", - "possibleTypes": null - }, - { - "description": "order by min() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_min_order_by", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.post_likes\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "account_id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "post_id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receipt_id" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_fields", - "possibleTypes": null - }, - { - "description": "order by stddev() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_order_by", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_pop_order_by", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "order by stddev_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stddev_samp_order_by", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_fields", - "possibleTypes": null - }, - { - "description": "order by sum() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_sum_order_by", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_fields", - "possibleTypes": null - }, - { - "description": "order by var_pop() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_pop_order_by", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_fields", - "possibleTypes": null - }, - { - "description": "order by var_samp() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_var_samp_order_by", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "post_id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_fields", - "possibleTypes": null - }, - { - "description": "order by variance() on columns of table \"darunrs_near_social_feed_test.post_likes\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_variance_order_by", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_social_feed_test.posts\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "JSON select path", - "name": "path", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "accounts_liked", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "comments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "comments_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "content", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An array relationship", - "isDeprecated": false, - "name": "post_likes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "An aggregate relationship", - "isDeprecated": false, - "name": "post_likes_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_social_feed_test.posts\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_social_feed_test.posts\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.posts\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accounts_liked", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "comments", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "comments_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "Int_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_comment_timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_likes", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_likes_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "content", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "content", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.posts\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accounts_liked", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "comments_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_comment_timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_likes_aggregate", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate_order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.posts\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "account_id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "accounts_liked" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "content" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "last_comment_timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "receipt_id" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_posts\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "accounts_liked", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "content", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "receipt_id", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_sum_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "last_comment_timestamp", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_logs\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_logs\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_sum_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_social_feed_test.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_social_feed_test.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_social_feed_test.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_social_feed_test.sys_metadata\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_min_fields", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_social_feed_test.sys_metadata\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_social_feed_test.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_social_feed_test_sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.indexer_storage\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"function_name\", \"key_name\"", - "isDeprecated": false, - "name": "indexer_storage_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_constraint", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_insert_input", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "data from the rows affected by the mutation", - "isDeprecated": false, - "name": "returning", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_update_column", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_test_fork.indexer_storage\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_test_fork.indexer_storage", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "function_name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "key_name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "possibleTypes": null - }, - { - "description": "input type for updating data in table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_test_fork_indexer_storage\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_test_fork.indexer_storage\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "function_name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "key_name" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_updates", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "avg", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_avg_fields", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_min_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "stddev_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "sum", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_sum_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_pop", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "var_samp", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "variance", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_variance_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate_fields", - "possibleTypes": null - }, - { - "description": "aggregate avg on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_avg_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_logs\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "INPUT_OBJECT", - "name": "bigint_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"id\", \"date\"", - "isDeprecated": false, - "name": "sys_logs_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_constraint", - "possibleTypes": null - }, - { - "description": "input type for incrementing numeric columns in table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_insert_input", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "data from the rows affected by the mutation", - "isDeprecated": false, - "name": "returning", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_update_column", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_logs\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_test_fork.sys_logs", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", - "possibleTypes": null - }, - { - "description": "input type for updating data in table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", - "possibleTypes": null - }, - { - "description": "aggregate stddev on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate stddev_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stddev_samp_fields", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_logs\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "level", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "message", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "timestamp", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "type", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "aggregate sum on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_sum_fields", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_test_fork.sys_logs\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "block_height" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "date" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "id" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "level" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "message" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "timestamp" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "type" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_updates", - "possibleTypes": null - }, - { - "description": "aggregate var_pop on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_pop_fields", - "possibleTypes": null - }, - { - "description": "aggregate var_samp on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_var_samp_fields", - "possibleTypes": null - }, - { - "description": "aggregate variance on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "block_height", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "id", - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_variance_fields", - "possibleTypes": null - }, - { - "description": "columns and relationships of \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "possibleTypes": null - }, - { - "description": "aggregated selection of \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "aggregate", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "nodes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate", - "possibleTypes": null - }, - { - "description": "aggregate fields of \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "columns", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "distinct", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "count", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "max", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_max_fields", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "min", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_min_fields", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate_fields", - "possibleTypes": null - }, - { - "description": "Boolean expression to filter rows from the table \"darunrs_near_test_fork.sys_metadata\". All fields are combined with a logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_and", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_not", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_or", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "possibleTypes": null - }, - { - "description": "unique or primary key constraints on table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "unique or primary key constraint on columns \"attribute\"", - "isDeprecated": false, - "name": "sys_metadata_pkey" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_constraint", - "possibleTypes": null - }, - { - "description": "input type for inserting data into table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_insert_input", - "possibleTypes": null - }, - { - "description": "aggregate max on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_max_fields", - "possibleTypes": null - }, - { - "description": "aggregate min on columns", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "args": [], - "deprecationReason": null, - "description": null, - "isDeprecated": false, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_min_fields", - "possibleTypes": null - }, - { - "description": "response of any mutation on the table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": [ - { - "args": [], - "deprecationReason": null, - "description": "number of rows affected by the mutation", - "isDeprecated": false, - "name": "affected_rows", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "args": [], - "deprecationReason": null, - "description": "data from the rows affected by the mutation", - "isDeprecated": false, - "name": "returning", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "possibleTypes": null - }, - { - "description": "on_conflict condition type for table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "constraint", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_constraint", - "ofType": null - } - } - }, - { - "defaultValue": "[]", - "description": null, - "name": "update_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_update_column", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_on_conflict", - "possibleTypes": null - }, - { - "description": "Ordering options when selecting data from \"darunrs_near_test_fork.sys_metadata\".", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "ENUM", - "name": "order_by", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", - "possibleTypes": null - }, - { - "description": "primary key columns input for table: darunrs_near_test_fork.sys_metadata", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", - "possibleTypes": null - }, - { - "description": "select columns of table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "possibleTypes": null - }, - { - "description": "input type for updating data in table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", - "possibleTypes": null - }, - { - "description": "Streaming cursor of the table \"darunrs_near_test_fork_sys_metadata\"", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "Stream column input with initial value", - "name": "initial_value", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor ordering", - "name": "ordering", - "type": { - "kind": "ENUM", - "name": "cursor_ordering", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_input", - "possibleTypes": null - }, - { - "description": "Initial value of the column from where the streaming should start", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "value", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_value_input", - "possibleTypes": null - }, - { - "description": "update columns of table \"darunrs_near_test_fork.sys_metadata\"", - "enumValues": [ - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "attribute" - }, - { - "deprecationReason": null, - "description": "column name", - "isDeprecated": false, - "name": "value" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_update_column", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_updates", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "date", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"date\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "date_comparison_exp", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "jsonb", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "String", - "type": { - "kind": "INPUT_OBJECT", - "name": "String_comparison_exp", - "ofType": null - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "jsonb_cast_exp", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"jsonb\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_cast", - "type": { - "kind": "INPUT_OBJECT", - "name": "jsonb_cast_exp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "is the column contained in the given json value", - "name": "_contained_in", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the column contain the given json value at the top level", - "name": "_contains", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "does the string exist as a top-level key in the column", - "name": "_has_key", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "do all of these strings exist as top-level keys in the column", - "name": "_has_keys_all", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "do any of these strings exist as top-level keys in the column", - "name": "_has_keys_any", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "jsonb", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "jsonb_comparison_exp", - "possibleTypes": null - }, - { - "description": "mutation root", - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_actions_index", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_actions_index_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "delete_darunrs_near_bitmap_v3_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_indexer_storage", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "filter the rows which have to be deleted", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete data from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "delete single row from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "delete_darunrs_near_test_fork_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_insert_input", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_actions_index", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the row to be inserted", - "name": "object", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_insert_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_actions_index_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the row to be inserted", - "name": "object", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_insert_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_logs_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the row to be inserted", - "name": "object", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_insert_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "insert_darunrs_near_bitmap_v3_sys_metadata_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_insert_input", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_indexer_storage", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the row to be inserted", - "name": "object", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_insert_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_indexer_storage_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_insert_input", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the row to be inserted", - "name": "object", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_insert_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_logs_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the rows to be inserted", - "name": "objects", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_insert_input", - "ofType": null - } - } - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert data into the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "the row to be inserted", - "name": "object", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_insert_input", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "upsert condition", - "name": "on_conflict", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_on_conflict", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "insert a single row into the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "insert_darunrs_near_test_fork_sys_metadata_one", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_actions_index", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_pk_columns_input", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_actions_index_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_updates", - "ofType": null - } - } - } - } - } - ], - "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_actions_index_many", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_mutation_response", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_pk_columns_input", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_updates", - "ofType": null - } - } - } - } - } - ], - "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_logs_many", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_mutation_response", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_pk_columns_input", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_updates", - "ofType": null - } - } - } - } - } - ], - "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_bitmap_v3_sys_metadata_many", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_mutation_response", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_indexer_storage", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_pk_columns_input", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_updates", - "ofType": null - } - } - } - } - } - ], - "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_indexer_storage_many", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_mutation_response", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_logs", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "increments the numeric columns with given value of the filtered values", - "name": "_inc", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_inc_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_pk_columns_input", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_updates", - "ofType": null - } - } - } - } - } - ], - "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_logs_many", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_mutation_response", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "filter the rows which have to be updated", - "name": "where", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update data of the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_metadata", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "sets the columns of the filtered rows to the given values", - "name": "_set", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_set_input", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "pk_columns", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_pk_columns_input", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "update single row of the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "updates to execute, in order", - "name": "updates", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_updates", - "ofType": null - } - } - } - } - } - ], - "deprecationReason": null, - "description": "update multiples rows of table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "update_darunrs_near_test_fork_sys_metadata_many", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_mutation_response", - "ofType": null - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "mutation_root", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "numeric", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"numeric\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "numeric", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "numeric_comparison_exp", - "possibleTypes": null - }, - { - "description": "column ordering options", - "enumValues": [ - { - "deprecationReason": null, - "description": "in ascending order, nulls last", - "isDeprecated": false, - "name": "asc" - }, - { - "deprecationReason": null, - "description": "in ascending order, nulls first", - "isDeprecated": false, - "name": "asc_nulls_first" - }, - { - "deprecationReason": null, - "description": "in ascending order, nulls last", - "isDeprecated": false, - "name": "asc_nulls_last" - }, - { - "deprecationReason": null, - "description": "in descending order, nulls first", - "isDeprecated": false, - "name": "desc" - }, - { - "deprecationReason": null, - "description": "in descending order, nulls first", - "isDeprecated": false, - "name": "desc_nulls_first" - }, - { - "deprecationReason": null, - "description": "in descending order, nulls last", - "isDeprecated": false, - "name": "desc_nulls_last" - } - ], - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "ENUM", - "name": "order_by", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_actions_index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_actions_index_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_actions_index_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_receivers_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_receivers", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_receivers_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.receivers\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_receivers_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_receivers_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.comments\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.post_likes\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.posts\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "query_root", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": [ - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.indexer_storage\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_indexer_storage_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_indexer_storage", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_logs_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_benchmark_indexer_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_benchmark_indexer.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_benchmark_indexer.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_benchmark_indexer.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_benchmark_indexer_sys_metadata_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_benchmark_indexer_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.actions_index\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_actions_index_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_actions_index", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_logs_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v3_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v3.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v3.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v3_sys_metadata_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v3_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_actions_index", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_actions_index_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_actions_index_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "block_date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "receiver_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.actions_index\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_actions_index_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.actions_index\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_actions_index_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_actions_index", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_receivers_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_receivers", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_receivers_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.receivers\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_receivers_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.receivers\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_receivers_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_receivers_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.receivers\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_receivers_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_receivers", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_logs_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_bitmap_v5_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_bitmap_v5.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_bitmap_v5.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_bitmap_v5.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_bitmap_v5_sys_metadata_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_bitmap_v5_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_comments_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.comments\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.comments\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_comments_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.comments\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_comments_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_comments", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_post_likes_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.post_likes\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "account_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "post_id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.post_likes\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_post_likes_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.post_likes\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_post_likes_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_post_likes", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_posts_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.posts\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.posts\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_posts_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.posts\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_posts_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_posts", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_logs_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_social_feed_test_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_social_feed_test.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_social_feed_test.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_social_feed_test.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_social_feed_test_sys_metadata_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_social_feed_test_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_indexer_storage_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "function_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "key_name", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.indexer_storage\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_indexer_storage_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_test_fork.indexer_storage\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_indexer_storage_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_indexer_storage", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_logs_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "date", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "date", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "id", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "bigint", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_logs\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_logs_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_test_fork.sys_logs\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_logs_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_logs", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - } - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "distinct select on columns", - "name": "distinct_on", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "darunrs_near_test_fork_sys_metadata_select_column", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "limit the number of rows returned", - "name": "limit", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "skip the first n rows. Use only with order_by", - "name": "offset", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - { - "defaultValue": null, - "description": "sort the rows by one or more columns", - "name": "order_by", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_order_by", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch aggregated fields from the table: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata_aggregate", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_aggregate", - "ofType": null - } - } - }, - { - "args": [ - { - "defaultValue": null, - "description": null, - "name": "attribute", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table: \"darunrs_near_test_fork.sys_metadata\" using primary key columns", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata_by_pk", - "type": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - }, - { - "args": [ - { - "defaultValue": null, - "description": "maximum number of rows returned in a single batch", - "name": "batch_size", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - } - }, - { - "defaultValue": null, - "description": "cursor to stream the results returned by the query", - "name": "cursor", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_stream_cursor_input", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": "filter the rows returned", - "name": "where", - "type": { - "kind": "INPUT_OBJECT", - "name": "darunrs_near_test_fork_sys_metadata_bool_exp", - "ofType": null - } - } - ], - "deprecationReason": null, - "description": "fetch data from the table in a streaming manner: \"darunrs_near_test_fork.sys_metadata\"", - "isDeprecated": false, - "name": "darunrs_near_test_fork_sys_metadata_stream", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "darunrs_near_test_fork_sys_metadata", - "ofType": null - } - } - } - } - } - ], - "inputFields": null, - "interfaces": [], - "kind": "OBJECT", - "name": "subscription_root", - "possibleTypes": null - }, - { - "description": null, - "enumValues": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "kind": "SCALAR", - "name": "timestamp", - "possibleTypes": null - }, - { - "description": "Boolean expression to compare columns of type \"timestamp\". All fields are combined with logical 'AND'.", - "enumValues": null, - "fields": null, - "inputFields": [ - { - "defaultValue": null, - "description": null, - "name": "_eq", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gt", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_gte", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_in", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - } - } - }, - { - "defaultValue": null, - "description": null, - "name": "_is_null", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lt", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_lte", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_neq", - "type": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - }, - { - "defaultValue": null, - "description": null, - "name": "_nin", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "timestamp", - "ofType": null - } - } - } - } - ], - "interfaces": null, - "kind": "INPUT_OBJECT", - "name": "timestamp_comparison_exp", - "possibleTypes": null - } - ] - } - } -} \ No newline at end of file From d87e7c7d01ddabdeedcc07bac793ee32648c8ea9 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 17:11:36 -0700 Subject: [PATCH 09/17] Fix formatting issues --- block-streamer/Cargo.toml | 10 ++++------ block-streamer/src/graphql_queries/mod.rs | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/block-streamer/Cargo.toml b/block-streamer/Cargo.toml index 4b54fa848..581b38cfb 100644 --- a/block-streamer/Cargo.toml +++ b/block-streamer/Cargo.toml @@ -13,11 +13,15 @@ borsh = "0.10.2" cached = "0.49.3" chrono = "0.4.25" futures = "0.3.5" +graphql_client = "0.14.0" lazy_static = "1.4.0" mockall = "0.11.4" +near-lake-framework = "0.7.8" prometheus = "0.13.3" prost = "0.12.3" redis = { version = "0.21.5", features = ["tokio-comp", "connection-manager"] } +registry-types = { path = "../registry/types" } +reqwest = { version = "^0.12.4", features = ["json", "blocking"] } serde = { version = "1", features = ["derive"] } serde_json = "1.0.55" tracing = "0.1.40" @@ -29,12 +33,6 @@ tokio-stream = "0.1.14" tonic = "0.10.2" wildmatch = "2.1.1" -registry-types = { path = "../registry/types" } - -near-lake-framework = "0.7.8" -graphql_client = "0.14.0" -reqwest = { version = "^0.12.4", features = ["json", "blocking"] } - [build-dependencies] tonic-build = "0.10" diff --git a/block-streamer/src/graphql_queries/mod.rs b/block-streamer/src/graphql_queries/mod.rs index 3c653c616..8ebe158f4 100644 --- a/block-streamer/src/graphql_queries/mod.rs +++ b/block-streamer/src/graphql_queries/mod.rs @@ -1,2 +1,2 @@ -pub mod get_bitmaps_wildcard; pub mod get_bitmaps_exact; +pub mod get_bitmaps_wildcard; From e6dca938e8d67422c9eee0b4213bafb9ae4298bd Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 17:37:44 -0700 Subject: [PATCH 10/17] Update function return types --- block-streamer/examples/get_bitmaps.rs | 19 ++++++++++++------- block-streamer/src/graphql.rs | 16 ++++++++-------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/block-streamer/examples/get_bitmaps.rs b/block-streamer/examples/get_bitmaps.rs index 1a9ba0302..7d2dd10fb 100644 --- a/block-streamer/examples/get_bitmaps.rs +++ b/block-streamer/examples/get_bitmaps.rs @@ -8,20 +8,25 @@ async fn main() -> Result<(), Box> { let client = graphql::GraphqlClient::new( "https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql".to_string(), ); - let _ = client - .get_bitmaps_wildcard( - "app.nearcrowd.near".to_string(), + + let exact_query = client + .get_bitmaps_exact( + vec!["app.nearcrowd.near".to_owned()], "2024-03-21".to_string(), 100, 0, ) .await; - client - .get_bitmaps_exact( - vec!["app.nearcrowd.near".to_owned()], + println!("exact query: {:#?}", exact_query); + + let wildcard_query = client + .get_bitmaps_wildcard( + "app.nearcrowd.near".to_string(), "2024-03-21".to_string(), 100, 0, ) - .await + .await; + println!("wildcard query: {:#?}", wildcard_query); + Ok(()) } diff --git a/block-streamer/src/graphql.rs b/block-streamer/src/graphql.rs index c6657d7aa..36981a48b 100644 --- a/block-streamer/src/graphql.rs +++ b/block-streamer/src/graphql.rs @@ -26,7 +26,7 @@ impl GraphqlClient { block_date: String, limit: i64, offset: i64, - ) -> Result<(), Box> { + ) -> Result, Box> { let variables = get_bitmaps_exact::Variables { receiver_ids: Some(receiver_ids), block_date: Some(block_date), @@ -40,10 +40,10 @@ impl GraphqlClient { .header("x-hasura-role", HASURA_ACCOUNT) .json(&request_body) .send() - .await?; + .await + .expect("Failed to query bitmaps for list of exact receivers"); let response_body: Response = res.json().await?; - println!("{:#?}", response_body); - Ok(()) + Ok(response_body) } pub async fn get_bitmaps_wildcard( @@ -52,7 +52,7 @@ impl GraphqlClient { block_date: String, limit: i64, offset: i64, - ) -> Result<(), Box> { + ) -> Result, Box> { let variables = get_bitmaps_wildcard::Variables { receiver_ids: Some(receiver_ids), block_date: Some(block_date), @@ -66,10 +66,10 @@ impl GraphqlClient { .header("x-hasura-role", HASURA_ACCOUNT) .json(&request_body) .send() - .await?; + .await + .expect("Failed to query bitmaps for wildcard receivers"); let response_body: Response = res.json().await?; - println!("{:#?}", response_body); - Ok(()) + Ok(response_body) } } From 8cc9810bd1526d5f82f1398ab6d56b2b7c46f9cd Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 18:25:14 -0700 Subject: [PATCH 11/17] Prepare for PR --- block-streamer/examples/get_bitmaps.rs | 32 ----- block-streamer/src/graphql.rs | 76 ----------- block-streamer/src/graphql/client.rs | 126 ++++++++++++++++++ block-streamer/src/graphql/mod.rs | 2 + .../queries}/get_bitmaps_exact.rs | 0 .../queries}/get_bitmaps_wildcard.rs | 0 .../queries}/mod.rs | 0 block-streamer/src/lib.rs | 2 - block-streamer/src/main.rs | 1 - 9 files changed, 128 insertions(+), 111 deletions(-) delete mode 100644 block-streamer/examples/get_bitmaps.rs delete mode 100644 block-streamer/src/graphql.rs create mode 100644 block-streamer/src/graphql/client.rs create mode 100644 block-streamer/src/graphql/mod.rs rename block-streamer/src/{graphql_queries => graphql/queries}/get_bitmaps_exact.rs (100%) rename block-streamer/src/{graphql_queries => graphql/queries}/get_bitmaps_wildcard.rs (100%) rename block-streamer/src/{graphql_queries => graphql/queries}/mod.rs (100%) diff --git a/block-streamer/examples/get_bitmaps.rs b/block-streamer/examples/get_bitmaps.rs deleted file mode 100644 index 7d2dd10fb..000000000 --- a/block-streamer/examples/get_bitmaps.rs +++ /dev/null @@ -1,32 +0,0 @@ -// TODO: Remove this file when working query to production bitmap indexer is ready -use block_streamer::graphql; - -use std::error::Error; - -#[tokio::main] -async fn main() -> Result<(), Box> { - let client = graphql::GraphqlClient::new( - "https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql".to_string(), - ); - - let exact_query = client - .get_bitmaps_exact( - vec!["app.nearcrowd.near".to_owned()], - "2024-03-21".to_string(), - 100, - 0, - ) - .await; - println!("exact query: {:#?}", exact_query); - - let wildcard_query = client - .get_bitmaps_wildcard( - "app.nearcrowd.near".to_string(), - "2024-03-21".to_string(), - 100, - 0, - ) - .await; - println!("wildcard query: {:#?}", wildcard_query); - Ok(()) -} diff --git a/block-streamer/src/graphql.rs b/block-streamer/src/graphql.rs deleted file mode 100644 index 36981a48b..000000000 --- a/block-streamer/src/graphql.rs +++ /dev/null @@ -1,76 +0,0 @@ -use crate::graphql_queries::get_bitmaps_exact::{get_bitmaps_exact, GetBitmapsExact}; -use crate::graphql_queries::get_bitmaps_wildcard::{get_bitmaps_wildcard, GetBitmapsWildcard}; -use ::reqwest; -use graphql_client::{GraphQLQuery, Response}; -use std::error::Error; - -const HASURA_ACCOUNT: &str = "darunrs_near"; - -pub struct GraphqlClient { - client: reqwest::Client, - graphql_endpoint: String, -} - -#[cfg_attr(test, mockall::automock)] -impl GraphqlClient { - pub fn new(graphql_endpoint: String) -> Self { - Self { - client: reqwest::Client::new(), - graphql_endpoint, - } - } - - pub async fn get_bitmaps_exact( - &self, - receiver_ids: Vec, - block_date: String, - limit: i64, - offset: i64, - ) -> Result, Box> { - let variables = get_bitmaps_exact::Variables { - receiver_ids: Some(receiver_ids), - block_date: Some(block_date), - limit: Some(limit), - offset: Some(offset), - }; - let request_body = GetBitmapsExact::build_query(variables); - let res = self - .client - .post(&self.graphql_endpoint) - .header("x-hasura-role", HASURA_ACCOUNT) - .json(&request_body) - .send() - .await - .expect("Failed to query bitmaps for list of exact receivers"); - let response_body: Response = res.json().await?; - Ok(response_body) - } - - pub async fn get_bitmaps_wildcard( - &self, - receiver_ids: String, - block_date: String, - limit: i64, - offset: i64, - ) -> Result, Box> { - let variables = get_bitmaps_wildcard::Variables { - receiver_ids: Some(receiver_ids), - block_date: Some(block_date), - limit: Some(limit), - offset: Some(offset), - }; - let request_body = GetBitmapsWildcard::build_query(variables); - let res = self - .client - .post(&self.graphql_endpoint) - .header("x-hasura-role", HASURA_ACCOUNT) - .json(&request_body) - .send() - .await - .expect("Failed to query bitmaps for wildcard receivers"); - let response_body: Response = res.json().await?; - Ok(response_body) - } -} - -// TODO: Add Unit Tests diff --git a/block-streamer/src/graphql/client.rs b/block-streamer/src/graphql/client.rs new file mode 100644 index 000000000..efe798317 --- /dev/null +++ b/block-streamer/src/graphql/client.rs @@ -0,0 +1,126 @@ +use crate::graphql::queries::get_bitmaps_exact::{get_bitmaps_exact, GetBitmapsExact}; +use crate::graphql::queries::get_bitmaps_wildcard::{get_bitmaps_wildcard, GetBitmapsWildcard}; +use ::reqwest; +use graphql_client::{GraphQLQuery, Response}; +use std::error::Error; + +// TODO: Use Dataplatform account +const HASURA_ACCOUNT: &str = "darunrs_near"; + +pub struct GraphqlClient { + client: reqwest::Client, + graphql_endpoint: String, +} + +#[cfg_attr(test, mockall::automock)] +impl GraphqlClient { + pub fn new(graphql_endpoint: String) -> Self { + Self { + client: reqwest::Client::new(), + graphql_endpoint, + } + } + + pub async fn get_bitmaps_exact( + &self, + receiver_ids: Vec, + block_date: String, + limit: i64, + offset: i64, + ) -> Result< + Vec, + Box, + > { + let variables = get_bitmaps_exact::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }; + let request_body = GetBitmapsExact::build_query(variables); + let res = self + .client + .post(&self.graphql_endpoint) + .header("x-hasura-role", HASURA_ACCOUNT) + .json(&request_body) + .send() + .await + .expect("Failed to query bitmaps for list of exact receivers"); + let response_body: Response = res.json().await?; + match response_body.data { + Some(data) => Ok(data.darunrs_near_bitmap_v5_actions_index), + None => Ok([].into()), + } + } + + pub async fn get_bitmaps_wildcard( + &self, + receiver_ids: String, + block_date: String, + limit: i64, + offset: i64, + ) -> Result< + Vec, + Box, + > { + let variables = get_bitmaps_wildcard::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }; + let request_body = GetBitmapsWildcard::build_query(variables); + let res = self + .client + .post(&self.graphql_endpoint) + .header("x-hasura-role", HASURA_ACCOUNT) + .json(&request_body) + .send() + .await + .expect("Failed to query bitmaps for wildcard receivers"); + let response_body: Response = res.json().await?; + match response_body.data { + Some(data) => Ok(data.darunrs_near_bitmap_v5_actions_index), + None => Ok([].into()), + } + } +} + +// TODO: Remove Unit tests after bitmap query is integrated into the main application +#[cfg(test)] +mod tests { + use super::*; + + const HASURA_ENDPOINT: &str = + "https://queryapi-hasura-graphql-mainnet-vcqilefdcq-ew.a.run.app/v1/graphql"; + + #[tokio::test] + async fn test_get_bitmaps_exact() { + let client = GraphqlClient::new(HASURA_ENDPOINT.to_string()); + let receiver_ids = vec!["app.nearcrowd.near".to_string()]; + let block_date = "2024-03-21".to_string(); + let limit = 10; + let offset = 0; + let response = client + .get_bitmaps_exact(receiver_ids, block_date, limit, offset) + .await + .unwrap(); + assert_eq!(response[0].first_block_height, 115130287); + } + + // This query takes several seconds + #[ignore] + #[tokio::test] + async fn test_get_bitmaps_wildcard() { + let client = GraphqlClient::new(HASURA_ENDPOINT.to_string()); + let receiver_ids = "app.nearcrowd.near".to_string(); + let block_date = "2024-03-21".to_string(); + let limit = 10; + let offset = 0; + let response = client + .get_bitmaps_wildcard(receiver_ids, block_date, limit, offset) + .await + .unwrap(); + assert_eq!(response[0].first_block_height, 115130287); + } +} diff --git a/block-streamer/src/graphql/mod.rs b/block-streamer/src/graphql/mod.rs new file mode 100644 index 000000000..a718684ac --- /dev/null +++ b/block-streamer/src/graphql/mod.rs @@ -0,0 +1,2 @@ +pub mod client; +pub mod queries; diff --git a/block-streamer/src/graphql_queries/get_bitmaps_exact.rs b/block-streamer/src/graphql/queries/get_bitmaps_exact.rs similarity index 100% rename from block-streamer/src/graphql_queries/get_bitmaps_exact.rs rename to block-streamer/src/graphql/queries/get_bitmaps_exact.rs diff --git a/block-streamer/src/graphql_queries/get_bitmaps_wildcard.rs b/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs similarity index 100% rename from block-streamer/src/graphql_queries/get_bitmaps_wildcard.rs rename to block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs diff --git a/block-streamer/src/graphql_queries/mod.rs b/block-streamer/src/graphql/queries/mod.rs similarity index 100% rename from block-streamer/src/graphql_queries/mod.rs rename to block-streamer/src/graphql/queries/mod.rs diff --git a/block-streamer/src/lib.rs b/block-streamer/src/lib.rs index 9b6201984..a91817f41 100644 --- a/block-streamer/src/lib.rs +++ b/block-streamer/src/lib.rs @@ -3,5 +3,3 @@ mod blockstreamer { } pub use blockstreamer::*; -pub mod graphql; -pub mod graphql_queries; diff --git a/block-streamer/src/main.rs b/block-streamer/src/main.rs index 561aca132..29e915823 100644 --- a/block-streamer/src/main.rs +++ b/block-streamer/src/main.rs @@ -3,7 +3,6 @@ use tracing_subscriber::prelude::*; mod block_stream; mod delta_lake_client; mod graphql; -mod graphql_queries; mod indexer_config; mod lake_s3_client; mod metrics; From 028fcc2e794a1111dd7e439fa65a02a55907c3eb Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 18:33:07 -0700 Subject: [PATCH 12/17] Improve README and add TODOs --- block-streamer/README.md | 14 +++++++++----- .../src/graphql/queries/get_bitmaps_exact.rs | 1 + .../src/graphql/queries/get_bitmaps_wildcard.rs | 1 + 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/block-streamer/README.md b/block-streamer/README.md index 98a9a0a86..17ad94a7d 100644 --- a/block-streamer/README.md +++ b/block-streamer/README.md @@ -1,8 +1,12 @@ // TODO: Improve README further -Generating schema.json -graphql-client introspect-schema --output PATH_TO_SOMEWHERE HASURA_ENDPOINT/v1/graphql --header 'x-hasura-role: SOME_HASURA_ROLE' +## GraphQL Code Generation +Querying a GraphQL requires informing Rust of the correct types to deserialize the response data into. In order to do this, the schema of the GraphQL data needs to be introspected. Following that, the query intended to be called needs to be fully defined. With this information, code can be generated using the graphql-client API. Below are the instructions on how to do so. -Generating Rust types file for query -graphql-client generate --schema-path PATH_TO_SCHEMA_JSON --response-derives 'Debug' --output-directory PATH_TO_GRAPHQL_QUERIES_FOLDER PATH_TO_QUERY_GRAPHQL_FILE -After the codegen comples, you may need to manually modify the file further to resolve issues such as "super::date" not being found. +### Generating schema.json +Run the following command with the relevant sections replaced. It will create a JSON containing schemas for ALL tables under some Hasura Role. +`graphql-client introspect-schema --output PATH_TO_SOMEWHERE HASURA_ENDPOINT/v1/graphql --header 'x-hasura-role: SOME_HASURA_ROLE'` + +### Generating Rust types file for query +Run the following command with the correct arguments to generate a Rust file containing Structs and Modules to deserialize GraphQL responses for that particular query. After the codegen completes, you may need to manually modify the file further to resolve type issues. For example, replacing `super::date` with `String`. +`graphql-client generate --schema-path PATH_TO_SCHEMA_JSON --response-derives 'Debug' --output-directory PATH_TO_GRAPHQL_QUERIES_FOLDER PATH_TO_QUERY_GRAPHQL_FILE` diff --git a/block-streamer/src/graphql/queries/get_bitmaps_exact.rs b/block-streamer/src/graphql/queries/get_bitmaps_exact.rs index f1443c3bf..7acf624c4 100644 --- a/block-streamer/src/graphql/queries/get_bitmaps_exact.rs +++ b/block-streamer/src/graphql/queries/get_bitmaps_exact.rs @@ -1,3 +1,4 @@ +// TODO: Replace this file with query agaisnt production Indexer #![allow(clippy::all, warnings)] pub struct GetBitmapsExact; pub mod get_bitmaps_exact { diff --git a/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs b/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs index 0d57d5da9..bebb9ee6e 100644 --- a/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs +++ b/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs @@ -1,3 +1,4 @@ +// TODO: Replace this file with query agaisnt production Indexer #![allow(clippy::all, warnings)] pub struct GetBitmapsWildcard; pub mod get_bitmaps_wildcard { From cdb596d56de3f245efa12b9029d7f49c11d13f59 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Mon, 20 May 2024 18:34:05 -0700 Subject: [PATCH 13/17] More spacing in README --- block-streamer/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/block-streamer/README.md b/block-streamer/README.md index 17ad94a7d..701d18846 100644 --- a/block-streamer/README.md +++ b/block-streamer/README.md @@ -4,9 +4,11 @@ Querying a GraphQL requires informing Rust of the correct types to deserialize the response data into. In order to do this, the schema of the GraphQL data needs to be introspected. Following that, the query intended to be called needs to be fully defined. With this information, code can be generated using the graphql-client API. Below are the instructions on how to do so. ### Generating schema.json -Run the following command with the relevant sections replaced. It will create a JSON containing schemas for ALL tables under some Hasura Role. +Run the following command with the relevant sections replaced. It will create a JSON containing schemas for ALL tables under some Hasura Role. + `graphql-client introspect-schema --output PATH_TO_SOMEWHERE HASURA_ENDPOINT/v1/graphql --header 'x-hasura-role: SOME_HASURA_ROLE'` ### Generating Rust types file for query -Run the following command with the correct arguments to generate a Rust file containing Structs and Modules to deserialize GraphQL responses for that particular query. After the codegen completes, you may need to manually modify the file further to resolve type issues. For example, replacing `super::date` with `String`. +Run the following command with the correct arguments to generate a Rust file containing Structs and Modules to deserialize GraphQL responses for that particular query. After the codegen completes, you may need to manually modify the file further to resolve type issues. For example, replacing `super::date` with `String`. + `graphql-client generate --schema-path PATH_TO_SCHEMA_JSON --response-derives 'Debug' --output-directory PATH_TO_GRAPHQL_QUERIES_FOLDER PATH_TO_QUERY_GRAPHQL_FILE` From ad5d90d970b7786e45eb76837da873ebd1e046ad Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Tue, 21 May 2024 11:51:45 -0700 Subject: [PATCH 14/17] Address PR Comments --- block-streamer/Cargo.lock | 146 +- block-streamer/Cargo.toml | 7 +- .../darunrs_near/get_bitmaps_exact.graphql | 6 + .../darunrs_near/get_bitmaps_wildcard.graphql | 6 + .../graphql/darunrs_near/schema.graphql | 6178 +++++++++++++++++ block-streamer/src/graphql/client.rs | 122 +- block-streamer/src/graphql/mod.rs | 1 - .../src/graphql/queries/get_bitmaps_exact.rs | 49 - .../graphql/queries/get_bitmaps_wildcard.rs | 49 - block-streamer/src/graphql/queries/mod.rs | 2 - coordinator/Cargo.lock | 199 +- 11 files changed, 6311 insertions(+), 454 deletions(-) create mode 100644 block-streamer/graphql/darunrs_near/get_bitmaps_exact.graphql create mode 100644 block-streamer/graphql/darunrs_near/get_bitmaps_wildcard.graphql create mode 100644 block-streamer/graphql/darunrs_near/schema.graphql delete mode 100644 block-streamer/src/graphql/queries/get_bitmaps_exact.rs delete mode 100644 block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs delete mode 100644 block-streamer/src/graphql/queries/mod.rs diff --git a/block-streamer/Cargo.lock b/block-streamer/Cargo.lock index dc25f080e..e0e82e1ee 100644 --- a/block-streamer/Cargo.lock +++ b/block-streamer/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ "encoding_rs", "flate2", "futures-core", - "h2 0.3.26", + "h2", "http 0.2.12", "httparse", "httpdate", @@ -425,12 +425,6 @@ dependencies = [ "syn 2.0.59", ] -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - [[package]] name = "autocfg" version = "1.2.0" @@ -459,7 +453,7 @@ dependencies = [ "fastrand", "hex", "http 0.2.12", - "hyper 0.14.28", + "hyper", "ring", "time", "tokio", @@ -747,11 +741,11 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "h2 0.3.26", + "h2", "http 0.2.12", "http-body 0.4.6", "http-body 1.0.0", - "hyper 0.14.28", + "hyper", "hyper-rustls", "indexmap 2.2.6", "once_cell", @@ -845,7 +839,7 @@ dependencies = [ "futures-util", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper", "itoa", "matchit", "memchr", @@ -910,12 +904,6 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - [[package]] name = "base64-simd" version = "0.8.0" @@ -2025,6 +2013,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a50cfdc7f34b7f01909d55c2dcb71d4c13cbcbb4a1605d6c8bd760d654c1144b" dependencies = [ "graphql_query_derive", + "reqwest", "serde", "serde_json", ] @@ -2087,25 +2076,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "h2" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" -dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http 1.1.0", - "indexmap 2.2.6", - "slab", - "tokio", - "tokio-util 0.7.10", - "tracing", -] - [[package]] name = "hashbrown" version = "0.12.3" @@ -2263,7 +2233,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.3.26", + "h2", "http 0.2.12", "http-body 0.4.6", "httparse", @@ -2277,26 +2247,6 @@ dependencies = [ "want", ] -[[package]] -name = "hyper" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "h2 0.4.5", - "http 1.1.0", - "http-body 1.0.0", - "httparse", - "itoa", - "pin-project-lite", - "smallvec", - "tokio", - "want", -] - [[package]] name = "hyper-rustls" version = "0.24.2" @@ -2305,7 +2255,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.28", + "hyper", "log", "rustls", "rustls-native-certs", @@ -2319,7 +2269,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper 0.14.28", + "hyper", "pin-project-lite", "tokio", "tokio-io-timeout", @@ -2327,38 +2277,15 @@ dependencies = [ [[package]] name = "hyper-tls" -version = "0.6.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" +checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "http-body-util", - "hyper 1.3.1", - "hyper-util", + "hyper", "native-tls", "tokio", "tokio-native-tls", - "tower-service", -] - -[[package]] -name = "hyper-util" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "http 1.1.0", - "http-body 1.0.0", - "hyper 1.3.1", - "pin-project-lite", - "socket2", - "tokio", - "tower", - "tower-service", - "tracing", ] [[package]] @@ -3697,23 +3624,20 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.12.4" +version = "0.11.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" +checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ - "base64 0.22.1", + "base64 0.21.7", "bytes", "encoding_rs", - "futures-channel", "futures-core", "futures-util", - "h2 0.4.5", - "http 1.1.0", - "http-body 1.0.0", - "http-body-util", - "hyper 1.3.1", + "h2", + "http 0.2.12", + "http-body 0.4.6", + "hyper", "hyper-tls", - "hyper-util", "ipnet", "js-sys", "log", @@ -3722,7 +3646,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls-pemfile 2.1.2", + "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", @@ -3835,7 +3759,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile 1.0.4", + "rustls-pemfile", "schannel", "security-framework", ] @@ -3849,22 +3773,6 @@ dependencies = [ "base64 0.21.7", ] -[[package]] -name = "rustls-pemfile" -version = "2.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" -dependencies = [ - "base64 0.22.1", - "rustls-pki-types", -] - -[[package]] -name = "rustls-pki-types" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" - [[package]] name = "rustls-webpki" version = "0.101.7" @@ -4549,10 +4457,10 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "h2 0.3.26", + "h2", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper", "hyper-timeout", "percent-encoding", "pin-project", @@ -4579,10 +4487,10 @@ dependencies = [ "axum", "base64 0.21.7", "bytes", - "h2 0.3.26", + "h2", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.28", + "hyper", "hyper-timeout", "percent-encoding", "pin-project", @@ -5216,9 +5124,9 @@ dependencies = [ [[package]] name = "winreg" -version = "0.52.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ "cfg-if", "windows-sys 0.48.0", diff --git a/block-streamer/Cargo.toml b/block-streamer/Cargo.toml index 581b38cfb..c8bc5f499 100644 --- a/block-streamer/Cargo.toml +++ b/block-streamer/Cargo.toml @@ -13,15 +13,14 @@ borsh = "0.10.2" cached = "0.49.3" chrono = "0.4.25" futures = "0.3.5" -graphql_client = "0.14.0" +graphql_client = { version = "0.14.0", features = ["reqwest"] } lazy_static = "1.4.0" mockall = "0.11.4" near-lake-framework = "0.7.8" prometheus = "0.13.3" prost = "0.12.3" redis = { version = "0.21.5", features = ["tokio-comp", "connection-manager"] } -registry-types = { path = "../registry/types" } -reqwest = { version = "^0.12.4", features = ["json", "blocking"] } +reqwest = { version = "^0.11.0", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1.0.55" tracing = "0.1.40" @@ -33,6 +32,8 @@ tokio-stream = "0.1.14" tonic = "0.10.2" wildmatch = "2.1.1" +registry-types = { path = "../registry/types" } + [build-dependencies] tonic-build = "0.10" diff --git a/block-streamer/graphql/darunrs_near/get_bitmaps_exact.graphql b/block-streamer/graphql/darunrs_near/get_bitmaps_exact.graphql new file mode 100644 index 000000000..eb5c73b6e --- /dev/null +++ b/block-streamer/graphql/darunrs_near/get_bitmaps_exact.graphql @@ -0,0 +1,6 @@ +query GetBitmapsExact($block_date: date, $receiver_ids: [String!], $limit: Int, $offset: Int) { + darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_in: $receiver_ids}}}) { + bitmap + first_block_height + } +} diff --git a/block-streamer/graphql/darunrs_near/get_bitmaps_wildcard.graphql b/block-streamer/graphql/darunrs_near/get_bitmaps_wildcard.graphql new file mode 100644 index 000000000..d742d0556 --- /dev/null +++ b/block-streamer/graphql/darunrs_near/get_bitmaps_wildcard.graphql @@ -0,0 +1,6 @@ +query GetBitmapsWildcard($block_date: date, $receiver_ids: String, $limit: Int, $offset: Int) { + darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_regex: $receiver_ids}}}) { + bitmap + first_block_height + } +} diff --git a/block-streamer/graphql/darunrs_near/schema.graphql b/block-streamer/graphql/darunrs_near/schema.graphql new file mode 100644 index 000000000..4d27d2019 --- /dev/null +++ b/block-streamer/graphql/darunrs_near/schema.graphql @@ -0,0 +1,6178 @@ +schema { + query: query_root + mutation: mutation_root + subscription: subscription_root +} + +"""whether this query should be cached (Hasura Cloud only)""" +directive @cached( + """measured in seconds""" + ttl: Int! = 60 + + """refresh the cache entry""" + refresh: Boolean! = false +) on QUERY + +""" +Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. +""" +input Int_comparison_exp { + _eq: Int + _gt: Int + _gte: Int + _in: [Int!] + _is_null: Boolean + _lt: Int + _lte: Int + _neq: Int + _nin: [Int!] +} + +""" +Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. +""" +input String_comparison_exp { + _eq: String + _gt: String + _gte: String + + """does the column match the given case-insensitive pattern""" + _ilike: String + _in: [String!] + + """ + does the column match the given POSIX regular expression, case insensitive + """ + _iregex: String + _is_null: Boolean + + """does the column match the given pattern""" + _like: String + _lt: String + _lte: String + _neq: String + + """does the column NOT match the given case-insensitive pattern""" + _nilike: String + _nin: [String!] + + """ + does the column NOT match the given POSIX regular expression, case insensitive + """ + _niregex: String + + """does the column NOT match the given pattern""" + _nlike: String + + """ + does the column NOT match the given POSIX regular expression, case sensitive + """ + _nregex: String + + """does the column NOT match the given SQL regular expression""" + _nsimilar: String + + """ + does the column match the given POSIX regular expression, case sensitive + """ + _regex: String + + """does the column match the given SQL regular expression""" + _similar: String +} + +scalar bigint + +""" +Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. +""" +input bigint_comparison_exp { + _eq: bigint + _gt: bigint + _gte: bigint + _in: [bigint!] + _is_null: Boolean + _lt: bigint + _lte: bigint + _neq: bigint + _nin: [bigint!] +} + +"""ordering argument of a cursor""" +enum cursor_ordering { + """ascending ordering of the cursor""" + ASC + + """descending ordering of the cursor""" + DESC +} + +""" +columns and relationships of "darunrs_near_benchmark_indexer.indexer_storage" +""" +type darunrs_near_benchmark_indexer_indexer_storage { + function_name: String! + key_name: String! + value: String! +} + +""" +aggregated selection of "darunrs_near_benchmark_indexer.indexer_storage" +""" +type darunrs_near_benchmark_indexer_indexer_storage_aggregate { + aggregate: darunrs_near_benchmark_indexer_indexer_storage_aggregate_fields + nodes: [darunrs_near_benchmark_indexer_indexer_storage!]! +} + +""" +aggregate fields of "darunrs_near_benchmark_indexer.indexer_storage" +""" +type darunrs_near_benchmark_indexer_indexer_storage_aggregate_fields { + count(columns: [darunrs_near_benchmark_indexer_indexer_storage_select_column!], distinct: Boolean): Int! + max: darunrs_near_benchmark_indexer_indexer_storage_max_fields + min: darunrs_near_benchmark_indexer_indexer_storage_min_fields +} + +""" +Boolean expression to filter rows from the table "darunrs_near_benchmark_indexer.indexer_storage". All fields are combined with a logical 'AND'. +""" +input darunrs_near_benchmark_indexer_indexer_storage_bool_exp { + _and: [darunrs_near_benchmark_indexer_indexer_storage_bool_exp!] + _not: darunrs_near_benchmark_indexer_indexer_storage_bool_exp + _or: [darunrs_near_benchmark_indexer_indexer_storage_bool_exp!] + function_name: String_comparison_exp + key_name: String_comparison_exp + value: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_benchmark_indexer_indexer_storage_max_fields { + function_name: String + key_name: String + value: String +} + +"""aggregate min on columns""" +type darunrs_near_benchmark_indexer_indexer_storage_min_fields { + function_name: String + key_name: String + value: String +} + +""" +Ordering options when selecting data from "darunrs_near_benchmark_indexer.indexer_storage". +""" +input darunrs_near_benchmark_indexer_indexer_storage_order_by { + function_name: order_by + key_name: order_by + value: order_by +} + +""" +select columns of table "darunrs_near_benchmark_indexer.indexer_storage" +""" +enum darunrs_near_benchmark_indexer_indexer_storage_select_column { + """column name""" + function_name + + """column name""" + key_name + + """column name""" + value +} + +""" +Streaming cursor of the table "darunrs_near_benchmark_indexer_indexer_storage" +""" +input darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_value_input { + function_name: String + key_name: String + value: String +} + +""" +columns and relationships of "darunrs_near_benchmark_indexer.sys_logs" +""" +type darunrs_near_benchmark_indexer_sys_logs { + block_height: numeric + date: date! + id: bigint! + level: String! + message: String! + timestamp: timestamp! + type: String! +} + +""" +aggregated selection of "darunrs_near_benchmark_indexer.sys_logs" +""" +type darunrs_near_benchmark_indexer_sys_logs_aggregate { + aggregate: darunrs_near_benchmark_indexer_sys_logs_aggregate_fields + nodes: [darunrs_near_benchmark_indexer_sys_logs!]! +} + +""" +aggregate fields of "darunrs_near_benchmark_indexer.sys_logs" +""" +type darunrs_near_benchmark_indexer_sys_logs_aggregate_fields { + avg: darunrs_near_benchmark_indexer_sys_logs_avg_fields + count(columns: [darunrs_near_benchmark_indexer_sys_logs_select_column!], distinct: Boolean): Int! + max: darunrs_near_benchmark_indexer_sys_logs_max_fields + min: darunrs_near_benchmark_indexer_sys_logs_min_fields + stddev: darunrs_near_benchmark_indexer_sys_logs_stddev_fields + stddev_pop: darunrs_near_benchmark_indexer_sys_logs_stddev_pop_fields + stddev_samp: darunrs_near_benchmark_indexer_sys_logs_stddev_samp_fields + sum: darunrs_near_benchmark_indexer_sys_logs_sum_fields + var_pop: darunrs_near_benchmark_indexer_sys_logs_var_pop_fields + var_samp: darunrs_near_benchmark_indexer_sys_logs_var_samp_fields + variance: darunrs_near_benchmark_indexer_sys_logs_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_benchmark_indexer_sys_logs_avg_fields { + block_height: Float + id: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_benchmark_indexer.sys_logs". All fields are combined with a logical 'AND'. +""" +input darunrs_near_benchmark_indexer_sys_logs_bool_exp { + _and: [darunrs_near_benchmark_indexer_sys_logs_bool_exp!] + _not: darunrs_near_benchmark_indexer_sys_logs_bool_exp + _or: [darunrs_near_benchmark_indexer_sys_logs_bool_exp!] + block_height: numeric_comparison_exp + date: date_comparison_exp + id: bigint_comparison_exp + level: String_comparison_exp + message: String_comparison_exp + timestamp: timestamp_comparison_exp + type: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_benchmark_indexer_sys_logs_max_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate min on columns""" +type darunrs_near_benchmark_indexer_sys_logs_min_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +""" +Ordering options when selecting data from "darunrs_near_benchmark_indexer.sys_logs". +""" +input darunrs_near_benchmark_indexer_sys_logs_order_by { + block_height: order_by + date: order_by + id: order_by + level: order_by + message: order_by + timestamp: order_by + type: order_by +} + +""" +select columns of table "darunrs_near_benchmark_indexer.sys_logs" +""" +enum darunrs_near_benchmark_indexer_sys_logs_select_column { + """column name""" + block_height + + """column name""" + date + + """column name""" + id + + """column name""" + level + + """column name""" + message + + """column name""" + timestamp + + """column name""" + type +} + +"""aggregate stddev on columns""" +type darunrs_near_benchmark_indexer_sys_logs_stddev_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_benchmark_indexer_sys_logs_stddev_pop_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_benchmark_indexer_sys_logs_stddev_samp_fields { + block_height: Float + id: Float +} + +""" +Streaming cursor of the table "darunrs_near_benchmark_indexer_sys_logs" +""" +input darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_benchmark_indexer_sys_logs_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_benchmark_indexer_sys_logs_stream_cursor_value_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate sum on columns""" +type darunrs_near_benchmark_indexer_sys_logs_sum_fields { + block_height: numeric + id: bigint +} + +"""aggregate var_pop on columns""" +type darunrs_near_benchmark_indexer_sys_logs_var_pop_fields { + block_height: Float + id: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_benchmark_indexer_sys_logs_var_samp_fields { + block_height: Float + id: Float +} + +"""aggregate variance on columns""" +type darunrs_near_benchmark_indexer_sys_logs_variance_fields { + block_height: Float + id: Float +} + +""" +columns and relationships of "darunrs_near_benchmark_indexer.sys_metadata" +""" +type darunrs_near_benchmark_indexer_sys_metadata { + attribute: String! + value: String! +} + +""" +aggregated selection of "darunrs_near_benchmark_indexer.sys_metadata" +""" +type darunrs_near_benchmark_indexer_sys_metadata_aggregate { + aggregate: darunrs_near_benchmark_indexer_sys_metadata_aggregate_fields + nodes: [darunrs_near_benchmark_indexer_sys_metadata!]! +} + +""" +aggregate fields of "darunrs_near_benchmark_indexer.sys_metadata" +""" +type darunrs_near_benchmark_indexer_sys_metadata_aggregate_fields { + count(columns: [darunrs_near_benchmark_indexer_sys_metadata_select_column!], distinct: Boolean): Int! + max: darunrs_near_benchmark_indexer_sys_metadata_max_fields + min: darunrs_near_benchmark_indexer_sys_metadata_min_fields +} + +""" +Boolean expression to filter rows from the table "darunrs_near_benchmark_indexer.sys_metadata". All fields are combined with a logical 'AND'. +""" +input darunrs_near_benchmark_indexer_sys_metadata_bool_exp { + _and: [darunrs_near_benchmark_indexer_sys_metadata_bool_exp!] + _not: darunrs_near_benchmark_indexer_sys_metadata_bool_exp + _or: [darunrs_near_benchmark_indexer_sys_metadata_bool_exp!] + attribute: String_comparison_exp + value: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_benchmark_indexer_sys_metadata_max_fields { + attribute: String + value: String +} + +"""aggregate min on columns""" +type darunrs_near_benchmark_indexer_sys_metadata_min_fields { + attribute: String + value: String +} + +""" +Ordering options when selecting data from "darunrs_near_benchmark_indexer.sys_metadata". +""" +input darunrs_near_benchmark_indexer_sys_metadata_order_by { + attribute: order_by + value: order_by +} + +""" +select columns of table "darunrs_near_benchmark_indexer.sys_metadata" +""" +enum darunrs_near_benchmark_indexer_sys_metadata_select_column { + """column name""" + attribute + + """column name""" + value +} + +""" +Streaming cursor of the table "darunrs_near_benchmark_indexer_sys_metadata" +""" +input darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_value_input { + attribute: String + value: String +} + +""" +columns and relationships of "darunrs_near_bitmap_v3.actions_index" +""" +type darunrs_near_bitmap_v3_actions_index { + bitmap: String! + block_date: String! + first_block_height: numeric! + last_elias_gamma_start_bit: numeric! + max_index: numeric! + receiver_id: String! +} + +""" +aggregated selection of "darunrs_near_bitmap_v3.actions_index" +""" +type darunrs_near_bitmap_v3_actions_index_aggregate { + aggregate: darunrs_near_bitmap_v3_actions_index_aggregate_fields + nodes: [darunrs_near_bitmap_v3_actions_index!]! +} + +""" +aggregate fields of "darunrs_near_bitmap_v3.actions_index" +""" +type darunrs_near_bitmap_v3_actions_index_aggregate_fields { + avg: darunrs_near_bitmap_v3_actions_index_avg_fields + count(columns: [darunrs_near_bitmap_v3_actions_index_select_column!], distinct: Boolean): Int! + max: darunrs_near_bitmap_v3_actions_index_max_fields + min: darunrs_near_bitmap_v3_actions_index_min_fields + stddev: darunrs_near_bitmap_v3_actions_index_stddev_fields + stddev_pop: darunrs_near_bitmap_v3_actions_index_stddev_pop_fields + stddev_samp: darunrs_near_bitmap_v3_actions_index_stddev_samp_fields + sum: darunrs_near_bitmap_v3_actions_index_sum_fields + var_pop: darunrs_near_bitmap_v3_actions_index_var_pop_fields + var_samp: darunrs_near_bitmap_v3_actions_index_var_samp_fields + variance: darunrs_near_bitmap_v3_actions_index_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_bitmap_v3_actions_index_avg_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_bitmap_v3.actions_index". All fields are combined with a logical 'AND'. +""" +input darunrs_near_bitmap_v3_actions_index_bool_exp { + _and: [darunrs_near_bitmap_v3_actions_index_bool_exp!] + _not: darunrs_near_bitmap_v3_actions_index_bool_exp + _or: [darunrs_near_bitmap_v3_actions_index_bool_exp!] + bitmap: String_comparison_exp + block_date: String_comparison_exp + first_block_height: numeric_comparison_exp + last_elias_gamma_start_bit: numeric_comparison_exp + max_index: numeric_comparison_exp + receiver_id: String_comparison_exp +} + +""" +unique or primary key constraints on table "darunrs_near_bitmap_v3.actions_index" +""" +enum darunrs_near_bitmap_v3_actions_index_constraint { + """ + unique or primary key constraint on columns "receiver_id", "block_date" + """ + actions_index_pkey +} + +""" +input type for incrementing numeric columns in table "darunrs_near_bitmap_v3.actions_index" +""" +input darunrs_near_bitmap_v3_actions_index_inc_input { + first_block_height: numeric + last_elias_gamma_start_bit: numeric + max_index: numeric +} + +""" +input type for inserting data into table "darunrs_near_bitmap_v3.actions_index" +""" +input darunrs_near_bitmap_v3_actions_index_insert_input { + bitmap: String + block_date: String + first_block_height: numeric + last_elias_gamma_start_bit: numeric + max_index: numeric + receiver_id: String +} + +"""aggregate max on columns""" +type darunrs_near_bitmap_v3_actions_index_max_fields { + bitmap: String + block_date: String + first_block_height: numeric + last_elias_gamma_start_bit: numeric + max_index: numeric + receiver_id: String +} + +"""aggregate min on columns""" +type darunrs_near_bitmap_v3_actions_index_min_fields { + bitmap: String + block_date: String + first_block_height: numeric + last_elias_gamma_start_bit: numeric + max_index: numeric + receiver_id: String +} + +""" +response of any mutation on the table "darunrs_near_bitmap_v3.actions_index" +""" +type darunrs_near_bitmap_v3_actions_index_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [darunrs_near_bitmap_v3_actions_index!]! +} + +""" +on_conflict condition type for table "darunrs_near_bitmap_v3.actions_index" +""" +input darunrs_near_bitmap_v3_actions_index_on_conflict { + constraint: darunrs_near_bitmap_v3_actions_index_constraint! + update_columns: [darunrs_near_bitmap_v3_actions_index_update_column!]! = [] + where: darunrs_near_bitmap_v3_actions_index_bool_exp +} + +""" +Ordering options when selecting data from "darunrs_near_bitmap_v3.actions_index". +""" +input darunrs_near_bitmap_v3_actions_index_order_by { + bitmap: order_by + block_date: order_by + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +""" +primary key columns input for table: darunrs_near_bitmap_v3.actions_index +""" +input darunrs_near_bitmap_v3_actions_index_pk_columns_input { + block_date: String! + receiver_id: String! +} + +""" +select columns of table "darunrs_near_bitmap_v3.actions_index" +""" +enum darunrs_near_bitmap_v3_actions_index_select_column { + """column name""" + bitmap + + """column name""" + block_date + + """column name""" + first_block_height + + """column name""" + last_elias_gamma_start_bit + + """column name""" + max_index + + """column name""" + receiver_id +} + +""" +input type for updating data in table "darunrs_near_bitmap_v3.actions_index" +""" +input darunrs_near_bitmap_v3_actions_index_set_input { + bitmap: String + block_date: String + first_block_height: numeric + last_elias_gamma_start_bit: numeric + max_index: numeric + receiver_id: String +} + +"""aggregate stddev on columns""" +type darunrs_near_bitmap_v3_actions_index_stddev_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_bitmap_v3_actions_index_stddev_pop_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_bitmap_v3_actions_index_stddev_samp_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float +} + +""" +Streaming cursor of the table "darunrs_near_bitmap_v3_actions_index" +""" +input darunrs_near_bitmap_v3_actions_index_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_bitmap_v3_actions_index_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_bitmap_v3_actions_index_stream_cursor_value_input { + bitmap: String + block_date: String + first_block_height: numeric + last_elias_gamma_start_bit: numeric + max_index: numeric + receiver_id: String +} + +"""aggregate sum on columns""" +type darunrs_near_bitmap_v3_actions_index_sum_fields { + first_block_height: numeric + last_elias_gamma_start_bit: numeric + max_index: numeric +} + +""" +update columns of table "darunrs_near_bitmap_v3.actions_index" +""" +enum darunrs_near_bitmap_v3_actions_index_update_column { + """column name""" + bitmap + + """column name""" + block_date + + """column name""" + first_block_height + + """column name""" + last_elias_gamma_start_bit + + """column name""" + max_index + + """column name""" + receiver_id +} + +input darunrs_near_bitmap_v3_actions_index_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_bitmap_v3_actions_index_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_actions_index_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp! +} + +"""aggregate var_pop on columns""" +type darunrs_near_bitmap_v3_actions_index_var_pop_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_bitmap_v3_actions_index_var_samp_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float +} + +"""aggregate variance on columns""" +type darunrs_near_bitmap_v3_actions_index_variance_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float +} + +""" +columns and relationships of "darunrs_near_bitmap_v3.sys_logs" +""" +type darunrs_near_bitmap_v3_sys_logs { + block_height: numeric + date: date! + id: bigint! + level: String! + message: String! + timestamp: timestamp! + type: String! +} + +""" +aggregated selection of "darunrs_near_bitmap_v3.sys_logs" +""" +type darunrs_near_bitmap_v3_sys_logs_aggregate { + aggregate: darunrs_near_bitmap_v3_sys_logs_aggregate_fields + nodes: [darunrs_near_bitmap_v3_sys_logs!]! +} + +""" +aggregate fields of "darunrs_near_bitmap_v3.sys_logs" +""" +type darunrs_near_bitmap_v3_sys_logs_aggregate_fields { + avg: darunrs_near_bitmap_v3_sys_logs_avg_fields + count(columns: [darunrs_near_bitmap_v3_sys_logs_select_column!], distinct: Boolean): Int! + max: darunrs_near_bitmap_v3_sys_logs_max_fields + min: darunrs_near_bitmap_v3_sys_logs_min_fields + stddev: darunrs_near_bitmap_v3_sys_logs_stddev_fields + stddev_pop: darunrs_near_bitmap_v3_sys_logs_stddev_pop_fields + stddev_samp: darunrs_near_bitmap_v3_sys_logs_stddev_samp_fields + sum: darunrs_near_bitmap_v3_sys_logs_sum_fields + var_pop: darunrs_near_bitmap_v3_sys_logs_var_pop_fields + var_samp: darunrs_near_bitmap_v3_sys_logs_var_samp_fields + variance: darunrs_near_bitmap_v3_sys_logs_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_bitmap_v3_sys_logs_avg_fields { + block_height: Float + id: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_bitmap_v3.sys_logs". All fields are combined with a logical 'AND'. +""" +input darunrs_near_bitmap_v3_sys_logs_bool_exp { + _and: [darunrs_near_bitmap_v3_sys_logs_bool_exp!] + _not: darunrs_near_bitmap_v3_sys_logs_bool_exp + _or: [darunrs_near_bitmap_v3_sys_logs_bool_exp!] + block_height: numeric_comparison_exp + date: date_comparison_exp + id: bigint_comparison_exp + level: String_comparison_exp + message: String_comparison_exp + timestamp: timestamp_comparison_exp + type: String_comparison_exp +} + +""" +unique or primary key constraints on table "darunrs_near_bitmap_v3.sys_logs" +""" +enum darunrs_near_bitmap_v3_sys_logs_constraint { + """ + unique or primary key constraint on columns "id", "date" + """ + sys_logs_pkey +} + +""" +input type for incrementing numeric columns in table "darunrs_near_bitmap_v3.sys_logs" +""" +input darunrs_near_bitmap_v3_sys_logs_inc_input { + block_height: numeric + id: bigint +} + +""" +input type for inserting data into table "darunrs_near_bitmap_v3.sys_logs" +""" +input darunrs_near_bitmap_v3_sys_logs_insert_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate max on columns""" +type darunrs_near_bitmap_v3_sys_logs_max_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate min on columns""" +type darunrs_near_bitmap_v3_sys_logs_min_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +""" +response of any mutation on the table "darunrs_near_bitmap_v3.sys_logs" +""" +type darunrs_near_bitmap_v3_sys_logs_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [darunrs_near_bitmap_v3_sys_logs!]! +} + +""" +on_conflict condition type for table "darunrs_near_bitmap_v3.sys_logs" +""" +input darunrs_near_bitmap_v3_sys_logs_on_conflict { + constraint: darunrs_near_bitmap_v3_sys_logs_constraint! + update_columns: [darunrs_near_bitmap_v3_sys_logs_update_column!]! = [] + where: darunrs_near_bitmap_v3_sys_logs_bool_exp +} + +""" +Ordering options when selecting data from "darunrs_near_bitmap_v3.sys_logs". +""" +input darunrs_near_bitmap_v3_sys_logs_order_by { + block_height: order_by + date: order_by + id: order_by + level: order_by + message: order_by + timestamp: order_by + type: order_by +} + +"""primary key columns input for table: darunrs_near_bitmap_v3.sys_logs""" +input darunrs_near_bitmap_v3_sys_logs_pk_columns_input { + date: date! + id: bigint! +} + +""" +select columns of table "darunrs_near_bitmap_v3.sys_logs" +""" +enum darunrs_near_bitmap_v3_sys_logs_select_column { + """column name""" + block_height + + """column name""" + date + + """column name""" + id + + """column name""" + level + + """column name""" + message + + """column name""" + timestamp + + """column name""" + type +} + +""" +input type for updating data in table "darunrs_near_bitmap_v3.sys_logs" +""" +input darunrs_near_bitmap_v3_sys_logs_set_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate stddev on columns""" +type darunrs_near_bitmap_v3_sys_logs_stddev_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_bitmap_v3_sys_logs_stddev_pop_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_bitmap_v3_sys_logs_stddev_samp_fields { + block_height: Float + id: Float +} + +""" +Streaming cursor of the table "darunrs_near_bitmap_v3_sys_logs" +""" +input darunrs_near_bitmap_v3_sys_logs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_bitmap_v3_sys_logs_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_bitmap_v3_sys_logs_stream_cursor_value_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate sum on columns""" +type darunrs_near_bitmap_v3_sys_logs_sum_fields { + block_height: numeric + id: bigint +} + +""" +update columns of table "darunrs_near_bitmap_v3.sys_logs" +""" +enum darunrs_near_bitmap_v3_sys_logs_update_column { + """column name""" + block_height + + """column name""" + date + + """column name""" + id + + """column name""" + level + + """column name""" + message + + """column name""" + timestamp + + """column name""" + type +} + +input darunrs_near_bitmap_v3_sys_logs_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_bitmap_v3_sys_logs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_sys_logs_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp! +} + +"""aggregate var_pop on columns""" +type darunrs_near_bitmap_v3_sys_logs_var_pop_fields { + block_height: Float + id: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_bitmap_v3_sys_logs_var_samp_fields { + block_height: Float + id: Float +} + +"""aggregate variance on columns""" +type darunrs_near_bitmap_v3_sys_logs_variance_fields { + block_height: Float + id: Float +} + +""" +columns and relationships of "darunrs_near_bitmap_v3.sys_metadata" +""" +type darunrs_near_bitmap_v3_sys_metadata { + attribute: String! + value: String! +} + +""" +aggregated selection of "darunrs_near_bitmap_v3.sys_metadata" +""" +type darunrs_near_bitmap_v3_sys_metadata_aggregate { + aggregate: darunrs_near_bitmap_v3_sys_metadata_aggregate_fields + nodes: [darunrs_near_bitmap_v3_sys_metadata!]! +} + +""" +aggregate fields of "darunrs_near_bitmap_v3.sys_metadata" +""" +type darunrs_near_bitmap_v3_sys_metadata_aggregate_fields { + count(columns: [darunrs_near_bitmap_v3_sys_metadata_select_column!], distinct: Boolean): Int! + max: darunrs_near_bitmap_v3_sys_metadata_max_fields + min: darunrs_near_bitmap_v3_sys_metadata_min_fields +} + +""" +Boolean expression to filter rows from the table "darunrs_near_bitmap_v3.sys_metadata". All fields are combined with a logical 'AND'. +""" +input darunrs_near_bitmap_v3_sys_metadata_bool_exp { + _and: [darunrs_near_bitmap_v3_sys_metadata_bool_exp!] + _not: darunrs_near_bitmap_v3_sys_metadata_bool_exp + _or: [darunrs_near_bitmap_v3_sys_metadata_bool_exp!] + attribute: String_comparison_exp + value: String_comparison_exp +} + +""" +unique or primary key constraints on table "darunrs_near_bitmap_v3.sys_metadata" +""" +enum darunrs_near_bitmap_v3_sys_metadata_constraint { + """ + unique or primary key constraint on columns "attribute" + """ + sys_metadata_pkey +} + +""" +input type for inserting data into table "darunrs_near_bitmap_v3.sys_metadata" +""" +input darunrs_near_bitmap_v3_sys_metadata_insert_input { + attribute: String + value: String +} + +"""aggregate max on columns""" +type darunrs_near_bitmap_v3_sys_metadata_max_fields { + attribute: String + value: String +} + +"""aggregate min on columns""" +type darunrs_near_bitmap_v3_sys_metadata_min_fields { + attribute: String + value: String +} + +""" +response of any mutation on the table "darunrs_near_bitmap_v3.sys_metadata" +""" +type darunrs_near_bitmap_v3_sys_metadata_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [darunrs_near_bitmap_v3_sys_metadata!]! +} + +""" +on_conflict condition type for table "darunrs_near_bitmap_v3.sys_metadata" +""" +input darunrs_near_bitmap_v3_sys_metadata_on_conflict { + constraint: darunrs_near_bitmap_v3_sys_metadata_constraint! + update_columns: [darunrs_near_bitmap_v3_sys_metadata_update_column!]! = [] + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp +} + +""" +Ordering options when selecting data from "darunrs_near_bitmap_v3.sys_metadata". +""" +input darunrs_near_bitmap_v3_sys_metadata_order_by { + attribute: order_by + value: order_by +} + +""" +primary key columns input for table: darunrs_near_bitmap_v3.sys_metadata +""" +input darunrs_near_bitmap_v3_sys_metadata_pk_columns_input { + attribute: String! +} + +""" +select columns of table "darunrs_near_bitmap_v3.sys_metadata" +""" +enum darunrs_near_bitmap_v3_sys_metadata_select_column { + """column name""" + attribute + + """column name""" + value +} + +""" +input type for updating data in table "darunrs_near_bitmap_v3.sys_metadata" +""" +input darunrs_near_bitmap_v3_sys_metadata_set_input { + attribute: String + value: String +} + +""" +Streaming cursor of the table "darunrs_near_bitmap_v3_sys_metadata" +""" +input darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_bitmap_v3_sys_metadata_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_bitmap_v3_sys_metadata_stream_cursor_value_input { + attribute: String + value: String +} + +""" +update columns of table "darunrs_near_bitmap_v3.sys_metadata" +""" +enum darunrs_near_bitmap_v3_sys_metadata_update_column { + """column name""" + attribute + + """column name""" + value +} + +input darunrs_near_bitmap_v3_sys_metadata_updates { + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_sys_metadata_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp! +} + +""" +columns and relationships of "darunrs_near_bitmap_v5.actions_index" +""" +type darunrs_near_bitmap_v5_actions_index { + bitmap: String! + block_date: date! + first_block_height: Int! + last_elias_gamma_start_bit: Int! + max_index: Int! + + """An object relationship""" + receiver: darunrs_near_bitmap_v5_receivers! + receiver_id: bigint! +} + +""" +aggregated selection of "darunrs_near_bitmap_v5.actions_index" +""" +type darunrs_near_bitmap_v5_actions_index_aggregate { + aggregate: darunrs_near_bitmap_v5_actions_index_aggregate_fields + nodes: [darunrs_near_bitmap_v5_actions_index!]! +} + +input darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp { + count: darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp_count +} + +input darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp_count { + arguments: [darunrs_near_bitmap_v5_actions_index_select_column!] + distinct: Boolean + filter: darunrs_near_bitmap_v5_actions_index_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "darunrs_near_bitmap_v5.actions_index" +""" +type darunrs_near_bitmap_v5_actions_index_aggregate_fields { + avg: darunrs_near_bitmap_v5_actions_index_avg_fields + count(columns: [darunrs_near_bitmap_v5_actions_index_select_column!], distinct: Boolean): Int! + max: darunrs_near_bitmap_v5_actions_index_max_fields + min: darunrs_near_bitmap_v5_actions_index_min_fields + stddev: darunrs_near_bitmap_v5_actions_index_stddev_fields + stddev_pop: darunrs_near_bitmap_v5_actions_index_stddev_pop_fields + stddev_samp: darunrs_near_bitmap_v5_actions_index_stddev_samp_fields + sum: darunrs_near_bitmap_v5_actions_index_sum_fields + var_pop: darunrs_near_bitmap_v5_actions_index_var_pop_fields + var_samp: darunrs_near_bitmap_v5_actions_index_var_samp_fields + variance: darunrs_near_bitmap_v5_actions_index_variance_fields +} + +""" +order by aggregate values of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_aggregate_order_by { + avg: darunrs_near_bitmap_v5_actions_index_avg_order_by + count: order_by + max: darunrs_near_bitmap_v5_actions_index_max_order_by + min: darunrs_near_bitmap_v5_actions_index_min_order_by + stddev: darunrs_near_bitmap_v5_actions_index_stddev_order_by + stddev_pop: darunrs_near_bitmap_v5_actions_index_stddev_pop_order_by + stddev_samp: darunrs_near_bitmap_v5_actions_index_stddev_samp_order_by + sum: darunrs_near_bitmap_v5_actions_index_sum_order_by + var_pop: darunrs_near_bitmap_v5_actions_index_var_pop_order_by + var_samp: darunrs_near_bitmap_v5_actions_index_var_samp_order_by + variance: darunrs_near_bitmap_v5_actions_index_variance_order_by +} + +"""aggregate avg on columns""" +type darunrs_near_bitmap_v5_actions_index_avg_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float + receiver_id: Float +} + +""" +order by avg() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_avg_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +""" +Boolean expression to filter rows from the table "darunrs_near_bitmap_v5.actions_index". All fields are combined with a logical 'AND'. +""" +input darunrs_near_bitmap_v5_actions_index_bool_exp { + _and: [darunrs_near_bitmap_v5_actions_index_bool_exp!] + _not: darunrs_near_bitmap_v5_actions_index_bool_exp + _or: [darunrs_near_bitmap_v5_actions_index_bool_exp!] + bitmap: String_comparison_exp + block_date: date_comparison_exp + first_block_height: Int_comparison_exp + last_elias_gamma_start_bit: Int_comparison_exp + max_index: Int_comparison_exp + receiver: darunrs_near_bitmap_v5_receivers_bool_exp + receiver_id: bigint_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_bitmap_v5_actions_index_max_fields { + bitmap: String + block_date: date + first_block_height: Int + last_elias_gamma_start_bit: Int + max_index: Int + receiver_id: bigint +} + +""" +order by max() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_max_order_by { + bitmap: order_by + block_date: order_by + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +"""aggregate min on columns""" +type darunrs_near_bitmap_v5_actions_index_min_fields { + bitmap: String + block_date: date + first_block_height: Int + last_elias_gamma_start_bit: Int + max_index: Int + receiver_id: bigint +} + +""" +order by min() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_min_order_by { + bitmap: order_by + block_date: order_by + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +""" +Ordering options when selecting data from "darunrs_near_bitmap_v5.actions_index". +""" +input darunrs_near_bitmap_v5_actions_index_order_by { + bitmap: order_by + block_date: order_by + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver: darunrs_near_bitmap_v5_receivers_order_by + receiver_id: order_by +} + +""" +select columns of table "darunrs_near_bitmap_v5.actions_index" +""" +enum darunrs_near_bitmap_v5_actions_index_select_column { + """column name""" + bitmap + + """column name""" + block_date + + """column name""" + first_block_height + + """column name""" + last_elias_gamma_start_bit + + """column name""" + max_index + + """column name""" + receiver_id +} + +"""aggregate stddev on columns""" +type darunrs_near_bitmap_v5_actions_index_stddev_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float + receiver_id: Float +} + +""" +order by stddev() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_stddev_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_bitmap_v5_actions_index_stddev_pop_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float + receiver_id: Float +} + +""" +order by stddev_pop() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_stddev_pop_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_bitmap_v5_actions_index_stddev_samp_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float + receiver_id: Float +} + +""" +order by stddev_samp() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_stddev_samp_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +""" +Streaming cursor of the table "darunrs_near_bitmap_v5_actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_bitmap_v5_actions_index_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_bitmap_v5_actions_index_stream_cursor_value_input { + bitmap: String + block_date: date + first_block_height: Int + last_elias_gamma_start_bit: Int + max_index: Int + receiver_id: bigint +} + +"""aggregate sum on columns""" +type darunrs_near_bitmap_v5_actions_index_sum_fields { + first_block_height: Int + last_elias_gamma_start_bit: Int + max_index: Int + receiver_id: bigint +} + +""" +order by sum() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_sum_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +"""aggregate var_pop on columns""" +type darunrs_near_bitmap_v5_actions_index_var_pop_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float + receiver_id: Float +} + +""" +order by var_pop() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_var_pop_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +"""aggregate var_samp on columns""" +type darunrs_near_bitmap_v5_actions_index_var_samp_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float + receiver_id: Float +} + +""" +order by var_samp() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_var_samp_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +"""aggregate variance on columns""" +type darunrs_near_bitmap_v5_actions_index_variance_fields { + first_block_height: Float + last_elias_gamma_start_bit: Float + max_index: Float + receiver_id: Float +} + +""" +order by variance() on columns of table "darunrs_near_bitmap_v5.actions_index" +""" +input darunrs_near_bitmap_v5_actions_index_variance_order_by { + first_block_height: order_by + last_elias_gamma_start_bit: order_by + max_index: order_by + receiver_id: order_by +} + +""" +columns and relationships of "darunrs_near_bitmap_v5.receivers" +""" +type darunrs_near_bitmap_v5_receivers { + """An array relationship""" + actions_index( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_actions_index_bool_exp + ): [darunrs_near_bitmap_v5_actions_index!]! + + """An aggregate relationship""" + actions_index_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_actions_index_bool_exp + ): darunrs_near_bitmap_v5_actions_index_aggregate! + id: bigint! + receiver: String! +} + +""" +aggregated selection of "darunrs_near_bitmap_v5.receivers" +""" +type darunrs_near_bitmap_v5_receivers_aggregate { + aggregate: darunrs_near_bitmap_v5_receivers_aggregate_fields + nodes: [darunrs_near_bitmap_v5_receivers!]! +} + +""" +aggregate fields of "darunrs_near_bitmap_v5.receivers" +""" +type darunrs_near_bitmap_v5_receivers_aggregate_fields { + avg: darunrs_near_bitmap_v5_receivers_avg_fields + count(columns: [darunrs_near_bitmap_v5_receivers_select_column!], distinct: Boolean): Int! + max: darunrs_near_bitmap_v5_receivers_max_fields + min: darunrs_near_bitmap_v5_receivers_min_fields + stddev: darunrs_near_bitmap_v5_receivers_stddev_fields + stddev_pop: darunrs_near_bitmap_v5_receivers_stddev_pop_fields + stddev_samp: darunrs_near_bitmap_v5_receivers_stddev_samp_fields + sum: darunrs_near_bitmap_v5_receivers_sum_fields + var_pop: darunrs_near_bitmap_v5_receivers_var_pop_fields + var_samp: darunrs_near_bitmap_v5_receivers_var_samp_fields + variance: darunrs_near_bitmap_v5_receivers_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_bitmap_v5_receivers_avg_fields { + id: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_bitmap_v5.receivers". All fields are combined with a logical 'AND'. +""" +input darunrs_near_bitmap_v5_receivers_bool_exp { + _and: [darunrs_near_bitmap_v5_receivers_bool_exp!] + _not: darunrs_near_bitmap_v5_receivers_bool_exp + _or: [darunrs_near_bitmap_v5_receivers_bool_exp!] + actions_index: darunrs_near_bitmap_v5_actions_index_bool_exp + actions_index_aggregate: darunrs_near_bitmap_v5_actions_index_aggregate_bool_exp + id: bigint_comparison_exp + receiver: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_bitmap_v5_receivers_max_fields { + id: bigint + receiver: String +} + +"""aggregate min on columns""" +type darunrs_near_bitmap_v5_receivers_min_fields { + id: bigint + receiver: String +} + +""" +Ordering options when selecting data from "darunrs_near_bitmap_v5.receivers". +""" +input darunrs_near_bitmap_v5_receivers_order_by { + actions_index_aggregate: darunrs_near_bitmap_v5_actions_index_aggregate_order_by + id: order_by + receiver: order_by +} + +""" +select columns of table "darunrs_near_bitmap_v5.receivers" +""" +enum darunrs_near_bitmap_v5_receivers_select_column { + """column name""" + id + + """column name""" + receiver +} + +"""aggregate stddev on columns""" +type darunrs_near_bitmap_v5_receivers_stddev_fields { + id: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_bitmap_v5_receivers_stddev_pop_fields { + id: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_bitmap_v5_receivers_stddev_samp_fields { + id: Float +} + +""" +Streaming cursor of the table "darunrs_near_bitmap_v5_receivers" +""" +input darunrs_near_bitmap_v5_receivers_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_bitmap_v5_receivers_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_bitmap_v5_receivers_stream_cursor_value_input { + id: bigint + receiver: String +} + +"""aggregate sum on columns""" +type darunrs_near_bitmap_v5_receivers_sum_fields { + id: bigint +} + +"""aggregate var_pop on columns""" +type darunrs_near_bitmap_v5_receivers_var_pop_fields { + id: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_bitmap_v5_receivers_var_samp_fields { + id: Float +} + +"""aggregate variance on columns""" +type darunrs_near_bitmap_v5_receivers_variance_fields { + id: Float +} + +""" +columns and relationships of "darunrs_near_bitmap_v5.sys_logs" +""" +type darunrs_near_bitmap_v5_sys_logs { + block_height: numeric + date: date! + id: bigint! + level: String! + message: String! + timestamp: timestamp! + type: String! +} + +""" +aggregated selection of "darunrs_near_bitmap_v5.sys_logs" +""" +type darunrs_near_bitmap_v5_sys_logs_aggregate { + aggregate: darunrs_near_bitmap_v5_sys_logs_aggregate_fields + nodes: [darunrs_near_bitmap_v5_sys_logs!]! +} + +""" +aggregate fields of "darunrs_near_bitmap_v5.sys_logs" +""" +type darunrs_near_bitmap_v5_sys_logs_aggregate_fields { + avg: darunrs_near_bitmap_v5_sys_logs_avg_fields + count(columns: [darunrs_near_bitmap_v5_sys_logs_select_column!], distinct: Boolean): Int! + max: darunrs_near_bitmap_v5_sys_logs_max_fields + min: darunrs_near_bitmap_v5_sys_logs_min_fields + stddev: darunrs_near_bitmap_v5_sys_logs_stddev_fields + stddev_pop: darunrs_near_bitmap_v5_sys_logs_stddev_pop_fields + stddev_samp: darunrs_near_bitmap_v5_sys_logs_stddev_samp_fields + sum: darunrs_near_bitmap_v5_sys_logs_sum_fields + var_pop: darunrs_near_bitmap_v5_sys_logs_var_pop_fields + var_samp: darunrs_near_bitmap_v5_sys_logs_var_samp_fields + variance: darunrs_near_bitmap_v5_sys_logs_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_bitmap_v5_sys_logs_avg_fields { + block_height: Float + id: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_bitmap_v5.sys_logs". All fields are combined with a logical 'AND'. +""" +input darunrs_near_bitmap_v5_sys_logs_bool_exp { + _and: [darunrs_near_bitmap_v5_sys_logs_bool_exp!] + _not: darunrs_near_bitmap_v5_sys_logs_bool_exp + _or: [darunrs_near_bitmap_v5_sys_logs_bool_exp!] + block_height: numeric_comparison_exp + date: date_comparison_exp + id: bigint_comparison_exp + level: String_comparison_exp + message: String_comparison_exp + timestamp: timestamp_comparison_exp + type: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_bitmap_v5_sys_logs_max_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate min on columns""" +type darunrs_near_bitmap_v5_sys_logs_min_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +""" +Ordering options when selecting data from "darunrs_near_bitmap_v5.sys_logs". +""" +input darunrs_near_bitmap_v5_sys_logs_order_by { + block_height: order_by + date: order_by + id: order_by + level: order_by + message: order_by + timestamp: order_by + type: order_by +} + +""" +select columns of table "darunrs_near_bitmap_v5.sys_logs" +""" +enum darunrs_near_bitmap_v5_sys_logs_select_column { + """column name""" + block_height + + """column name""" + date + + """column name""" + id + + """column name""" + level + + """column name""" + message + + """column name""" + timestamp + + """column name""" + type +} + +"""aggregate stddev on columns""" +type darunrs_near_bitmap_v5_sys_logs_stddev_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_bitmap_v5_sys_logs_stddev_pop_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_bitmap_v5_sys_logs_stddev_samp_fields { + block_height: Float + id: Float +} + +""" +Streaming cursor of the table "darunrs_near_bitmap_v5_sys_logs" +""" +input darunrs_near_bitmap_v5_sys_logs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_bitmap_v5_sys_logs_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_bitmap_v5_sys_logs_stream_cursor_value_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate sum on columns""" +type darunrs_near_bitmap_v5_sys_logs_sum_fields { + block_height: numeric + id: bigint +} + +"""aggregate var_pop on columns""" +type darunrs_near_bitmap_v5_sys_logs_var_pop_fields { + block_height: Float + id: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_bitmap_v5_sys_logs_var_samp_fields { + block_height: Float + id: Float +} + +"""aggregate variance on columns""" +type darunrs_near_bitmap_v5_sys_logs_variance_fields { + block_height: Float + id: Float +} + +""" +columns and relationships of "darunrs_near_bitmap_v5.sys_metadata" +""" +type darunrs_near_bitmap_v5_sys_metadata { + attribute: String! + value: String! +} + +""" +aggregated selection of "darunrs_near_bitmap_v5.sys_metadata" +""" +type darunrs_near_bitmap_v5_sys_metadata_aggregate { + aggregate: darunrs_near_bitmap_v5_sys_metadata_aggregate_fields + nodes: [darunrs_near_bitmap_v5_sys_metadata!]! +} + +""" +aggregate fields of "darunrs_near_bitmap_v5.sys_metadata" +""" +type darunrs_near_bitmap_v5_sys_metadata_aggregate_fields { + count(columns: [darunrs_near_bitmap_v5_sys_metadata_select_column!], distinct: Boolean): Int! + max: darunrs_near_bitmap_v5_sys_metadata_max_fields + min: darunrs_near_bitmap_v5_sys_metadata_min_fields +} + +""" +Boolean expression to filter rows from the table "darunrs_near_bitmap_v5.sys_metadata". All fields are combined with a logical 'AND'. +""" +input darunrs_near_bitmap_v5_sys_metadata_bool_exp { + _and: [darunrs_near_bitmap_v5_sys_metadata_bool_exp!] + _not: darunrs_near_bitmap_v5_sys_metadata_bool_exp + _or: [darunrs_near_bitmap_v5_sys_metadata_bool_exp!] + attribute: String_comparison_exp + value: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_bitmap_v5_sys_metadata_max_fields { + attribute: String + value: String +} + +"""aggregate min on columns""" +type darunrs_near_bitmap_v5_sys_metadata_min_fields { + attribute: String + value: String +} + +""" +Ordering options when selecting data from "darunrs_near_bitmap_v5.sys_metadata". +""" +input darunrs_near_bitmap_v5_sys_metadata_order_by { + attribute: order_by + value: order_by +} + +""" +select columns of table "darunrs_near_bitmap_v5.sys_metadata" +""" +enum darunrs_near_bitmap_v5_sys_metadata_select_column { + """column name""" + attribute + + """column name""" + value +} + +""" +Streaming cursor of the table "darunrs_near_bitmap_v5_sys_metadata" +""" +input darunrs_near_bitmap_v5_sys_metadata_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_bitmap_v5_sys_metadata_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_bitmap_v5_sys_metadata_stream_cursor_value_input { + attribute: String + value: String +} + +""" +columns and relationships of "darunrs_near_social_feed_test.comments" +""" +type darunrs_near_social_feed_test_comments { + account_id: String! + block_height: numeric! + block_timestamp: numeric! + content: String! + id: Int! + + """An object relationship""" + post: darunrs_near_social_feed_test_posts! + post_id: Int! + receipt_id: String! +} + +""" +aggregated selection of "darunrs_near_social_feed_test.comments" +""" +type darunrs_near_social_feed_test_comments_aggregate { + aggregate: darunrs_near_social_feed_test_comments_aggregate_fields + nodes: [darunrs_near_social_feed_test_comments!]! +} + +input darunrs_near_social_feed_test_comments_aggregate_bool_exp { + count: darunrs_near_social_feed_test_comments_aggregate_bool_exp_count +} + +input darunrs_near_social_feed_test_comments_aggregate_bool_exp_count { + arguments: [darunrs_near_social_feed_test_comments_select_column!] + distinct: Boolean + filter: darunrs_near_social_feed_test_comments_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "darunrs_near_social_feed_test.comments" +""" +type darunrs_near_social_feed_test_comments_aggregate_fields { + avg: darunrs_near_social_feed_test_comments_avg_fields + count(columns: [darunrs_near_social_feed_test_comments_select_column!], distinct: Boolean): Int! + max: darunrs_near_social_feed_test_comments_max_fields + min: darunrs_near_social_feed_test_comments_min_fields + stddev: darunrs_near_social_feed_test_comments_stddev_fields + stddev_pop: darunrs_near_social_feed_test_comments_stddev_pop_fields + stddev_samp: darunrs_near_social_feed_test_comments_stddev_samp_fields + sum: darunrs_near_social_feed_test_comments_sum_fields + var_pop: darunrs_near_social_feed_test_comments_var_pop_fields + var_samp: darunrs_near_social_feed_test_comments_var_samp_fields + variance: darunrs_near_social_feed_test_comments_variance_fields +} + +""" +order by aggregate values of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_aggregate_order_by { + avg: darunrs_near_social_feed_test_comments_avg_order_by + count: order_by + max: darunrs_near_social_feed_test_comments_max_order_by + min: darunrs_near_social_feed_test_comments_min_order_by + stddev: darunrs_near_social_feed_test_comments_stddev_order_by + stddev_pop: darunrs_near_social_feed_test_comments_stddev_pop_order_by + stddev_samp: darunrs_near_social_feed_test_comments_stddev_samp_order_by + sum: darunrs_near_social_feed_test_comments_sum_order_by + var_pop: darunrs_near_social_feed_test_comments_var_pop_order_by + var_samp: darunrs_near_social_feed_test_comments_var_samp_order_by + variance: darunrs_near_social_feed_test_comments_variance_order_by +} + +"""aggregate avg on columns""" +type darunrs_near_social_feed_test_comments_avg_fields { + block_height: Float + block_timestamp: Float + id: Float + post_id: Float +} + +""" +order by avg() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_avg_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +""" +Boolean expression to filter rows from the table "darunrs_near_social_feed_test.comments". All fields are combined with a logical 'AND'. +""" +input darunrs_near_social_feed_test_comments_bool_exp { + _and: [darunrs_near_social_feed_test_comments_bool_exp!] + _not: darunrs_near_social_feed_test_comments_bool_exp + _or: [darunrs_near_social_feed_test_comments_bool_exp!] + account_id: String_comparison_exp + block_height: numeric_comparison_exp + block_timestamp: numeric_comparison_exp + content: String_comparison_exp + id: Int_comparison_exp + post: darunrs_near_social_feed_test_posts_bool_exp + post_id: Int_comparison_exp + receipt_id: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_social_feed_test_comments_max_fields { + account_id: String + block_height: numeric + block_timestamp: numeric + content: String + id: Int + post_id: Int + receipt_id: String +} + +""" +order by max() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_max_order_by { + account_id: order_by + block_height: order_by + block_timestamp: order_by + content: order_by + id: order_by + post_id: order_by + receipt_id: order_by +} + +"""aggregate min on columns""" +type darunrs_near_social_feed_test_comments_min_fields { + account_id: String + block_height: numeric + block_timestamp: numeric + content: String + id: Int + post_id: Int + receipt_id: String +} + +""" +order by min() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_min_order_by { + account_id: order_by + block_height: order_by + block_timestamp: order_by + content: order_by + id: order_by + post_id: order_by + receipt_id: order_by +} + +""" +Ordering options when selecting data from "darunrs_near_social_feed_test.comments". +""" +input darunrs_near_social_feed_test_comments_order_by { + account_id: order_by + block_height: order_by + block_timestamp: order_by + content: order_by + id: order_by + post: darunrs_near_social_feed_test_posts_order_by + post_id: order_by + receipt_id: order_by +} + +""" +select columns of table "darunrs_near_social_feed_test.comments" +""" +enum darunrs_near_social_feed_test_comments_select_column { + """column name""" + account_id + + """column name""" + block_height + + """column name""" + block_timestamp + + """column name""" + content + + """column name""" + id + + """column name""" + post_id + + """column name""" + receipt_id +} + +"""aggregate stddev on columns""" +type darunrs_near_social_feed_test_comments_stddev_fields { + block_height: Float + block_timestamp: Float + id: Float + post_id: Float +} + +""" +order by stddev() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_stddev_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_social_feed_test_comments_stddev_pop_fields { + block_height: Float + block_timestamp: Float + id: Float + post_id: Float +} + +""" +order by stddev_pop() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_stddev_pop_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_social_feed_test_comments_stddev_samp_fields { + block_height: Float + block_timestamp: Float + id: Float + post_id: Float +} + +""" +order by stddev_samp() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_stddev_samp_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +""" +Streaming cursor of the table "darunrs_near_social_feed_test_comments" +""" +input darunrs_near_social_feed_test_comments_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_social_feed_test_comments_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_social_feed_test_comments_stream_cursor_value_input { + account_id: String + block_height: numeric + block_timestamp: numeric + content: String + id: Int + post_id: Int + receipt_id: String +} + +"""aggregate sum on columns""" +type darunrs_near_social_feed_test_comments_sum_fields { + block_height: numeric + block_timestamp: numeric + id: Int + post_id: Int +} + +""" +order by sum() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_sum_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +"""aggregate var_pop on columns""" +type darunrs_near_social_feed_test_comments_var_pop_fields { + block_height: Float + block_timestamp: Float + id: Float + post_id: Float +} + +""" +order by var_pop() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_var_pop_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +"""aggregate var_samp on columns""" +type darunrs_near_social_feed_test_comments_var_samp_fields { + block_height: Float + block_timestamp: Float + id: Float + post_id: Float +} + +""" +order by var_samp() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_var_samp_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +"""aggregate variance on columns""" +type darunrs_near_social_feed_test_comments_variance_fields { + block_height: Float + block_timestamp: Float + id: Float + post_id: Float +} + +""" +order by variance() on columns of table "darunrs_near_social_feed_test.comments" +""" +input darunrs_near_social_feed_test_comments_variance_order_by { + block_height: order_by + block_timestamp: order_by + id: order_by + post_id: order_by +} + +""" +columns and relationships of "darunrs_near_social_feed_test.post_likes" +""" +type darunrs_near_social_feed_test_post_likes { + account_id: String! + block_height: numeric + block_timestamp: numeric! + + """An object relationship""" + post: darunrs_near_social_feed_test_posts! + post_id: Int! + receipt_id: String! +} + +""" +aggregated selection of "darunrs_near_social_feed_test.post_likes" +""" +type darunrs_near_social_feed_test_post_likes_aggregate { + aggregate: darunrs_near_social_feed_test_post_likes_aggregate_fields + nodes: [darunrs_near_social_feed_test_post_likes!]! +} + +input darunrs_near_social_feed_test_post_likes_aggregate_bool_exp { + count: darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count +} + +input darunrs_near_social_feed_test_post_likes_aggregate_bool_exp_count { + arguments: [darunrs_near_social_feed_test_post_likes_select_column!] + distinct: Boolean + filter: darunrs_near_social_feed_test_post_likes_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "darunrs_near_social_feed_test.post_likes" +""" +type darunrs_near_social_feed_test_post_likes_aggregate_fields { + avg: darunrs_near_social_feed_test_post_likes_avg_fields + count(columns: [darunrs_near_social_feed_test_post_likes_select_column!], distinct: Boolean): Int! + max: darunrs_near_social_feed_test_post_likes_max_fields + min: darunrs_near_social_feed_test_post_likes_min_fields + stddev: darunrs_near_social_feed_test_post_likes_stddev_fields + stddev_pop: darunrs_near_social_feed_test_post_likes_stddev_pop_fields + stddev_samp: darunrs_near_social_feed_test_post_likes_stddev_samp_fields + sum: darunrs_near_social_feed_test_post_likes_sum_fields + var_pop: darunrs_near_social_feed_test_post_likes_var_pop_fields + var_samp: darunrs_near_social_feed_test_post_likes_var_samp_fields + variance: darunrs_near_social_feed_test_post_likes_variance_fields +} + +""" +order by aggregate values of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_aggregate_order_by { + avg: darunrs_near_social_feed_test_post_likes_avg_order_by + count: order_by + max: darunrs_near_social_feed_test_post_likes_max_order_by + min: darunrs_near_social_feed_test_post_likes_min_order_by + stddev: darunrs_near_social_feed_test_post_likes_stddev_order_by + stddev_pop: darunrs_near_social_feed_test_post_likes_stddev_pop_order_by + stddev_samp: darunrs_near_social_feed_test_post_likes_stddev_samp_order_by + sum: darunrs_near_social_feed_test_post_likes_sum_order_by + var_pop: darunrs_near_social_feed_test_post_likes_var_pop_order_by + var_samp: darunrs_near_social_feed_test_post_likes_var_samp_order_by + variance: darunrs_near_social_feed_test_post_likes_variance_order_by +} + +"""aggregate avg on columns""" +type darunrs_near_social_feed_test_post_likes_avg_fields { + block_height: Float + block_timestamp: Float + post_id: Float +} + +""" +order by avg() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_avg_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +""" +Boolean expression to filter rows from the table "darunrs_near_social_feed_test.post_likes". All fields are combined with a logical 'AND'. +""" +input darunrs_near_social_feed_test_post_likes_bool_exp { + _and: [darunrs_near_social_feed_test_post_likes_bool_exp!] + _not: darunrs_near_social_feed_test_post_likes_bool_exp + _or: [darunrs_near_social_feed_test_post_likes_bool_exp!] + account_id: String_comparison_exp + block_height: numeric_comparison_exp + block_timestamp: numeric_comparison_exp + post: darunrs_near_social_feed_test_posts_bool_exp + post_id: Int_comparison_exp + receipt_id: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_social_feed_test_post_likes_max_fields { + account_id: String + block_height: numeric + block_timestamp: numeric + post_id: Int + receipt_id: String +} + +""" +order by max() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_max_order_by { + account_id: order_by + block_height: order_by + block_timestamp: order_by + post_id: order_by + receipt_id: order_by +} + +"""aggregate min on columns""" +type darunrs_near_social_feed_test_post_likes_min_fields { + account_id: String + block_height: numeric + block_timestamp: numeric + post_id: Int + receipt_id: String +} + +""" +order by min() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_min_order_by { + account_id: order_by + block_height: order_by + block_timestamp: order_by + post_id: order_by + receipt_id: order_by +} + +""" +Ordering options when selecting data from "darunrs_near_social_feed_test.post_likes". +""" +input darunrs_near_social_feed_test_post_likes_order_by { + account_id: order_by + block_height: order_by + block_timestamp: order_by + post: darunrs_near_social_feed_test_posts_order_by + post_id: order_by + receipt_id: order_by +} + +""" +select columns of table "darunrs_near_social_feed_test.post_likes" +""" +enum darunrs_near_social_feed_test_post_likes_select_column { + """column name""" + account_id + + """column name""" + block_height + + """column name""" + block_timestamp + + """column name""" + post_id + + """column name""" + receipt_id +} + +"""aggregate stddev on columns""" +type darunrs_near_social_feed_test_post_likes_stddev_fields { + block_height: Float + block_timestamp: Float + post_id: Float +} + +""" +order by stddev() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_stddev_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_social_feed_test_post_likes_stddev_pop_fields { + block_height: Float + block_timestamp: Float + post_id: Float +} + +""" +order by stddev_pop() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_stddev_pop_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_social_feed_test_post_likes_stddev_samp_fields { + block_height: Float + block_timestamp: Float + post_id: Float +} + +""" +order by stddev_samp() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_stddev_samp_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +""" +Streaming cursor of the table "darunrs_near_social_feed_test_post_likes" +""" +input darunrs_near_social_feed_test_post_likes_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_social_feed_test_post_likes_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_social_feed_test_post_likes_stream_cursor_value_input { + account_id: String + block_height: numeric + block_timestamp: numeric + post_id: Int + receipt_id: String +} + +"""aggregate sum on columns""" +type darunrs_near_social_feed_test_post_likes_sum_fields { + block_height: numeric + block_timestamp: numeric + post_id: Int +} + +""" +order by sum() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_sum_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +"""aggregate var_pop on columns""" +type darunrs_near_social_feed_test_post_likes_var_pop_fields { + block_height: Float + block_timestamp: Float + post_id: Float +} + +""" +order by var_pop() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_var_pop_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +"""aggregate var_samp on columns""" +type darunrs_near_social_feed_test_post_likes_var_samp_fields { + block_height: Float + block_timestamp: Float + post_id: Float +} + +""" +order by var_samp() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_var_samp_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +"""aggregate variance on columns""" +type darunrs_near_social_feed_test_post_likes_variance_fields { + block_height: Float + block_timestamp: Float + post_id: Float +} + +""" +order by variance() on columns of table "darunrs_near_social_feed_test.post_likes" +""" +input darunrs_near_social_feed_test_post_likes_variance_order_by { + block_height: order_by + block_timestamp: order_by + post_id: order_by +} + +""" +columns and relationships of "darunrs_near_social_feed_test.posts" +""" +type darunrs_near_social_feed_test_posts { + account_id: String! + accounts_liked( + """JSON select path""" + path: String + ): jsonb! + block_height: numeric! + block_timestamp: numeric! + + """An array relationship""" + comments( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_comments_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_comments_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_comments_bool_exp + ): [darunrs_near_social_feed_test_comments!]! + + """An aggregate relationship""" + comments_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_comments_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_comments_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_comments_bool_exp + ): darunrs_near_social_feed_test_comments_aggregate! + content: String! + id: Int! + last_comment_timestamp: numeric + + """An array relationship""" + post_likes( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_post_likes_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_post_likes_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_post_likes_bool_exp + ): [darunrs_near_social_feed_test_post_likes!]! + + """An aggregate relationship""" + post_likes_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_post_likes_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_post_likes_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_post_likes_bool_exp + ): darunrs_near_social_feed_test_post_likes_aggregate! + receipt_id: String! +} + +""" +aggregated selection of "darunrs_near_social_feed_test.posts" +""" +type darunrs_near_social_feed_test_posts_aggregate { + aggregate: darunrs_near_social_feed_test_posts_aggregate_fields + nodes: [darunrs_near_social_feed_test_posts!]! +} + +""" +aggregate fields of "darunrs_near_social_feed_test.posts" +""" +type darunrs_near_social_feed_test_posts_aggregate_fields { + avg: darunrs_near_social_feed_test_posts_avg_fields + count(columns: [darunrs_near_social_feed_test_posts_select_column!], distinct: Boolean): Int! + max: darunrs_near_social_feed_test_posts_max_fields + min: darunrs_near_social_feed_test_posts_min_fields + stddev: darunrs_near_social_feed_test_posts_stddev_fields + stddev_pop: darunrs_near_social_feed_test_posts_stddev_pop_fields + stddev_samp: darunrs_near_social_feed_test_posts_stddev_samp_fields + sum: darunrs_near_social_feed_test_posts_sum_fields + var_pop: darunrs_near_social_feed_test_posts_var_pop_fields + var_samp: darunrs_near_social_feed_test_posts_var_samp_fields + variance: darunrs_near_social_feed_test_posts_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_social_feed_test_posts_avg_fields { + block_height: Float + block_timestamp: Float + id: Float + last_comment_timestamp: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_social_feed_test.posts". All fields are combined with a logical 'AND'. +""" +input darunrs_near_social_feed_test_posts_bool_exp { + _and: [darunrs_near_social_feed_test_posts_bool_exp!] + _not: darunrs_near_social_feed_test_posts_bool_exp + _or: [darunrs_near_social_feed_test_posts_bool_exp!] + account_id: String_comparison_exp + accounts_liked: jsonb_comparison_exp + block_height: numeric_comparison_exp + block_timestamp: numeric_comparison_exp + comments: darunrs_near_social_feed_test_comments_bool_exp + comments_aggregate: darunrs_near_social_feed_test_comments_aggregate_bool_exp + content: String_comparison_exp + id: Int_comparison_exp + last_comment_timestamp: numeric_comparison_exp + post_likes: darunrs_near_social_feed_test_post_likes_bool_exp + post_likes_aggregate: darunrs_near_social_feed_test_post_likes_aggregate_bool_exp + receipt_id: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_social_feed_test_posts_max_fields { + account_id: String + block_height: numeric + block_timestamp: numeric + content: String + id: Int + last_comment_timestamp: numeric + receipt_id: String +} + +"""aggregate min on columns""" +type darunrs_near_social_feed_test_posts_min_fields { + account_id: String + block_height: numeric + block_timestamp: numeric + content: String + id: Int + last_comment_timestamp: numeric + receipt_id: String +} + +""" +Ordering options when selecting data from "darunrs_near_social_feed_test.posts". +""" +input darunrs_near_social_feed_test_posts_order_by { + account_id: order_by + accounts_liked: order_by + block_height: order_by + block_timestamp: order_by + comments_aggregate: darunrs_near_social_feed_test_comments_aggregate_order_by + content: order_by + id: order_by + last_comment_timestamp: order_by + post_likes_aggregate: darunrs_near_social_feed_test_post_likes_aggregate_order_by + receipt_id: order_by +} + +""" +select columns of table "darunrs_near_social_feed_test.posts" +""" +enum darunrs_near_social_feed_test_posts_select_column { + """column name""" + account_id + + """column name""" + accounts_liked + + """column name""" + block_height + + """column name""" + block_timestamp + + """column name""" + content + + """column name""" + id + + """column name""" + last_comment_timestamp + + """column name""" + receipt_id +} + +"""aggregate stddev on columns""" +type darunrs_near_social_feed_test_posts_stddev_fields { + block_height: Float + block_timestamp: Float + id: Float + last_comment_timestamp: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_social_feed_test_posts_stddev_pop_fields { + block_height: Float + block_timestamp: Float + id: Float + last_comment_timestamp: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_social_feed_test_posts_stddev_samp_fields { + block_height: Float + block_timestamp: Float + id: Float + last_comment_timestamp: Float +} + +""" +Streaming cursor of the table "darunrs_near_social_feed_test_posts" +""" +input darunrs_near_social_feed_test_posts_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_social_feed_test_posts_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_social_feed_test_posts_stream_cursor_value_input { + account_id: String + accounts_liked: jsonb + block_height: numeric + block_timestamp: numeric + content: String + id: Int + last_comment_timestamp: numeric + receipt_id: String +} + +"""aggregate sum on columns""" +type darunrs_near_social_feed_test_posts_sum_fields { + block_height: numeric + block_timestamp: numeric + id: Int + last_comment_timestamp: numeric +} + +"""aggregate var_pop on columns""" +type darunrs_near_social_feed_test_posts_var_pop_fields { + block_height: Float + block_timestamp: Float + id: Float + last_comment_timestamp: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_social_feed_test_posts_var_samp_fields { + block_height: Float + block_timestamp: Float + id: Float + last_comment_timestamp: Float +} + +"""aggregate variance on columns""" +type darunrs_near_social_feed_test_posts_variance_fields { + block_height: Float + block_timestamp: Float + id: Float + last_comment_timestamp: Float +} + +""" +columns and relationships of "darunrs_near_social_feed_test.sys_logs" +""" +type darunrs_near_social_feed_test_sys_logs { + block_height: numeric + date: date! + id: bigint! + level: String! + message: String! + timestamp: timestamp! + type: String! +} + +""" +aggregated selection of "darunrs_near_social_feed_test.sys_logs" +""" +type darunrs_near_social_feed_test_sys_logs_aggregate { + aggregate: darunrs_near_social_feed_test_sys_logs_aggregate_fields + nodes: [darunrs_near_social_feed_test_sys_logs!]! +} + +""" +aggregate fields of "darunrs_near_social_feed_test.sys_logs" +""" +type darunrs_near_social_feed_test_sys_logs_aggregate_fields { + avg: darunrs_near_social_feed_test_sys_logs_avg_fields + count(columns: [darunrs_near_social_feed_test_sys_logs_select_column!], distinct: Boolean): Int! + max: darunrs_near_social_feed_test_sys_logs_max_fields + min: darunrs_near_social_feed_test_sys_logs_min_fields + stddev: darunrs_near_social_feed_test_sys_logs_stddev_fields + stddev_pop: darunrs_near_social_feed_test_sys_logs_stddev_pop_fields + stddev_samp: darunrs_near_social_feed_test_sys_logs_stddev_samp_fields + sum: darunrs_near_social_feed_test_sys_logs_sum_fields + var_pop: darunrs_near_social_feed_test_sys_logs_var_pop_fields + var_samp: darunrs_near_social_feed_test_sys_logs_var_samp_fields + variance: darunrs_near_social_feed_test_sys_logs_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_social_feed_test_sys_logs_avg_fields { + block_height: Float + id: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_social_feed_test.sys_logs". All fields are combined with a logical 'AND'. +""" +input darunrs_near_social_feed_test_sys_logs_bool_exp { + _and: [darunrs_near_social_feed_test_sys_logs_bool_exp!] + _not: darunrs_near_social_feed_test_sys_logs_bool_exp + _or: [darunrs_near_social_feed_test_sys_logs_bool_exp!] + block_height: numeric_comparison_exp + date: date_comparison_exp + id: bigint_comparison_exp + level: String_comparison_exp + message: String_comparison_exp + timestamp: timestamp_comparison_exp + type: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_social_feed_test_sys_logs_max_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate min on columns""" +type darunrs_near_social_feed_test_sys_logs_min_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +""" +Ordering options when selecting data from "darunrs_near_social_feed_test.sys_logs". +""" +input darunrs_near_social_feed_test_sys_logs_order_by { + block_height: order_by + date: order_by + id: order_by + level: order_by + message: order_by + timestamp: order_by + type: order_by +} + +""" +select columns of table "darunrs_near_social_feed_test.sys_logs" +""" +enum darunrs_near_social_feed_test_sys_logs_select_column { + """column name""" + block_height + + """column name""" + date + + """column name""" + id + + """column name""" + level + + """column name""" + message + + """column name""" + timestamp + + """column name""" + type +} + +"""aggregate stddev on columns""" +type darunrs_near_social_feed_test_sys_logs_stddev_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_social_feed_test_sys_logs_stddev_pop_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_social_feed_test_sys_logs_stddev_samp_fields { + block_height: Float + id: Float +} + +""" +Streaming cursor of the table "darunrs_near_social_feed_test_sys_logs" +""" +input darunrs_near_social_feed_test_sys_logs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_social_feed_test_sys_logs_stream_cursor_value_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate sum on columns""" +type darunrs_near_social_feed_test_sys_logs_sum_fields { + block_height: numeric + id: bigint +} + +"""aggregate var_pop on columns""" +type darunrs_near_social_feed_test_sys_logs_var_pop_fields { + block_height: Float + id: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_social_feed_test_sys_logs_var_samp_fields { + block_height: Float + id: Float +} + +"""aggregate variance on columns""" +type darunrs_near_social_feed_test_sys_logs_variance_fields { + block_height: Float + id: Float +} + +""" +columns and relationships of "darunrs_near_social_feed_test.sys_metadata" +""" +type darunrs_near_social_feed_test_sys_metadata { + attribute: String! + value: String! +} + +""" +aggregated selection of "darunrs_near_social_feed_test.sys_metadata" +""" +type darunrs_near_social_feed_test_sys_metadata_aggregate { + aggregate: darunrs_near_social_feed_test_sys_metadata_aggregate_fields + nodes: [darunrs_near_social_feed_test_sys_metadata!]! +} + +""" +aggregate fields of "darunrs_near_social_feed_test.sys_metadata" +""" +type darunrs_near_social_feed_test_sys_metadata_aggregate_fields { + count(columns: [darunrs_near_social_feed_test_sys_metadata_select_column!], distinct: Boolean): Int! + max: darunrs_near_social_feed_test_sys_metadata_max_fields + min: darunrs_near_social_feed_test_sys_metadata_min_fields +} + +""" +Boolean expression to filter rows from the table "darunrs_near_social_feed_test.sys_metadata". All fields are combined with a logical 'AND'. +""" +input darunrs_near_social_feed_test_sys_metadata_bool_exp { + _and: [darunrs_near_social_feed_test_sys_metadata_bool_exp!] + _not: darunrs_near_social_feed_test_sys_metadata_bool_exp + _or: [darunrs_near_social_feed_test_sys_metadata_bool_exp!] + attribute: String_comparison_exp + value: String_comparison_exp +} + +"""aggregate max on columns""" +type darunrs_near_social_feed_test_sys_metadata_max_fields { + attribute: String + value: String +} + +"""aggregate min on columns""" +type darunrs_near_social_feed_test_sys_metadata_min_fields { + attribute: String + value: String +} + +""" +Ordering options when selecting data from "darunrs_near_social_feed_test.sys_metadata". +""" +input darunrs_near_social_feed_test_sys_metadata_order_by { + attribute: order_by + value: order_by +} + +""" +select columns of table "darunrs_near_social_feed_test.sys_metadata" +""" +enum darunrs_near_social_feed_test_sys_metadata_select_column { + """column name""" + attribute + + """column name""" + value +} + +""" +Streaming cursor of the table "darunrs_near_social_feed_test_sys_metadata" +""" +input darunrs_near_social_feed_test_sys_metadata_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_social_feed_test_sys_metadata_stream_cursor_value_input { + attribute: String + value: String +} + +""" +columns and relationships of "darunrs_near_test_fork.indexer_storage" +""" +type darunrs_near_test_fork_indexer_storage { + function_name: String! + key_name: String! + value: String! +} + +""" +aggregated selection of "darunrs_near_test_fork.indexer_storage" +""" +type darunrs_near_test_fork_indexer_storage_aggregate { + aggregate: darunrs_near_test_fork_indexer_storage_aggregate_fields + nodes: [darunrs_near_test_fork_indexer_storage!]! +} + +""" +aggregate fields of "darunrs_near_test_fork.indexer_storage" +""" +type darunrs_near_test_fork_indexer_storage_aggregate_fields { + count(columns: [darunrs_near_test_fork_indexer_storage_select_column!], distinct: Boolean): Int! + max: darunrs_near_test_fork_indexer_storage_max_fields + min: darunrs_near_test_fork_indexer_storage_min_fields +} + +""" +Boolean expression to filter rows from the table "darunrs_near_test_fork.indexer_storage". All fields are combined with a logical 'AND'. +""" +input darunrs_near_test_fork_indexer_storage_bool_exp { + _and: [darunrs_near_test_fork_indexer_storage_bool_exp!] + _not: darunrs_near_test_fork_indexer_storage_bool_exp + _or: [darunrs_near_test_fork_indexer_storage_bool_exp!] + function_name: String_comparison_exp + key_name: String_comparison_exp + value: String_comparison_exp +} + +""" +unique or primary key constraints on table "darunrs_near_test_fork.indexer_storage" +""" +enum darunrs_near_test_fork_indexer_storage_constraint { + """ + unique or primary key constraint on columns "function_name", "key_name" + """ + indexer_storage_pkey +} + +""" +input type for inserting data into table "darunrs_near_test_fork.indexer_storage" +""" +input darunrs_near_test_fork_indexer_storage_insert_input { + function_name: String + key_name: String + value: String +} + +"""aggregate max on columns""" +type darunrs_near_test_fork_indexer_storage_max_fields { + function_name: String + key_name: String + value: String +} + +"""aggregate min on columns""" +type darunrs_near_test_fork_indexer_storage_min_fields { + function_name: String + key_name: String + value: String +} + +""" +response of any mutation on the table "darunrs_near_test_fork.indexer_storage" +""" +type darunrs_near_test_fork_indexer_storage_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [darunrs_near_test_fork_indexer_storage!]! +} + +""" +on_conflict condition type for table "darunrs_near_test_fork.indexer_storage" +""" +input darunrs_near_test_fork_indexer_storage_on_conflict { + constraint: darunrs_near_test_fork_indexer_storage_constraint! + update_columns: [darunrs_near_test_fork_indexer_storage_update_column!]! = [] + where: darunrs_near_test_fork_indexer_storage_bool_exp +} + +""" +Ordering options when selecting data from "darunrs_near_test_fork.indexer_storage". +""" +input darunrs_near_test_fork_indexer_storage_order_by { + function_name: order_by + key_name: order_by + value: order_by +} + +""" +primary key columns input for table: darunrs_near_test_fork.indexer_storage +""" +input darunrs_near_test_fork_indexer_storage_pk_columns_input { + function_name: String! + key_name: String! +} + +""" +select columns of table "darunrs_near_test_fork.indexer_storage" +""" +enum darunrs_near_test_fork_indexer_storage_select_column { + """column name""" + function_name + + """column name""" + key_name + + """column name""" + value +} + +""" +input type for updating data in table "darunrs_near_test_fork.indexer_storage" +""" +input darunrs_near_test_fork_indexer_storage_set_input { + function_name: String + key_name: String + value: String +} + +""" +Streaming cursor of the table "darunrs_near_test_fork_indexer_storage" +""" +input darunrs_near_test_fork_indexer_storage_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_test_fork_indexer_storage_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_test_fork_indexer_storage_stream_cursor_value_input { + function_name: String + key_name: String + value: String +} + +""" +update columns of table "darunrs_near_test_fork.indexer_storage" +""" +enum darunrs_near_test_fork_indexer_storage_update_column { + """column name""" + function_name + + """column name""" + key_name + + """column name""" + value +} + +input darunrs_near_test_fork_indexer_storage_updates { + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_indexer_storage_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_test_fork_indexer_storage_bool_exp! +} + +""" +columns and relationships of "darunrs_near_test_fork.sys_logs" +""" +type darunrs_near_test_fork_sys_logs { + block_height: numeric + date: date! + id: bigint! + level: String! + message: String! + timestamp: timestamp! + type: String! +} + +""" +aggregated selection of "darunrs_near_test_fork.sys_logs" +""" +type darunrs_near_test_fork_sys_logs_aggregate { + aggregate: darunrs_near_test_fork_sys_logs_aggregate_fields + nodes: [darunrs_near_test_fork_sys_logs!]! +} + +""" +aggregate fields of "darunrs_near_test_fork.sys_logs" +""" +type darunrs_near_test_fork_sys_logs_aggregate_fields { + avg: darunrs_near_test_fork_sys_logs_avg_fields + count(columns: [darunrs_near_test_fork_sys_logs_select_column!], distinct: Boolean): Int! + max: darunrs_near_test_fork_sys_logs_max_fields + min: darunrs_near_test_fork_sys_logs_min_fields + stddev: darunrs_near_test_fork_sys_logs_stddev_fields + stddev_pop: darunrs_near_test_fork_sys_logs_stddev_pop_fields + stddev_samp: darunrs_near_test_fork_sys_logs_stddev_samp_fields + sum: darunrs_near_test_fork_sys_logs_sum_fields + var_pop: darunrs_near_test_fork_sys_logs_var_pop_fields + var_samp: darunrs_near_test_fork_sys_logs_var_samp_fields + variance: darunrs_near_test_fork_sys_logs_variance_fields +} + +"""aggregate avg on columns""" +type darunrs_near_test_fork_sys_logs_avg_fields { + block_height: Float + id: Float +} + +""" +Boolean expression to filter rows from the table "darunrs_near_test_fork.sys_logs". All fields are combined with a logical 'AND'. +""" +input darunrs_near_test_fork_sys_logs_bool_exp { + _and: [darunrs_near_test_fork_sys_logs_bool_exp!] + _not: darunrs_near_test_fork_sys_logs_bool_exp + _or: [darunrs_near_test_fork_sys_logs_bool_exp!] + block_height: numeric_comparison_exp + date: date_comparison_exp + id: bigint_comparison_exp + level: String_comparison_exp + message: String_comparison_exp + timestamp: timestamp_comparison_exp + type: String_comparison_exp +} + +""" +unique or primary key constraints on table "darunrs_near_test_fork.sys_logs" +""" +enum darunrs_near_test_fork_sys_logs_constraint { + """ + unique or primary key constraint on columns "id", "date" + """ + sys_logs_pkey +} + +""" +input type for incrementing numeric columns in table "darunrs_near_test_fork.sys_logs" +""" +input darunrs_near_test_fork_sys_logs_inc_input { + block_height: numeric + id: bigint +} + +""" +input type for inserting data into table "darunrs_near_test_fork.sys_logs" +""" +input darunrs_near_test_fork_sys_logs_insert_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate max on columns""" +type darunrs_near_test_fork_sys_logs_max_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate min on columns""" +type darunrs_near_test_fork_sys_logs_min_fields { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +""" +response of any mutation on the table "darunrs_near_test_fork.sys_logs" +""" +type darunrs_near_test_fork_sys_logs_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [darunrs_near_test_fork_sys_logs!]! +} + +""" +on_conflict condition type for table "darunrs_near_test_fork.sys_logs" +""" +input darunrs_near_test_fork_sys_logs_on_conflict { + constraint: darunrs_near_test_fork_sys_logs_constraint! + update_columns: [darunrs_near_test_fork_sys_logs_update_column!]! = [] + where: darunrs_near_test_fork_sys_logs_bool_exp +} + +""" +Ordering options when selecting data from "darunrs_near_test_fork.sys_logs". +""" +input darunrs_near_test_fork_sys_logs_order_by { + block_height: order_by + date: order_by + id: order_by + level: order_by + message: order_by + timestamp: order_by + type: order_by +} + +"""primary key columns input for table: darunrs_near_test_fork.sys_logs""" +input darunrs_near_test_fork_sys_logs_pk_columns_input { + date: date! + id: bigint! +} + +""" +select columns of table "darunrs_near_test_fork.sys_logs" +""" +enum darunrs_near_test_fork_sys_logs_select_column { + """column name""" + block_height + + """column name""" + date + + """column name""" + id + + """column name""" + level + + """column name""" + message + + """column name""" + timestamp + + """column name""" + type +} + +""" +input type for updating data in table "darunrs_near_test_fork.sys_logs" +""" +input darunrs_near_test_fork_sys_logs_set_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate stddev on columns""" +type darunrs_near_test_fork_sys_logs_stddev_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_pop on columns""" +type darunrs_near_test_fork_sys_logs_stddev_pop_fields { + block_height: Float + id: Float +} + +"""aggregate stddev_samp on columns""" +type darunrs_near_test_fork_sys_logs_stddev_samp_fields { + block_height: Float + id: Float +} + +""" +Streaming cursor of the table "darunrs_near_test_fork_sys_logs" +""" +input darunrs_near_test_fork_sys_logs_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_test_fork_sys_logs_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_test_fork_sys_logs_stream_cursor_value_input { + block_height: numeric + date: date + id: bigint + level: String + message: String + timestamp: timestamp + type: String +} + +"""aggregate sum on columns""" +type darunrs_near_test_fork_sys_logs_sum_fields { + block_height: numeric + id: bigint +} + +""" +update columns of table "darunrs_near_test_fork.sys_logs" +""" +enum darunrs_near_test_fork_sys_logs_update_column { + """column name""" + block_height + + """column name""" + date + + """column name""" + id + + """column name""" + level + + """column name""" + message + + """column name""" + timestamp + + """column name""" + type +} + +input darunrs_near_test_fork_sys_logs_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_test_fork_sys_logs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_sys_logs_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_test_fork_sys_logs_bool_exp! +} + +"""aggregate var_pop on columns""" +type darunrs_near_test_fork_sys_logs_var_pop_fields { + block_height: Float + id: Float +} + +"""aggregate var_samp on columns""" +type darunrs_near_test_fork_sys_logs_var_samp_fields { + block_height: Float + id: Float +} + +"""aggregate variance on columns""" +type darunrs_near_test_fork_sys_logs_variance_fields { + block_height: Float + id: Float +} + +""" +columns and relationships of "darunrs_near_test_fork.sys_metadata" +""" +type darunrs_near_test_fork_sys_metadata { + attribute: String! + value: String! +} + +""" +aggregated selection of "darunrs_near_test_fork.sys_metadata" +""" +type darunrs_near_test_fork_sys_metadata_aggregate { + aggregate: darunrs_near_test_fork_sys_metadata_aggregate_fields + nodes: [darunrs_near_test_fork_sys_metadata!]! +} + +""" +aggregate fields of "darunrs_near_test_fork.sys_metadata" +""" +type darunrs_near_test_fork_sys_metadata_aggregate_fields { + count(columns: [darunrs_near_test_fork_sys_metadata_select_column!], distinct: Boolean): Int! + max: darunrs_near_test_fork_sys_metadata_max_fields + min: darunrs_near_test_fork_sys_metadata_min_fields +} + +""" +Boolean expression to filter rows from the table "darunrs_near_test_fork.sys_metadata". All fields are combined with a logical 'AND'. +""" +input darunrs_near_test_fork_sys_metadata_bool_exp { + _and: [darunrs_near_test_fork_sys_metadata_bool_exp!] + _not: darunrs_near_test_fork_sys_metadata_bool_exp + _or: [darunrs_near_test_fork_sys_metadata_bool_exp!] + attribute: String_comparison_exp + value: String_comparison_exp +} + +""" +unique or primary key constraints on table "darunrs_near_test_fork.sys_metadata" +""" +enum darunrs_near_test_fork_sys_metadata_constraint { + """ + unique or primary key constraint on columns "attribute" + """ + sys_metadata_pkey +} + +""" +input type for inserting data into table "darunrs_near_test_fork.sys_metadata" +""" +input darunrs_near_test_fork_sys_metadata_insert_input { + attribute: String + value: String +} + +"""aggregate max on columns""" +type darunrs_near_test_fork_sys_metadata_max_fields { + attribute: String + value: String +} + +"""aggregate min on columns""" +type darunrs_near_test_fork_sys_metadata_min_fields { + attribute: String + value: String +} + +""" +response of any mutation on the table "darunrs_near_test_fork.sys_metadata" +""" +type darunrs_near_test_fork_sys_metadata_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [darunrs_near_test_fork_sys_metadata!]! +} + +""" +on_conflict condition type for table "darunrs_near_test_fork.sys_metadata" +""" +input darunrs_near_test_fork_sys_metadata_on_conflict { + constraint: darunrs_near_test_fork_sys_metadata_constraint! + update_columns: [darunrs_near_test_fork_sys_metadata_update_column!]! = [] + where: darunrs_near_test_fork_sys_metadata_bool_exp +} + +""" +Ordering options when selecting data from "darunrs_near_test_fork.sys_metadata". +""" +input darunrs_near_test_fork_sys_metadata_order_by { + attribute: order_by + value: order_by +} + +""" +primary key columns input for table: darunrs_near_test_fork.sys_metadata +""" +input darunrs_near_test_fork_sys_metadata_pk_columns_input { + attribute: String! +} + +""" +select columns of table "darunrs_near_test_fork.sys_metadata" +""" +enum darunrs_near_test_fork_sys_metadata_select_column { + """column name""" + attribute + + """column name""" + value +} + +""" +input type for updating data in table "darunrs_near_test_fork.sys_metadata" +""" +input darunrs_near_test_fork_sys_metadata_set_input { + attribute: String + value: String +} + +""" +Streaming cursor of the table "darunrs_near_test_fork_sys_metadata" +""" +input darunrs_near_test_fork_sys_metadata_stream_cursor_input { + """Stream column input with initial value""" + initial_value: darunrs_near_test_fork_sys_metadata_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input darunrs_near_test_fork_sys_metadata_stream_cursor_value_input { + attribute: String + value: String +} + +""" +update columns of table "darunrs_near_test_fork.sys_metadata" +""" +enum darunrs_near_test_fork_sys_metadata_update_column { + """column name""" + attribute + + """column name""" + value +} + +input darunrs_near_test_fork_sys_metadata_updates { + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_sys_metadata_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_test_fork_sys_metadata_bool_exp! +} + +scalar date + +""" +Boolean expression to compare columns of type "date". All fields are combined with logical 'AND'. +""" +input date_comparison_exp { + _eq: date + _gt: date + _gte: date + _in: [date!] + _is_null: Boolean + _lt: date + _lte: date + _neq: date + _nin: [date!] +} + +scalar jsonb + +input jsonb_cast_exp { + String: String_comparison_exp +} + +""" +Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'. +""" +input jsonb_comparison_exp { + _cast: jsonb_cast_exp + + """is the column contained in the given json value""" + _contained_in: jsonb + + """does the column contain the given json value at the top level""" + _contains: jsonb + _eq: jsonb + _gt: jsonb + _gte: jsonb + + """does the string exist as a top-level key in the column""" + _has_key: String + + """do all of these strings exist as top-level keys in the column""" + _has_keys_all: [String!] + + """do any of these strings exist as top-level keys in the column""" + _has_keys_any: [String!] + _in: [jsonb!] + _is_null: Boolean + _lt: jsonb + _lte: jsonb + _neq: jsonb + _nin: [jsonb!] +} + +"""mutation root""" +type mutation_root { + """ + delete data from the table: "darunrs_near_bitmap_v3.actions_index" + """ + delete_darunrs_near_bitmap_v3_actions_index( + """filter the rows which have to be deleted""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp! + ): darunrs_near_bitmap_v3_actions_index_mutation_response + + """ + delete single row from the table: "darunrs_near_bitmap_v3.actions_index" + """ + delete_darunrs_near_bitmap_v3_actions_index_by_pk(block_date: String!, receiver_id: String!): darunrs_near_bitmap_v3_actions_index + + """ + delete data from the table: "darunrs_near_bitmap_v3.sys_logs" + """ + delete_darunrs_near_bitmap_v3_sys_logs( + """filter the rows which have to be deleted""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp! + ): darunrs_near_bitmap_v3_sys_logs_mutation_response + + """ + delete single row from the table: "darunrs_near_bitmap_v3.sys_logs" + """ + delete_darunrs_near_bitmap_v3_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_bitmap_v3_sys_logs + + """ + delete data from the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + delete_darunrs_near_bitmap_v3_sys_metadata( + """filter the rows which have to be deleted""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp! + ): darunrs_near_bitmap_v3_sys_metadata_mutation_response + + """ + delete single row from the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + delete_darunrs_near_bitmap_v3_sys_metadata_by_pk(attribute: String!): darunrs_near_bitmap_v3_sys_metadata + + """ + delete data from the table: "darunrs_near_test_fork.indexer_storage" + """ + delete_darunrs_near_test_fork_indexer_storage( + """filter the rows which have to be deleted""" + where: darunrs_near_test_fork_indexer_storage_bool_exp! + ): darunrs_near_test_fork_indexer_storage_mutation_response + + """ + delete single row from the table: "darunrs_near_test_fork.indexer_storage" + """ + delete_darunrs_near_test_fork_indexer_storage_by_pk(function_name: String!, key_name: String!): darunrs_near_test_fork_indexer_storage + + """ + delete data from the table: "darunrs_near_test_fork.sys_logs" + """ + delete_darunrs_near_test_fork_sys_logs( + """filter the rows which have to be deleted""" + where: darunrs_near_test_fork_sys_logs_bool_exp! + ): darunrs_near_test_fork_sys_logs_mutation_response + + """ + delete single row from the table: "darunrs_near_test_fork.sys_logs" + """ + delete_darunrs_near_test_fork_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_test_fork_sys_logs + + """ + delete data from the table: "darunrs_near_test_fork.sys_metadata" + """ + delete_darunrs_near_test_fork_sys_metadata( + """filter the rows which have to be deleted""" + where: darunrs_near_test_fork_sys_metadata_bool_exp! + ): darunrs_near_test_fork_sys_metadata_mutation_response + + """ + delete single row from the table: "darunrs_near_test_fork.sys_metadata" + """ + delete_darunrs_near_test_fork_sys_metadata_by_pk(attribute: String!): darunrs_near_test_fork_sys_metadata + + """ + insert data into the table: "darunrs_near_bitmap_v3.actions_index" + """ + insert_darunrs_near_bitmap_v3_actions_index( + """the rows to be inserted""" + objects: [darunrs_near_bitmap_v3_actions_index_insert_input!]! + + """upsert condition""" + on_conflict: darunrs_near_bitmap_v3_actions_index_on_conflict + ): darunrs_near_bitmap_v3_actions_index_mutation_response + + """ + insert a single row into the table: "darunrs_near_bitmap_v3.actions_index" + """ + insert_darunrs_near_bitmap_v3_actions_index_one( + """the row to be inserted""" + object: darunrs_near_bitmap_v3_actions_index_insert_input! + + """upsert condition""" + on_conflict: darunrs_near_bitmap_v3_actions_index_on_conflict + ): darunrs_near_bitmap_v3_actions_index + + """ + insert data into the table: "darunrs_near_bitmap_v3.sys_logs" + """ + insert_darunrs_near_bitmap_v3_sys_logs( + """the rows to be inserted""" + objects: [darunrs_near_bitmap_v3_sys_logs_insert_input!]! + + """upsert condition""" + on_conflict: darunrs_near_bitmap_v3_sys_logs_on_conflict + ): darunrs_near_bitmap_v3_sys_logs_mutation_response + + """ + insert a single row into the table: "darunrs_near_bitmap_v3.sys_logs" + """ + insert_darunrs_near_bitmap_v3_sys_logs_one( + """the row to be inserted""" + object: darunrs_near_bitmap_v3_sys_logs_insert_input! + + """upsert condition""" + on_conflict: darunrs_near_bitmap_v3_sys_logs_on_conflict + ): darunrs_near_bitmap_v3_sys_logs + + """ + insert data into the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + insert_darunrs_near_bitmap_v3_sys_metadata( + """the rows to be inserted""" + objects: [darunrs_near_bitmap_v3_sys_metadata_insert_input!]! + + """upsert condition""" + on_conflict: darunrs_near_bitmap_v3_sys_metadata_on_conflict + ): darunrs_near_bitmap_v3_sys_metadata_mutation_response + + """ + insert a single row into the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + insert_darunrs_near_bitmap_v3_sys_metadata_one( + """the row to be inserted""" + object: darunrs_near_bitmap_v3_sys_metadata_insert_input! + + """upsert condition""" + on_conflict: darunrs_near_bitmap_v3_sys_metadata_on_conflict + ): darunrs_near_bitmap_v3_sys_metadata + + """ + insert data into the table: "darunrs_near_test_fork.indexer_storage" + """ + insert_darunrs_near_test_fork_indexer_storage( + """the rows to be inserted""" + objects: [darunrs_near_test_fork_indexer_storage_insert_input!]! + + """upsert condition""" + on_conflict: darunrs_near_test_fork_indexer_storage_on_conflict + ): darunrs_near_test_fork_indexer_storage_mutation_response + + """ + insert a single row into the table: "darunrs_near_test_fork.indexer_storage" + """ + insert_darunrs_near_test_fork_indexer_storage_one( + """the row to be inserted""" + object: darunrs_near_test_fork_indexer_storage_insert_input! + + """upsert condition""" + on_conflict: darunrs_near_test_fork_indexer_storage_on_conflict + ): darunrs_near_test_fork_indexer_storage + + """ + insert data into the table: "darunrs_near_test_fork.sys_logs" + """ + insert_darunrs_near_test_fork_sys_logs( + """the rows to be inserted""" + objects: [darunrs_near_test_fork_sys_logs_insert_input!]! + + """upsert condition""" + on_conflict: darunrs_near_test_fork_sys_logs_on_conflict + ): darunrs_near_test_fork_sys_logs_mutation_response + + """ + insert a single row into the table: "darunrs_near_test_fork.sys_logs" + """ + insert_darunrs_near_test_fork_sys_logs_one( + """the row to be inserted""" + object: darunrs_near_test_fork_sys_logs_insert_input! + + """upsert condition""" + on_conflict: darunrs_near_test_fork_sys_logs_on_conflict + ): darunrs_near_test_fork_sys_logs + + """ + insert data into the table: "darunrs_near_test_fork.sys_metadata" + """ + insert_darunrs_near_test_fork_sys_metadata( + """the rows to be inserted""" + objects: [darunrs_near_test_fork_sys_metadata_insert_input!]! + + """upsert condition""" + on_conflict: darunrs_near_test_fork_sys_metadata_on_conflict + ): darunrs_near_test_fork_sys_metadata_mutation_response + + """ + insert a single row into the table: "darunrs_near_test_fork.sys_metadata" + """ + insert_darunrs_near_test_fork_sys_metadata_one( + """the row to be inserted""" + object: darunrs_near_test_fork_sys_metadata_insert_input! + + """upsert condition""" + on_conflict: darunrs_near_test_fork_sys_metadata_on_conflict + ): darunrs_near_test_fork_sys_metadata + + """ + update data of the table: "darunrs_near_bitmap_v3.actions_index" + """ + update_darunrs_near_bitmap_v3_actions_index( + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_bitmap_v3_actions_index_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_actions_index_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp! + ): darunrs_near_bitmap_v3_actions_index_mutation_response + + """ + update single row of the table: "darunrs_near_bitmap_v3.actions_index" + """ + update_darunrs_near_bitmap_v3_actions_index_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_bitmap_v3_actions_index_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_actions_index_set_input + pk_columns: darunrs_near_bitmap_v3_actions_index_pk_columns_input! + ): darunrs_near_bitmap_v3_actions_index + + """ + update multiples rows of table: "darunrs_near_bitmap_v3.actions_index" + """ + update_darunrs_near_bitmap_v3_actions_index_many( + """updates to execute, in order""" + updates: [darunrs_near_bitmap_v3_actions_index_updates!]! + ): [darunrs_near_bitmap_v3_actions_index_mutation_response] + + """ + update data of the table: "darunrs_near_bitmap_v3.sys_logs" + """ + update_darunrs_near_bitmap_v3_sys_logs( + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_bitmap_v3_sys_logs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_sys_logs_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp! + ): darunrs_near_bitmap_v3_sys_logs_mutation_response + + """ + update single row of the table: "darunrs_near_bitmap_v3.sys_logs" + """ + update_darunrs_near_bitmap_v3_sys_logs_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_bitmap_v3_sys_logs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_sys_logs_set_input + pk_columns: darunrs_near_bitmap_v3_sys_logs_pk_columns_input! + ): darunrs_near_bitmap_v3_sys_logs + + """ + update multiples rows of table: "darunrs_near_bitmap_v3.sys_logs" + """ + update_darunrs_near_bitmap_v3_sys_logs_many( + """updates to execute, in order""" + updates: [darunrs_near_bitmap_v3_sys_logs_updates!]! + ): [darunrs_near_bitmap_v3_sys_logs_mutation_response] + + """ + update data of the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + update_darunrs_near_bitmap_v3_sys_metadata( + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_sys_metadata_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp! + ): darunrs_near_bitmap_v3_sys_metadata_mutation_response + + """ + update single row of the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + update_darunrs_near_bitmap_v3_sys_metadata_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_bitmap_v3_sys_metadata_set_input + pk_columns: darunrs_near_bitmap_v3_sys_metadata_pk_columns_input! + ): darunrs_near_bitmap_v3_sys_metadata + + """ + update multiples rows of table: "darunrs_near_bitmap_v3.sys_metadata" + """ + update_darunrs_near_bitmap_v3_sys_metadata_many( + """updates to execute, in order""" + updates: [darunrs_near_bitmap_v3_sys_metadata_updates!]! + ): [darunrs_near_bitmap_v3_sys_metadata_mutation_response] + + """ + update data of the table: "darunrs_near_test_fork.indexer_storage" + """ + update_darunrs_near_test_fork_indexer_storage( + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_indexer_storage_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_test_fork_indexer_storage_bool_exp! + ): darunrs_near_test_fork_indexer_storage_mutation_response + + """ + update single row of the table: "darunrs_near_test_fork.indexer_storage" + """ + update_darunrs_near_test_fork_indexer_storage_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_indexer_storage_set_input + pk_columns: darunrs_near_test_fork_indexer_storage_pk_columns_input! + ): darunrs_near_test_fork_indexer_storage + + """ + update multiples rows of table: "darunrs_near_test_fork.indexer_storage" + """ + update_darunrs_near_test_fork_indexer_storage_many( + """updates to execute, in order""" + updates: [darunrs_near_test_fork_indexer_storage_updates!]! + ): [darunrs_near_test_fork_indexer_storage_mutation_response] + + """ + update data of the table: "darunrs_near_test_fork.sys_logs" + """ + update_darunrs_near_test_fork_sys_logs( + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_test_fork_sys_logs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_sys_logs_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_test_fork_sys_logs_bool_exp! + ): darunrs_near_test_fork_sys_logs_mutation_response + + """ + update single row of the table: "darunrs_near_test_fork.sys_logs" + """ + update_darunrs_near_test_fork_sys_logs_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: darunrs_near_test_fork_sys_logs_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_sys_logs_set_input + pk_columns: darunrs_near_test_fork_sys_logs_pk_columns_input! + ): darunrs_near_test_fork_sys_logs + + """ + update multiples rows of table: "darunrs_near_test_fork.sys_logs" + """ + update_darunrs_near_test_fork_sys_logs_many( + """updates to execute, in order""" + updates: [darunrs_near_test_fork_sys_logs_updates!]! + ): [darunrs_near_test_fork_sys_logs_mutation_response] + + """ + update data of the table: "darunrs_near_test_fork.sys_metadata" + """ + update_darunrs_near_test_fork_sys_metadata( + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_sys_metadata_set_input + + """filter the rows which have to be updated""" + where: darunrs_near_test_fork_sys_metadata_bool_exp! + ): darunrs_near_test_fork_sys_metadata_mutation_response + + """ + update single row of the table: "darunrs_near_test_fork.sys_metadata" + """ + update_darunrs_near_test_fork_sys_metadata_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: darunrs_near_test_fork_sys_metadata_set_input + pk_columns: darunrs_near_test_fork_sys_metadata_pk_columns_input! + ): darunrs_near_test_fork_sys_metadata + + """ + update multiples rows of table: "darunrs_near_test_fork.sys_metadata" + """ + update_darunrs_near_test_fork_sys_metadata_many( + """updates to execute, in order""" + updates: [darunrs_near_test_fork_sys_metadata_updates!]! + ): [darunrs_near_test_fork_sys_metadata_mutation_response] +} + +scalar numeric + +""" +Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. +""" +input numeric_comparison_exp { + _eq: numeric + _gt: numeric + _gte: numeric + _in: [numeric!] + _is_null: Boolean + _lt: numeric + _lte: numeric + _neq: numeric + _nin: [numeric!] +} + +"""column ordering options""" +enum order_by { + """in ascending order, nulls last""" + asc + + """in ascending order, nulls first""" + asc_nulls_first + + """in ascending order, nulls last""" + asc_nulls_last + + """in descending order, nulls first""" + desc + + """in descending order, nulls first""" + desc_nulls_first + + """in descending order, nulls last""" + desc_nulls_last +} + +type query_root { + """ + fetch data from the table: "darunrs_near_benchmark_indexer.indexer_storage" + """ + darunrs_near_benchmark_indexer_indexer_storage( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_indexer_storage_bool_exp + ): [darunrs_near_benchmark_indexer_indexer_storage!]! + + """ + fetch aggregated fields from the table: "darunrs_near_benchmark_indexer.indexer_storage" + """ + darunrs_near_benchmark_indexer_indexer_storage_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_indexer_storage_bool_exp + ): darunrs_near_benchmark_indexer_indexer_storage_aggregate! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.indexer_storage" using primary key columns + """ + darunrs_near_benchmark_indexer_indexer_storage_by_pk(function_name: String!, key_name: String!): darunrs_near_benchmark_indexer_indexer_storage + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_logs" + """ + darunrs_near_benchmark_indexer_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_logs_bool_exp + ): [darunrs_near_benchmark_indexer_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_benchmark_indexer.sys_logs" + """ + darunrs_near_benchmark_indexer_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_logs_bool_exp + ): darunrs_near_benchmark_indexer_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_logs" using primary key columns + """ + darunrs_near_benchmark_indexer_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_benchmark_indexer_sys_logs + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_metadata" + """ + darunrs_near_benchmark_indexer_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_metadata_bool_exp + ): [darunrs_near_benchmark_indexer_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_benchmark_indexer.sys_metadata" + """ + darunrs_near_benchmark_indexer_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_metadata_bool_exp + ): darunrs_near_benchmark_indexer_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_metadata" using primary key columns + """ + darunrs_near_benchmark_indexer_sys_metadata_by_pk(attribute: String!): darunrs_near_benchmark_indexer_sys_metadata + + """ + fetch data from the table: "darunrs_near_bitmap_v3.actions_index" + """ + darunrs_near_bitmap_v3_actions_index( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp + ): [darunrs_near_bitmap_v3_actions_index!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v3.actions_index" + """ + darunrs_near_bitmap_v3_actions_index_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp + ): darunrs_near_bitmap_v3_actions_index_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.actions_index" using primary key columns + """ + darunrs_near_bitmap_v3_actions_index_by_pk(block_date: String!, receiver_id: String!): darunrs_near_bitmap_v3_actions_index + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_logs" + """ + darunrs_near_bitmap_v3_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp + ): [darunrs_near_bitmap_v3_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v3.sys_logs" + """ + darunrs_near_bitmap_v3_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp + ): darunrs_near_bitmap_v3_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_logs" using primary key columns + """ + darunrs_near_bitmap_v3_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_bitmap_v3_sys_logs + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + darunrs_near_bitmap_v3_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp + ): [darunrs_near_bitmap_v3_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + darunrs_near_bitmap_v3_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp + ): darunrs_near_bitmap_v3_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_metadata" using primary key columns + """ + darunrs_near_bitmap_v3_sys_metadata_by_pk(attribute: String!): darunrs_near_bitmap_v3_sys_metadata + + """ + fetch data from the table: "darunrs_near_bitmap_v5.actions_index" + """ + darunrs_near_bitmap_v5_actions_index( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_actions_index_bool_exp + ): [darunrs_near_bitmap_v5_actions_index!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.actions_index" + """ + darunrs_near_bitmap_v5_actions_index_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_actions_index_bool_exp + ): darunrs_near_bitmap_v5_actions_index_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.actions_index" using primary key columns + """ + darunrs_near_bitmap_v5_actions_index_by_pk(block_date: date!, receiver_id: bigint!): darunrs_near_bitmap_v5_actions_index + + """ + fetch data from the table: "darunrs_near_bitmap_v5.receivers" + """ + darunrs_near_bitmap_v5_receivers( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_receivers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_receivers_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_receivers_bool_exp + ): [darunrs_near_bitmap_v5_receivers!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.receivers" + """ + darunrs_near_bitmap_v5_receivers_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_receivers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_receivers_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_receivers_bool_exp + ): darunrs_near_bitmap_v5_receivers_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.receivers" using primary key columns + """ + darunrs_near_bitmap_v5_receivers_by_pk(id: bigint!): darunrs_near_bitmap_v5_receivers + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_logs" + """ + darunrs_near_bitmap_v5_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_logs_bool_exp + ): [darunrs_near_bitmap_v5_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.sys_logs" + """ + darunrs_near_bitmap_v5_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_logs_bool_exp + ): darunrs_near_bitmap_v5_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_logs" using primary key columns + """ + darunrs_near_bitmap_v5_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_bitmap_v5_sys_logs + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_metadata" + """ + darunrs_near_bitmap_v5_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_metadata_bool_exp + ): [darunrs_near_bitmap_v5_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.sys_metadata" + """ + darunrs_near_bitmap_v5_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_metadata_bool_exp + ): darunrs_near_bitmap_v5_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_metadata" using primary key columns + """ + darunrs_near_bitmap_v5_sys_metadata_by_pk(attribute: String!): darunrs_near_bitmap_v5_sys_metadata + + """ + fetch data from the table: "darunrs_near_social_feed_test.comments" + """ + darunrs_near_social_feed_test_comments( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_comments_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_comments_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_comments_bool_exp + ): [darunrs_near_social_feed_test_comments!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.comments" + """ + darunrs_near_social_feed_test_comments_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_comments_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_comments_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_comments_bool_exp + ): darunrs_near_social_feed_test_comments_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.comments" using primary key columns + """ + darunrs_near_social_feed_test_comments_by_pk(id: Int!): darunrs_near_social_feed_test_comments + + """ + fetch data from the table: "darunrs_near_social_feed_test.post_likes" + """ + darunrs_near_social_feed_test_post_likes( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_post_likes_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_post_likes_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_post_likes_bool_exp + ): [darunrs_near_social_feed_test_post_likes!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.post_likes" + """ + darunrs_near_social_feed_test_post_likes_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_post_likes_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_post_likes_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_post_likes_bool_exp + ): darunrs_near_social_feed_test_post_likes_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.post_likes" using primary key columns + """ + darunrs_near_social_feed_test_post_likes_by_pk(account_id: String!, post_id: Int!): darunrs_near_social_feed_test_post_likes + + """ + fetch data from the table: "darunrs_near_social_feed_test.posts" + """ + darunrs_near_social_feed_test_posts( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_posts_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_posts_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_posts_bool_exp + ): [darunrs_near_social_feed_test_posts!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.posts" + """ + darunrs_near_social_feed_test_posts_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_posts_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_posts_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_posts_bool_exp + ): darunrs_near_social_feed_test_posts_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.posts" using primary key columns + """ + darunrs_near_social_feed_test_posts_by_pk(id: Int!): darunrs_near_social_feed_test_posts + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_logs" + """ + darunrs_near_social_feed_test_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_logs_bool_exp + ): [darunrs_near_social_feed_test_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.sys_logs" + """ + darunrs_near_social_feed_test_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_logs_bool_exp + ): darunrs_near_social_feed_test_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_logs" using primary key columns + """ + darunrs_near_social_feed_test_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_social_feed_test_sys_logs + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_metadata" + """ + darunrs_near_social_feed_test_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_metadata_bool_exp + ): [darunrs_near_social_feed_test_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.sys_metadata" + """ + darunrs_near_social_feed_test_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_metadata_bool_exp + ): darunrs_near_social_feed_test_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_metadata" using primary key columns + """ + darunrs_near_social_feed_test_sys_metadata_by_pk(attribute: String!): darunrs_near_social_feed_test_sys_metadata + + """ + fetch data from the table: "darunrs_near_test_fork.indexer_storage" + """ + darunrs_near_test_fork_indexer_storage( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_indexer_storage_bool_exp + ): [darunrs_near_test_fork_indexer_storage!]! + + """ + fetch aggregated fields from the table: "darunrs_near_test_fork.indexer_storage" + """ + darunrs_near_test_fork_indexer_storage_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_indexer_storage_bool_exp + ): darunrs_near_test_fork_indexer_storage_aggregate! + + """ + fetch data from the table: "darunrs_near_test_fork.indexer_storage" using primary key columns + """ + darunrs_near_test_fork_indexer_storage_by_pk(function_name: String!, key_name: String!): darunrs_near_test_fork_indexer_storage + + """ + fetch data from the table: "darunrs_near_test_fork.sys_logs" + """ + darunrs_near_test_fork_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_logs_bool_exp + ): [darunrs_near_test_fork_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_test_fork.sys_logs" + """ + darunrs_near_test_fork_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_logs_bool_exp + ): darunrs_near_test_fork_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_test_fork.sys_logs" using primary key columns + """ + darunrs_near_test_fork_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_test_fork_sys_logs + + """ + fetch data from the table: "darunrs_near_test_fork.sys_metadata" + """ + darunrs_near_test_fork_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_metadata_bool_exp + ): [darunrs_near_test_fork_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_test_fork.sys_metadata" + """ + darunrs_near_test_fork_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_metadata_bool_exp + ): darunrs_near_test_fork_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_test_fork.sys_metadata" using primary key columns + """ + darunrs_near_test_fork_sys_metadata_by_pk(attribute: String!): darunrs_near_test_fork_sys_metadata +} + +type subscription_root { + """ + fetch data from the table: "darunrs_near_benchmark_indexer.indexer_storage" + """ + darunrs_near_benchmark_indexer_indexer_storage( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_indexer_storage_bool_exp + ): [darunrs_near_benchmark_indexer_indexer_storage!]! + + """ + fetch aggregated fields from the table: "darunrs_near_benchmark_indexer.indexer_storage" + """ + darunrs_near_benchmark_indexer_indexer_storage_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_indexer_storage_bool_exp + ): darunrs_near_benchmark_indexer_indexer_storage_aggregate! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.indexer_storage" using primary key columns + """ + darunrs_near_benchmark_indexer_indexer_storage_by_pk(function_name: String!, key_name: String!): darunrs_near_benchmark_indexer_indexer_storage + + """ + fetch data from the table in a streaming manner: "darunrs_near_benchmark_indexer.indexer_storage" + """ + darunrs_near_benchmark_indexer_indexer_storage_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_benchmark_indexer_indexer_storage_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_indexer_storage_bool_exp + ): [darunrs_near_benchmark_indexer_indexer_storage!]! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_logs" + """ + darunrs_near_benchmark_indexer_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_logs_bool_exp + ): [darunrs_near_benchmark_indexer_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_benchmark_indexer.sys_logs" + """ + darunrs_near_benchmark_indexer_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_logs_bool_exp + ): darunrs_near_benchmark_indexer_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_logs" using primary key columns + """ + darunrs_near_benchmark_indexer_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_benchmark_indexer_sys_logs + + """ + fetch data from the table in a streaming manner: "darunrs_near_benchmark_indexer.sys_logs" + """ + darunrs_near_benchmark_indexer_sys_logs_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_benchmark_indexer_sys_logs_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_logs_bool_exp + ): [darunrs_near_benchmark_indexer_sys_logs!]! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_metadata" + """ + darunrs_near_benchmark_indexer_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_metadata_bool_exp + ): [darunrs_near_benchmark_indexer_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_benchmark_indexer.sys_metadata" + """ + darunrs_near_benchmark_indexer_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_benchmark_indexer_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_benchmark_indexer_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_metadata_bool_exp + ): darunrs_near_benchmark_indexer_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_benchmark_indexer.sys_metadata" using primary key columns + """ + darunrs_near_benchmark_indexer_sys_metadata_by_pk(attribute: String!): darunrs_near_benchmark_indexer_sys_metadata + + """ + fetch data from the table in a streaming manner: "darunrs_near_benchmark_indexer.sys_metadata" + """ + darunrs_near_benchmark_indexer_sys_metadata_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_benchmark_indexer_sys_metadata_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_benchmark_indexer_sys_metadata_bool_exp + ): [darunrs_near_benchmark_indexer_sys_metadata!]! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.actions_index" + """ + darunrs_near_bitmap_v3_actions_index( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp + ): [darunrs_near_bitmap_v3_actions_index!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v3.actions_index" + """ + darunrs_near_bitmap_v3_actions_index_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp + ): darunrs_near_bitmap_v3_actions_index_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.actions_index" using primary key columns + """ + darunrs_near_bitmap_v3_actions_index_by_pk(block_date: String!, receiver_id: String!): darunrs_near_bitmap_v3_actions_index + + """ + fetch data from the table in a streaming manner: "darunrs_near_bitmap_v3.actions_index" + """ + darunrs_near_bitmap_v3_actions_index_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_bitmap_v3_actions_index_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_actions_index_bool_exp + ): [darunrs_near_bitmap_v3_actions_index!]! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_logs" + """ + darunrs_near_bitmap_v3_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp + ): [darunrs_near_bitmap_v3_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v3.sys_logs" + """ + darunrs_near_bitmap_v3_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp + ): darunrs_near_bitmap_v3_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_logs" using primary key columns + """ + darunrs_near_bitmap_v3_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_bitmap_v3_sys_logs + + """ + fetch data from the table in a streaming manner: "darunrs_near_bitmap_v3.sys_logs" + """ + darunrs_near_bitmap_v3_sys_logs_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_bitmap_v3_sys_logs_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_logs_bool_exp + ): [darunrs_near_bitmap_v3_sys_logs!]! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + darunrs_near_bitmap_v3_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp + ): [darunrs_near_bitmap_v3_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v3.sys_metadata" + """ + darunrs_near_bitmap_v3_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v3_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v3_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp + ): darunrs_near_bitmap_v3_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v3.sys_metadata" using primary key columns + """ + darunrs_near_bitmap_v3_sys_metadata_by_pk(attribute: String!): darunrs_near_bitmap_v3_sys_metadata + + """ + fetch data from the table in a streaming manner: "darunrs_near_bitmap_v3.sys_metadata" + """ + darunrs_near_bitmap_v3_sys_metadata_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_bitmap_v3_sys_metadata_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_bitmap_v3_sys_metadata_bool_exp + ): [darunrs_near_bitmap_v3_sys_metadata!]! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.actions_index" + """ + darunrs_near_bitmap_v5_actions_index( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_actions_index_bool_exp + ): [darunrs_near_bitmap_v5_actions_index!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.actions_index" + """ + darunrs_near_bitmap_v5_actions_index_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_actions_index_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_actions_index_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_actions_index_bool_exp + ): darunrs_near_bitmap_v5_actions_index_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.actions_index" using primary key columns + """ + darunrs_near_bitmap_v5_actions_index_by_pk(block_date: date!, receiver_id: bigint!): darunrs_near_bitmap_v5_actions_index + + """ + fetch data from the table in a streaming manner: "darunrs_near_bitmap_v5.actions_index" + """ + darunrs_near_bitmap_v5_actions_index_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_bitmap_v5_actions_index_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_actions_index_bool_exp + ): [darunrs_near_bitmap_v5_actions_index!]! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.receivers" + """ + darunrs_near_bitmap_v5_receivers( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_receivers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_receivers_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_receivers_bool_exp + ): [darunrs_near_bitmap_v5_receivers!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.receivers" + """ + darunrs_near_bitmap_v5_receivers_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_receivers_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_receivers_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_receivers_bool_exp + ): darunrs_near_bitmap_v5_receivers_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.receivers" using primary key columns + """ + darunrs_near_bitmap_v5_receivers_by_pk(id: bigint!): darunrs_near_bitmap_v5_receivers + + """ + fetch data from the table in a streaming manner: "darunrs_near_bitmap_v5.receivers" + """ + darunrs_near_bitmap_v5_receivers_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_bitmap_v5_receivers_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_receivers_bool_exp + ): [darunrs_near_bitmap_v5_receivers!]! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_logs" + """ + darunrs_near_bitmap_v5_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_logs_bool_exp + ): [darunrs_near_bitmap_v5_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.sys_logs" + """ + darunrs_near_bitmap_v5_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_logs_bool_exp + ): darunrs_near_bitmap_v5_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_logs" using primary key columns + """ + darunrs_near_bitmap_v5_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_bitmap_v5_sys_logs + + """ + fetch data from the table in a streaming manner: "darunrs_near_bitmap_v5.sys_logs" + """ + darunrs_near_bitmap_v5_sys_logs_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_bitmap_v5_sys_logs_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_logs_bool_exp + ): [darunrs_near_bitmap_v5_sys_logs!]! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_metadata" + """ + darunrs_near_bitmap_v5_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_metadata_bool_exp + ): [darunrs_near_bitmap_v5_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_bitmap_v5.sys_metadata" + """ + darunrs_near_bitmap_v5_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_bitmap_v5_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_bitmap_v5_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_metadata_bool_exp + ): darunrs_near_bitmap_v5_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_bitmap_v5.sys_metadata" using primary key columns + """ + darunrs_near_bitmap_v5_sys_metadata_by_pk(attribute: String!): darunrs_near_bitmap_v5_sys_metadata + + """ + fetch data from the table in a streaming manner: "darunrs_near_bitmap_v5.sys_metadata" + """ + darunrs_near_bitmap_v5_sys_metadata_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_bitmap_v5_sys_metadata_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_bitmap_v5_sys_metadata_bool_exp + ): [darunrs_near_bitmap_v5_sys_metadata!]! + + """ + fetch data from the table: "darunrs_near_social_feed_test.comments" + """ + darunrs_near_social_feed_test_comments( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_comments_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_comments_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_comments_bool_exp + ): [darunrs_near_social_feed_test_comments!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.comments" + """ + darunrs_near_social_feed_test_comments_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_comments_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_comments_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_comments_bool_exp + ): darunrs_near_social_feed_test_comments_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.comments" using primary key columns + """ + darunrs_near_social_feed_test_comments_by_pk(id: Int!): darunrs_near_social_feed_test_comments + + """ + fetch data from the table in a streaming manner: "darunrs_near_social_feed_test.comments" + """ + darunrs_near_social_feed_test_comments_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_social_feed_test_comments_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_social_feed_test_comments_bool_exp + ): [darunrs_near_social_feed_test_comments!]! + + """ + fetch data from the table: "darunrs_near_social_feed_test.post_likes" + """ + darunrs_near_social_feed_test_post_likes( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_post_likes_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_post_likes_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_post_likes_bool_exp + ): [darunrs_near_social_feed_test_post_likes!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.post_likes" + """ + darunrs_near_social_feed_test_post_likes_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_post_likes_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_post_likes_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_post_likes_bool_exp + ): darunrs_near_social_feed_test_post_likes_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.post_likes" using primary key columns + """ + darunrs_near_social_feed_test_post_likes_by_pk(account_id: String!, post_id: Int!): darunrs_near_social_feed_test_post_likes + + """ + fetch data from the table in a streaming manner: "darunrs_near_social_feed_test.post_likes" + """ + darunrs_near_social_feed_test_post_likes_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_social_feed_test_post_likes_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_social_feed_test_post_likes_bool_exp + ): [darunrs_near_social_feed_test_post_likes!]! + + """ + fetch data from the table: "darunrs_near_social_feed_test.posts" + """ + darunrs_near_social_feed_test_posts( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_posts_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_posts_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_posts_bool_exp + ): [darunrs_near_social_feed_test_posts!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.posts" + """ + darunrs_near_social_feed_test_posts_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_posts_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_posts_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_posts_bool_exp + ): darunrs_near_social_feed_test_posts_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.posts" using primary key columns + """ + darunrs_near_social_feed_test_posts_by_pk(id: Int!): darunrs_near_social_feed_test_posts + + """ + fetch data from the table in a streaming manner: "darunrs_near_social_feed_test.posts" + """ + darunrs_near_social_feed_test_posts_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_social_feed_test_posts_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_social_feed_test_posts_bool_exp + ): [darunrs_near_social_feed_test_posts!]! + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_logs" + """ + darunrs_near_social_feed_test_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_logs_bool_exp + ): [darunrs_near_social_feed_test_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.sys_logs" + """ + darunrs_near_social_feed_test_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_logs_bool_exp + ): darunrs_near_social_feed_test_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_logs" using primary key columns + """ + darunrs_near_social_feed_test_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_social_feed_test_sys_logs + + """ + fetch data from the table in a streaming manner: "darunrs_near_social_feed_test.sys_logs" + """ + darunrs_near_social_feed_test_sys_logs_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_social_feed_test_sys_logs_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_logs_bool_exp + ): [darunrs_near_social_feed_test_sys_logs!]! + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_metadata" + """ + darunrs_near_social_feed_test_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_metadata_bool_exp + ): [darunrs_near_social_feed_test_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_social_feed_test.sys_metadata" + """ + darunrs_near_social_feed_test_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_social_feed_test_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_social_feed_test_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_metadata_bool_exp + ): darunrs_near_social_feed_test_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_social_feed_test.sys_metadata" using primary key columns + """ + darunrs_near_social_feed_test_sys_metadata_by_pk(attribute: String!): darunrs_near_social_feed_test_sys_metadata + + """ + fetch data from the table in a streaming manner: "darunrs_near_social_feed_test.sys_metadata" + """ + darunrs_near_social_feed_test_sys_metadata_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_social_feed_test_sys_metadata_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_social_feed_test_sys_metadata_bool_exp + ): [darunrs_near_social_feed_test_sys_metadata!]! + + """ + fetch data from the table: "darunrs_near_test_fork.indexer_storage" + """ + darunrs_near_test_fork_indexer_storage( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_indexer_storage_bool_exp + ): [darunrs_near_test_fork_indexer_storage!]! + + """ + fetch aggregated fields from the table: "darunrs_near_test_fork.indexer_storage" + """ + darunrs_near_test_fork_indexer_storage_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_indexer_storage_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_indexer_storage_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_indexer_storage_bool_exp + ): darunrs_near_test_fork_indexer_storage_aggregate! + + """ + fetch data from the table: "darunrs_near_test_fork.indexer_storage" using primary key columns + """ + darunrs_near_test_fork_indexer_storage_by_pk(function_name: String!, key_name: String!): darunrs_near_test_fork_indexer_storage + + """ + fetch data from the table in a streaming manner: "darunrs_near_test_fork.indexer_storage" + """ + darunrs_near_test_fork_indexer_storage_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_test_fork_indexer_storage_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_test_fork_indexer_storage_bool_exp + ): [darunrs_near_test_fork_indexer_storage!]! + + """ + fetch data from the table: "darunrs_near_test_fork.sys_logs" + """ + darunrs_near_test_fork_sys_logs( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_logs_bool_exp + ): [darunrs_near_test_fork_sys_logs!]! + + """ + fetch aggregated fields from the table: "darunrs_near_test_fork.sys_logs" + """ + darunrs_near_test_fork_sys_logs_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_logs_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_logs_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_logs_bool_exp + ): darunrs_near_test_fork_sys_logs_aggregate! + + """ + fetch data from the table: "darunrs_near_test_fork.sys_logs" using primary key columns + """ + darunrs_near_test_fork_sys_logs_by_pk(date: date!, id: bigint!): darunrs_near_test_fork_sys_logs + + """ + fetch data from the table in a streaming manner: "darunrs_near_test_fork.sys_logs" + """ + darunrs_near_test_fork_sys_logs_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_test_fork_sys_logs_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_logs_bool_exp + ): [darunrs_near_test_fork_sys_logs!]! + + """ + fetch data from the table: "darunrs_near_test_fork.sys_metadata" + """ + darunrs_near_test_fork_sys_metadata( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_metadata_bool_exp + ): [darunrs_near_test_fork_sys_metadata!]! + + """ + fetch aggregated fields from the table: "darunrs_near_test_fork.sys_metadata" + """ + darunrs_near_test_fork_sys_metadata_aggregate( + """distinct select on columns""" + distinct_on: [darunrs_near_test_fork_sys_metadata_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [darunrs_near_test_fork_sys_metadata_order_by!] + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_metadata_bool_exp + ): darunrs_near_test_fork_sys_metadata_aggregate! + + """ + fetch data from the table: "darunrs_near_test_fork.sys_metadata" using primary key columns + """ + darunrs_near_test_fork_sys_metadata_by_pk(attribute: String!): darunrs_near_test_fork_sys_metadata + + """ + fetch data from the table in a streaming manner: "darunrs_near_test_fork.sys_metadata" + """ + darunrs_near_test_fork_sys_metadata_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [darunrs_near_test_fork_sys_metadata_stream_cursor_input]! + + """filter the rows returned""" + where: darunrs_near_test_fork_sys_metadata_bool_exp + ): [darunrs_near_test_fork_sys_metadata!]! +} + +scalar timestamp + +""" +Boolean expression to compare columns of type "timestamp". All fields are combined with logical 'AND'. +""" +input timestamp_comparison_exp { + _eq: timestamp + _gt: timestamp + _gte: timestamp + _in: [timestamp!] + _is_null: Boolean + _lt: timestamp + _lte: timestamp + _neq: timestamp + _nin: [timestamp!] +} diff --git a/block-streamer/src/graphql/client.rs b/block-streamer/src/graphql/client.rs index efe798317..5186a8c8f 100644 --- a/block-streamer/src/graphql/client.rs +++ b/block-streamer/src/graphql/client.rs @@ -1,5 +1,3 @@ -use crate::graphql::queries::get_bitmaps_exact::{get_bitmaps_exact, GetBitmapsExact}; -use crate::graphql::queries::get_bitmaps_wildcard::{get_bitmaps_wildcard, GetBitmapsWildcard}; use ::reqwest; use graphql_client::{GraphQLQuery, Response}; use std::error::Error; @@ -7,13 +5,45 @@ use std::error::Error; // TODO: Use Dataplatform account const HASURA_ACCOUNT: &str = "darunrs_near"; -pub struct GraphqlClient { +#[allow(clippy::upper_case_acronyms)] +type Date = String; +#[derive(GraphQLQuery)] +#[graphql( + schema_path = "graphql/darunrs_near/schema.graphql", + query_path = "graphql/darunrs_near/get_bitmaps_exact.graphql", + response_derives = "Debug", + normalization = "rust" +)] +struct GetBitmapsExact; + +#[derive(GraphQLQuery)] +#[graphql( + schema_path = "graphql/darunrs_near/schema.graphql", + query_path = "graphql/darunrs_near/get_bitmaps_wildcard.graphql", + response_derives = "Debug", + normalization = "rust" +)] +struct GetBitmapsWildcard; + +pub struct GraphQLClient { client: reqwest::Client, graphql_endpoint: String, } +/// Use the provided reqwest::Client to post a GraphQL request. +pub async fn post_graphql( + client: &reqwest::Client, + url: U, + variables: Q::Variables, +) -> Result, reqwest::Error> { + let body = Q::build_query(variables); + let reqwest_response = client.post(url).header("x-hasura-role", HASURA_ACCOUNT).json(&body).send().await?; + + reqwest_response.json().await +} + #[cfg_attr(test, mockall::automock)] -impl GraphqlClient { +impl GraphQLClient { pub fn new(graphql_endpoint: String) -> Self { Self { client: reqwest::Client::new(), @@ -27,30 +57,22 @@ impl GraphqlClient { block_date: String, limit: i64, offset: i64, - ) -> Result< - Vec, - Box, - > { - let variables = get_bitmaps_exact::Variables { - receiver_ids: Some(receiver_ids), - block_date: Some(block_date), - limit: Some(limit), - offset: Some(offset), - }; - let request_body = GetBitmapsExact::build_query(variables); - let res = self - .client - .post(&self.graphql_endpoint) - .header("x-hasura-role", HASURA_ACCOUNT) - .json(&request_body) - .send() - .await - .expect("Failed to query bitmaps for list of exact receivers"); - let response_body: Response = res.json().await?; - match response_body.data { - Some(data) => Ok(data.darunrs_near_bitmap_v5_actions_index), - None => Ok([].into()), - } + ) -> anyhow::Result> { + post_graphql::( + &self.client, + &self.graphql_endpoint, + get_bitmaps_exact::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }, + ) + .await + .expect("Failed to query bitmaps for list of exact receivers") + .data + .ok_or(anyhow::anyhow!("No bitmaps were returned")) + .map(|data| data.darunrs_near_bitmap_v5_actions_index) } pub async fn get_bitmaps_wildcard( @@ -59,30 +81,22 @@ impl GraphqlClient { block_date: String, limit: i64, offset: i64, - ) -> Result< - Vec, - Box, - > { - let variables = get_bitmaps_wildcard::Variables { - receiver_ids: Some(receiver_ids), - block_date: Some(block_date), - limit: Some(limit), - offset: Some(offset), - }; - let request_body = GetBitmapsWildcard::build_query(variables); - let res = self - .client - .post(&self.graphql_endpoint) - .header("x-hasura-role", HASURA_ACCOUNT) - .json(&request_body) - .send() - .await - .expect("Failed to query bitmaps for wildcard receivers"); - let response_body: Response = res.json().await?; - match response_body.data { - Some(data) => Ok(data.darunrs_near_bitmap_v5_actions_index), - None => Ok([].into()), - } + ) -> anyhow::Result> { + post_graphql::( + &self.client, + &self.graphql_endpoint, + get_bitmaps_wildcard::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }, + ) + .await + .expect("Failed to query bitmaps for list of wildcard receivers") + .data + .ok_or(anyhow::anyhow!("No bitmaps were returned")) + .map(|data| data.darunrs_near_bitmap_v5_actions_index) } } @@ -96,7 +110,7 @@ mod tests { #[tokio::test] async fn test_get_bitmaps_exact() { - let client = GraphqlClient::new(HASURA_ENDPOINT.to_string()); + let client = GraphQLClient::new(HASURA_ENDPOINT.to_string()); let receiver_ids = vec!["app.nearcrowd.near".to_string()]; let block_date = "2024-03-21".to_string(); let limit = 10; @@ -112,7 +126,7 @@ mod tests { #[ignore] #[tokio::test] async fn test_get_bitmaps_wildcard() { - let client = GraphqlClient::new(HASURA_ENDPOINT.to_string()); + let client = GraphQLClient::new(HASURA_ENDPOINT.to_string()); let receiver_ids = "app.nearcrowd.near".to_string(); let block_date = "2024-03-21".to_string(); let limit = 10; diff --git a/block-streamer/src/graphql/mod.rs b/block-streamer/src/graphql/mod.rs index a718684ac..b9babe5bc 100644 --- a/block-streamer/src/graphql/mod.rs +++ b/block-streamer/src/graphql/mod.rs @@ -1,2 +1 @@ pub mod client; -pub mod queries; diff --git a/block-streamer/src/graphql/queries/get_bitmaps_exact.rs b/block-streamer/src/graphql/queries/get_bitmaps_exact.rs deleted file mode 100644 index 7acf624c4..000000000 --- a/block-streamer/src/graphql/queries/get_bitmaps_exact.rs +++ /dev/null @@ -1,49 +0,0 @@ -// TODO: Replace this file with query agaisnt production Indexer -#![allow(clippy::all, warnings)] -pub struct GetBitmapsExact; -pub mod get_bitmaps_exact { - #![allow(dead_code)] - use std::result::Result; - pub const OPERATION_NAME: &str = "GetBitmapsExact"; - pub const QUERY : & str = "query GetBitmapsExact($block_date: date, $receiver_ids: [String!], $limit: Int, $offset: Int) {\n darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_in: $receiver_ids}}}) {\n bitmap\n first_block_height\n }\n}" ; - use super::*; - use serde::{Deserialize, Serialize}; - #[allow(dead_code)] - type Boolean = bool; - #[allow(dead_code)] - type Float = f64; - #[allow(dead_code)] - type Int = i64; - #[allow(dead_code)] - type ID = String; - type date = String; - #[derive(Serialize)] - pub struct Variables { - pub block_date: Option, - pub receiver_ids: Option>, - pub limit: Option, - pub offset: Option, - } - impl Variables {} - #[derive(Deserialize, Debug)] - pub struct ResponseData { - pub darunrs_near_bitmap_v5_actions_index: - Vec, - } - #[derive(Deserialize, Debug)] - pub struct GetBitmapsExactDarunrsNearBitmapV5ActionsIndex { - pub bitmap: String, - pub first_block_height: Int, - } -} -impl graphql_client::GraphQLQuery for GetBitmapsExact { - type Variables = get_bitmaps_exact::Variables; - type ResponseData = get_bitmaps_exact::ResponseData; - fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { - graphql_client::QueryBody { - variables, - query: get_bitmaps_exact::QUERY, - operation_name: get_bitmaps_exact::OPERATION_NAME, - } - } -} diff --git a/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs b/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs deleted file mode 100644 index bebb9ee6e..000000000 --- a/block-streamer/src/graphql/queries/get_bitmaps_wildcard.rs +++ /dev/null @@ -1,49 +0,0 @@ -// TODO: Replace this file with query agaisnt production Indexer -#![allow(clippy::all, warnings)] -pub struct GetBitmapsWildcard; -pub mod get_bitmaps_wildcard { - #![allow(dead_code)] - use std::result::Result; - pub const OPERATION_NAME: &str = "GetBitmapsWildcard"; - pub const QUERY : & str = "query GetBitmapsWildcard($block_date: date, $receiver_ids: String, $limit: Int, $offset: Int) {\n darunrs_near_bitmap_v5_actions_index(limit: $limit, offset: $offset, where: {block_date: {_eq: $block_date}, receiver: {receiver: {_regex: $receiver_ids}}}) {\n bitmap\n first_block_height\n }\n}" ; - use super::*; - use serde::{Deserialize, Serialize}; - #[allow(dead_code)] - type Boolean = bool; - #[allow(dead_code)] - type Float = f64; - #[allow(dead_code)] - type Int = i64; - #[allow(dead_code)] - type ID = String; - type date = String; - #[derive(Serialize)] - pub struct Variables { - pub block_date: Option, - pub receiver_ids: Option, - pub limit: Option, - pub offset: Option, - } - impl Variables {} - #[derive(Deserialize, Debug)] - pub struct ResponseData { - pub darunrs_near_bitmap_v5_actions_index: - Vec, - } - #[derive(Deserialize, Debug)] - pub struct GetBitmapsWildcardDarunrsNearBitmapV5ActionsIndex { - pub bitmap: String, - pub first_block_height: Int, - } -} -impl graphql_client::GraphQLQuery for GetBitmapsWildcard { - type Variables = get_bitmaps_wildcard::Variables; - type ResponseData = get_bitmaps_wildcard::ResponseData; - fn build_query(variables: Self::Variables) -> ::graphql_client::QueryBody { - graphql_client::QueryBody { - variables, - query: get_bitmaps_wildcard::QUERY, - operation_name: get_bitmaps_wildcard::OPERATION_NAME, - } - } -} diff --git a/block-streamer/src/graphql/queries/mod.rs b/block-streamer/src/graphql/queries/mod.rs deleted file mode 100644 index 8ebe158f4..000000000 --- a/block-streamer/src/graphql/queries/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ -pub mod get_bitmaps_exact; -pub mod get_bitmaps_wildcard; diff --git a/coordinator/Cargo.lock b/coordinator/Cargo.lock index 17773a172..7e5f2258e 100644 --- a/coordinator/Cargo.lock +++ b/coordinator/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ "encoding_rs", "flate2", "futures-core", - "h2 0.3.24", + "h2", "http 0.2.11", "httparse", "httpdate", @@ -414,12 +414,6 @@ dependencies = [ "syn 2.0.48", ] -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - [[package]] name = "autocfg" version = "1.1.0" @@ -448,7 +442,7 @@ dependencies = [ "fastrand", "hex", "http 0.2.11", - "hyper 0.14.27", + "hyper", "ring", "time", "tokio", @@ -713,11 +707,11 @@ dependencies = [ "aws-smithy-types", "bytes", "fastrand", - "h2 0.3.24", + "h2", "http 0.2.11", "http-body 0.4.6", "http-body 1.0.0", - "hyper 0.14.27", + "hyper", "hyper-rustls", "once_cell", "pin-project-lite", @@ -807,7 +801,7 @@ dependencies = [ "futures-util", "http 0.2.11", "http-body 0.4.6", - "hyper 0.14.27", + "hyper", "itoa", "matchit", "memchr", @@ -872,12 +866,6 @@ version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" -[[package]] -name = "base64" -version = "0.22.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - [[package]] name = "base64-simd" version = "0.8.0" @@ -947,7 +935,7 @@ dependencies = [ "prost 0.12.3", "redis 0.21.7", "registry-types", - "reqwest 0.12.4", + "reqwest", "serde", "serde_json", "tokio", @@ -1991,6 +1979,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a50cfdc7f34b7f01909d55c2dcb71d4c13cbcbb4a1605d6c8bd760d654c1144b" dependencies = [ "graphql_query_derive", + "reqwest", "serde", "serde_json", ] @@ -2053,25 +2042,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "h2" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" -dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http 1.1.0", - "indexmap 2.1.0", - "slab", - "tokio", - "tokio-util 0.7.10", - "tracing", -] - [[package]] name = "hashbrown" version = "0.12.3" @@ -2223,7 +2193,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2 0.3.24", + "h2", "http 0.2.11", "http-body 0.4.6", "httparse", @@ -2237,26 +2207,6 @@ dependencies = [ "want", ] -[[package]] -name = "hyper" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "h2 0.4.5", - "http 1.1.0", - "http-body 1.0.0", - "httparse", - "itoa", - "pin-project-lite", - "smallvec", - "tokio", - "want", -] - [[package]] name = "hyper-rustls" version = "0.24.2" @@ -2265,7 +2215,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.11", - "hyper 0.14.27", + "hyper", "log", "rustls", "rustls-native-certs", @@ -2279,7 +2229,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" dependencies = [ - "hyper 0.14.27", + "hyper", "pin-project-lite", "tokio", "tokio-io-timeout", @@ -2292,48 +2242,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper 0.14.27", + "hyper", "native-tls", "tokio", "tokio-native-tls", ] -[[package]] -name = "hyper-tls" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" -dependencies = [ - "bytes", - "http-body-util", - "hyper 1.3.1", - "hyper-util", - "native-tls", - "tokio", - "tokio-native-tls", - "tower-service", -] - -[[package]] -name = "hyper-util" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "http 1.1.0", - "http-body 1.0.0", - "hyper 1.3.1", - "pin-project-lite", - "socket2 0.5.6", - "tokio", - "tower", - "tower-service", - "tracing", -] - [[package]] name = "iana-time-zone" version = "0.1.58" @@ -2741,7 +2655,7 @@ dependencies = [ "near-crypto", "near-jsonrpc-primitives", "near-primitives", - "reqwest 0.11.24", + "reqwest", "serde", "serde_json", "thiserror", @@ -3722,54 +3636,11 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "h2 0.3.24", + "h2", "http 0.2.11", "http-body 0.4.6", - "hyper 0.14.27", - "hyper-tls 0.5.0", - "ipnet", - "js-sys", - "log", - "mime", - "native-tls", - "once_cell", - "percent-encoding", - "pin-project-lite", - "rustls-pemfile 1.0.4", - "serde", - "serde_json", - "serde_urlencoded", - "sync_wrapper", - "system-configuration", - "tokio", - "tokio-native-tls", - "tower-service", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", - "winreg 0.50.0", -] - -[[package]] -name = "reqwest" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" -dependencies = [ - "base64 0.22.1", - "bytes", - "encoding_rs", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.4.5", - "http 1.1.0", - "http-body 1.0.0", - "http-body-util", - "hyper 1.3.1", - "hyper-tls 0.6.0", - "hyper-util", + "hyper", + "hyper-tls", "ipnet", "js-sys", "log", @@ -3778,7 +3649,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls-pemfile 2.1.2", + "rustls-pemfile", "serde", "serde_json", "serde_urlencoded", @@ -3791,7 +3662,7 @@ dependencies = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "winreg 0.52.0", + "winreg", ] [[package]] @@ -3891,7 +3762,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile 1.0.4", + "rustls-pemfile", "schannel", "security-framework", ] @@ -3905,22 +3776,6 @@ dependencies = [ "base64 0.21.5", ] -[[package]] -name = "rustls-pemfile" -version = "2.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" -dependencies = [ - "base64 0.22.1", - "rustls-pki-types", -] - -[[package]] -name = "rustls-pki-types" -version = "1.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" - [[package]] name = "rustls-webpki" version = "0.101.7" @@ -4617,10 +4472,10 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "h2 0.3.24", + "h2", "http 0.2.11", "http-body 0.4.6", - "hyper 0.14.27", + "hyper", "hyper-timeout", "percent-encoding", "pin-project", @@ -4647,10 +4502,10 @@ dependencies = [ "axum", "base64 0.21.5", "bytes", - "h2 0.3.24", + "h2", "http 0.2.11", "http-body 0.4.6", - "hyper 0.14.27", + "hyper", "hyper-timeout", "percent-encoding", "pin-project", @@ -5285,16 +5140,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "winreg" -version = "0.52.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" -dependencies = [ - "cfg-if", - "windows-sys 0.48.0", -] - [[package]] name = "xmlparser" version = "0.13.6" From f385863640ecf2171565a82084916b8c0e448723 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Tue, 21 May 2024 12:14:53 -0700 Subject: [PATCH 15/17] Make function non public --- block-streamer/src/graphql/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block-streamer/src/graphql/client.rs b/block-streamer/src/graphql/client.rs index 5186a8c8f..12f94a0df 100644 --- a/block-streamer/src/graphql/client.rs +++ b/block-streamer/src/graphql/client.rs @@ -7,6 +7,7 @@ const HASURA_ACCOUNT: &str = "darunrs_near"; #[allow(clippy::upper_case_acronyms)] type Date = String; + #[derive(GraphQLQuery)] #[graphql( schema_path = "graphql/darunrs_near/schema.graphql", @@ -30,8 +31,7 @@ pub struct GraphQLClient { graphql_endpoint: String, } -/// Use the provided reqwest::Client to post a GraphQL request. -pub async fn post_graphql( +async fn post_graphql( client: &reqwest::Client, url: U, variables: Q::Variables, From 5bd5762d749c2931ec3ff7e80e7ea294ee6fb114 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Tue, 21 May 2024 12:16:57 -0700 Subject: [PATCH 16/17] Formatting --- block-streamer/src/graphql/client.rs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/block-streamer/src/graphql/client.rs b/block-streamer/src/graphql/client.rs index 12f94a0df..6f4cc241c 100644 --- a/block-streamer/src/graphql/client.rs +++ b/block-streamer/src/graphql/client.rs @@ -37,7 +37,12 @@ async fn post_graphql( variables: Q::Variables, ) -> Result, reqwest::Error> { let body = Q::build_query(variables); - let reqwest_response = client.post(url).header("x-hasura-role", HASURA_ACCOUNT).json(&body).send().await?; + let reqwest_response = client + .post(url) + .header("x-hasura-role", HASURA_ACCOUNT) + .json(&body) + .send() + .await?; reqwest_response.json().await } @@ -57,7 +62,8 @@ impl GraphQLClient { block_date: String, limit: i64, offset: i64, - ) -> anyhow::Result> { + ) -> anyhow::Result> + { post_graphql::( &self.client, &self.graphql_endpoint, @@ -81,7 +87,8 @@ impl GraphQLClient { block_date: String, limit: i64, offset: i64, - ) -> anyhow::Result> { + ) -> anyhow::Result> + { post_graphql::( &self.client, &self.graphql_endpoint, From a3879bf6ac1a0f233bdf9fa12fb3ae8c0dda9ca0 Mon Sep 17 00:00:00 2001 From: Darun Seethammagari Date: Tue, 21 May 2024 15:53:11 -0700 Subject: [PATCH 17/17] Migrate function into struct and update README --- block-streamer/README.md | 23 ++++++--- block-streamer/src/graphql/client.rs | 70 ++++++++++++---------------- 2 files changed, 46 insertions(+), 47 deletions(-) diff --git a/block-streamer/README.md b/block-streamer/README.md index 701d18846..e05d4a559 100644 --- a/block-streamer/README.md +++ b/block-streamer/README.md @@ -1,14 +1,23 @@ // TODO: Improve README further ## GraphQL Code Generation -Querying a GraphQL requires informing Rust of the correct types to deserialize the response data into. In order to do this, the schema of the GraphQL data needs to be introspected. Following that, the query intended to be called needs to be fully defined. With this information, code can be generated using the graphql-client API. Below are the instructions on how to do so. +Querying a GraphQL requires informing Rust of the correct types to deserialize the response data into. In order to do this, the schema of the GraphQL data needs to be introspected. Following that, the query intended to be called needs to be fully defined. With this information, code can be automatically generated using the macro provided in graphql-client. Below are the instructions on how to do so. -### Generating schema.json -Run the following command with the relevant sections replaced. It will create a JSON containing schemas for ALL tables under some Hasura Role. +### Generating schema.graphql +Follow the instructions in the [Hasura Documentation](https://hasura.io/docs/latest/schema/common-patterns/export-graphql-schema/) to introspect the schema and generate the graphql file. Keep in mind that a header for the role needs to be provided. Otherwise, the schemas remain hidden from the public/default user. -`graphql-client introspect-schema --output PATH_TO_SOMEWHERE HASURA_ENDPOINT/v1/graphql --header 'x-hasura-role: SOME_HASURA_ROLE'` +For example: `gq https://my-graphql-engine.com/v1/graphql -H 'X-Hasura-Role: someaccount_near' --introspect > schema.graphql` -### Generating Rust types file for query -Run the following command with the correct arguments to generate a Rust file containing Structs and Modules to deserialize GraphQL responses for that particular query. After the codegen completes, you may need to manually modify the file further to resolve type issues. For example, replacing `super::date` with `String`. +### Generating Rust types from query +After acquiring the graphql file for the schema, write the queries that need to be called in individual graphql files. Once written, add the following code template to a Rust file and the code will be auto generated using the macro. Assuming there are no problems generating the code, the code will be immediately usable. -`graphql-client generate --schema-path PATH_TO_SCHEMA_JSON --response-derives 'Debug' --output-directory PATH_TO_GRAPHQL_QUERIES_FOLDER PATH_TO_QUERY_GRAPHQL_FILE` +``` +#[derive(GraphQLQuery)] +#[graphql( + schema_path = "PATH/TO/schema.graphql", + query_path = "PATH/TO/query.graphql", + response_derives = "Debug", + normalization = "rust" +)] +struct QueryNameInPascalCase; +``` diff --git a/block-streamer/src/graphql/client.rs b/block-streamer/src/graphql/client.rs index 6f4cc241c..ec63b7f51 100644 --- a/block-streamer/src/graphql/client.rs +++ b/block-streamer/src/graphql/client.rs @@ -31,22 +31,6 @@ pub struct GraphQLClient { graphql_endpoint: String, } -async fn post_graphql( - client: &reqwest::Client, - url: U, - variables: Q::Variables, -) -> Result, reqwest::Error> { - let body = Q::build_query(variables); - let reqwest_response = client - .post(url) - .header("x-hasura-role", HASURA_ACCOUNT) - .json(&body) - .send() - .await?; - - reqwest_response.json().await -} - #[cfg_attr(test, mockall::automock)] impl GraphQLClient { pub fn new(graphql_endpoint: String) -> Self { @@ -56,6 +40,22 @@ impl GraphQLClient { } } + async fn post_graphql( + &self, + variables: Q::Variables, + ) -> Result, reqwest::Error> { + let body = Q::build_query(variables); + let reqwest_response = self + .client + .post(&self.graphql_endpoint) + .header("x-hasura-role", HASURA_ACCOUNT) + .json(&body) + .send() + .await?; + + reqwest_response.json().await + } + pub async fn get_bitmaps_exact( &self, receiver_ids: Vec, @@ -64,18 +64,13 @@ impl GraphQLClient { offset: i64, ) -> anyhow::Result> { - post_graphql::( - &self.client, - &self.graphql_endpoint, - get_bitmaps_exact::Variables { - receiver_ids: Some(receiver_ids), - block_date: Some(block_date), - limit: Some(limit), - offset: Some(offset), - }, - ) - .await - .expect("Failed to query bitmaps for list of exact receivers") + self.post_graphql::(get_bitmaps_exact::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }) + .await? .data .ok_or(anyhow::anyhow!("No bitmaps were returned")) .map(|data| data.darunrs_near_bitmap_v5_actions_index) @@ -89,18 +84,13 @@ impl GraphQLClient { offset: i64, ) -> anyhow::Result> { - post_graphql::( - &self.client, - &self.graphql_endpoint, - get_bitmaps_wildcard::Variables { - receiver_ids: Some(receiver_ids), - block_date: Some(block_date), - limit: Some(limit), - offset: Some(offset), - }, - ) - .await - .expect("Failed to query bitmaps for list of wildcard receivers") + self.post_graphql::(get_bitmaps_wildcard::Variables { + receiver_ids: Some(receiver_ids), + block_date: Some(block_date), + limit: Some(limit), + offset: Some(offset), + }) + .await? .data .ok_or(anyhow::anyhow!("No bitmaps were returned")) .map(|data| data.darunrs_near_bitmap_v5_actions_index)